7 days ago
✨ Introduce character count and tab functionality
Add a character count controller for input fields and a tab controller
to manage tabbed navigation with unsaved changes warning. Also, add a
Rake task to analyze image blobs missing width/height metadata.
♻️ Refactor code structure for better readabilityto manage tabbed navigation with unsaved changes warning. Also, add a
Rake task to analyze image blobs missing width/height metadata.
Improve the organization of the codebase to enhance maintainability and clarity.
🔥 Remove My Products and replace with My ProjectsRefactor the application to replace the My Products feature with My Projects,
updating routes, views, and controllers accordingly.
💄 Update button text for project submissionupdating routes, views, and controllers accordingly.
Change "Launch Project" to "Add project" for clarity in the submission process.
🎨 Refactor URL validation logicSimplify URL validation by removing uniqueness condition and
adding custom validation for claimed URLs.
💄 Update UI for directories and my products pagesadding custom validation for claimed URLs.
Enhance layout and styling for better user experience and consistency.
🔨 Add script to wipe and recreate development databaseIntroduce a new script that facilitates the process of dumping the
production database and restoring it to the local development
environment, with an option to skip the download of the production
data.
production database and restoring it to the local development
environment, with an option to skip the download of the production
data.