All deployments

Peter Theill
Peter Theill 
deployed a styling change 4 months ago
4 months ago
🔧 Update job concurrency settings in deployment config
Adjust JOB_THREADS to 2 and WEB_CONCURRENCY to 3 for optimal performance
in metadata extraction and request handling.
💄 Add help text for photo organization
Introduce a new list item to assist users in organizing photos better.
Peter Theill
Peter Theill 
deployed a refactoring 4 months ago
4 months ago
🔧 Skip metadata extraction for HEIC/HEIF files
Prevent crashes in libheif by avoiding metadata extraction for
malformed HEIC/HEIF files. Adjust job concurrency and thread
settings for improved performance in production.
Peter Theill
Peter Theill 
deployed a performance improvement 4 months ago
4 months ago
⚡️ Improve logging and error handling in media extraction
Enhance logging for better traceability and add error details
for failures during media metadata extraction.
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
🔧 Configure Resend API key for production only
Ensure the Resend API key is set only in the production environment
to prevent accidental email delivery during development.
✨ Introduce deletion queued notification feature
Add functionality to notify users when their events are queued for deletion.
This includes new email templates, job scheduling, and updates to the event model
to track deletion status. Enhance tests to cover new scenarios.
✨ Add uploader count sorting and email preview
Implement uploader count sorting in events and add letter opener for email previews in development.
Peter Theill
Peter Theill 
deployed a styling change 4 months ago
4 months ago
💄 Add social icons and update footer links
Introduce social media icons and links to enhance user engagement and connectivity.
Peter Theill
Peter Theill 
deployed a refactoring 4 months ago
4 months ago
♻️ Refactor code structure for better readability
Organize functions and improve naming conventions to enhance maintainability.
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
🎉 Initialize Typing Trainer project
Add the initial HTML structure and metadata for the Typing Trainer application, including responsive design, SEO optimization, and Tailwind CSS configuration.
Peter Theill
Peter Theill 
deployed a dependency update 4 months ago
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
✨ Add event creation data and storage chart
Introduce methods to build event creation data based on media presence
and add a storage chart to the dashboard for better insights.
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
✨ Integrate Resend for email delivery
Add Resend gem and configure email delivery method in development and production environments. Update default sender email in ApplicationMailer and add API key to credentials.