Deployments for https://launchto.win
Peter Theill
deployed a styling change
25 days ago
Peter Theill
deployed a styling change
about 1 month ago
about 1 month 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.
Peter Theill
deployed a styling change
about 1 month ago
about 1 month ago
💄 Update directories layout to grid format
Transform the directories display from a list to a grid for improved
visual organization and user experience.
💄 Update homepage content and layoutvisual organization and user experience.
Revamp the hero section and add new features to enhance user engagement
and clarify project submission process.
🎨 Refactor home controller and footer layoutand clarify project submission process.
Update project retrieval logic and clean up unused footer buttons for improved code clarity and maintainability.
💄 Update link attributes for improved SEOChange rel attributes from "noopener noreferrer" to "noopener nofollow"
for external links across various views to enhance SEO practices.
✨ Add bulk delete functionality for projectsfor external links across various views to enhance SEO practices.
Implement bulk deletion of projects with a confirmation prompt and
toolbar for selected items in the admin panel.
toolbar for selected items in the admin panel.
Peter Theill
deployed a dependency update
3 months ago
Peter Theill
deployed a styling change
3 months ago
Peter Theill
deployed a styling change
3 months ago
Peter Theill
deployed a feature
3 months ago
3 months ago
🗃️ Clean up projects with invalid crawler URLs
Collect and delete projects with broken URLs from crawlers, including
dependent records, to maintain database integrity.
✨ Introduce AI description generation for projectsdependent records, to maintain database integrity.
Add functionality to generate editorial-style descriptions using
Google Gemini. Includes updates to the ProjectsController,
AutoDiscoveryJob, and new AiDescriptionService for handling
description generation and API interactions.
Google Gemini. Includes updates to the ProjectsController,
AutoDiscoveryJob, and new AiDescriptionService for handling
description generation and API interactions.
Peter Theill
deployed a styling change
3 months ago
Peter Theill
deployed a feature
3 months ago
Peter Theill
deployed a feature
3 months ago
3 months ago
✨ Enhance URL normalization in project model
Improve URL handling by removing query strings and fragments during
normalization, ensuring cleaner and more consistent URLs.
💄 Update project logo display in edit formnormalization, ensuring cleaner and more consistent URLs.
Refactor logo rendering to use a helper method for consistency and cleaner code.
✨ Enhance project claiming with sibling project displayAdd functionality to claim unclaimed projects on the same domain and
display them during the verification process for improved user
experience.
display them during the verification process for improved user
experience.