7df481f7ea
This document outlines the implementation plan for allowing administrators to rename gallery events with full Option B implementation: - Database updates (events, photos, new slug_redirects table) - File system changes (folders and photo files) - New API endpoint: POST /api/admin/events/:id/rename - Frontend UI components (button, dialog, progress indicator) - Email notification option for resending invitation - Slug redirect support for backward compatibility - Transaction handling with rollback mechanism The feature includes: - Rename button on event detail page - Confirmation dialog with new name input - Real-time slug preview - Checkbox to resend invitation email - Progress indicator during operation - Redirect to renamed event on success