Deployments for https://launchto.win

Peter Theill
Peter Theill 
deployed a dependency update about 1 month ago
about 1 month ago
⬆️ Upgrade Ruby and CI dependencies
Update Ruby version to 3.4.2 and upgrade CI actions for improved
performance and compatibility.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
🎨 Refactor sitemap routes and XML response handling
Simplify sitemap routes and remove unnecessary format specifications
from XML responses for cleaner code.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
🎨 Update API key retrieval method
Change the method of retrieving the API key from environment variables to
using Rails credentials for improved security and maintainability.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month 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 projects
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.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
🔥 Remove project source display from queued projects
Eliminate the source display for projects in the queued projects view to streamline the UI.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Introduce product discovery crawlers
Add new crawlers for SaaSHub, "There's An AI For That", and Uneed.
Implement admin views for managing product sources and their configurations.
Create migrations for product sources and projects to support new features.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month 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 form
Refactor logo rendering to use a helper method for consistency and cleaner code.
✨ Enhance project claiming with sibling project display
Add functionality to claim unclaimed projects on the same domain and
display them during the verification process for improved user
experience.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Add avatar upload and removal functionality
Enhance user profile editing by allowing admins to upload and remove
avatars, improving user experience and interface interactivity.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Introduce user edit functionality
Add the ability for admins to edit user profiles, including
updating user details and roles. Enhance user interface with
edit links in user views.
✨ Add project deletion and enhance edit functionality
Implement project deletion with admin action logging.
Update edit view to improve UI and add status indicators.
Peter Theill
Peter Theill 
deployed a refactoring about 1 month ago
about 1 month ago
♻️ Refactor code structure for better readability
Improve the organization of the codebase to enhance maintainability and clarity.