Commit Graph

16 Commits

Author SHA1 Message Date
4f52ed9a27 Fix upload directory permissions and path issues 2025-05-01 08:39:56 -04:00
da238ca9aa Fix wallpaper upload issues: add wallpaper column, update Docker config for proper file handling 2025-05-01 08:37:04 -04:00
2d594217f1 Add all required types to tsconfig.json 2025-05-01 08:25:54 -04:00
1b78231f34 Update Dockerfile and tsconfig.json for proper type definitions 2025-05-01 08:25:07 -04:00
04f01dd56c Fix multer types and configuration 2025-05-01 08:23:54 -04:00
f7480c1d93 Fix needed_items handling in backend and frontend 2025-05-01 08:22:30 -04:00
bada79ed62 Add DELETE endpoint for events with cascade deletion of RSVPs 2025-04-30 18:00:56 -04:00
Your Name
00fea07bee feat: Add needed items feature to events and RSVPs - Add needed_items field to events table - Update event creation form with needed items input - Add multi-select for needed items in RSVP form - Update event details to display needed items - Update admin interface to handle new items_bringing format 2025-04-29 19:01:36 -04:00
Your Name
6a161be312 Add edit functionality to EventAdmin component 2025-04-29 18:09:37 -04:00
Your Name
52c49abdd6 Add static file serving for frontend build directory 2025-04-29 18:03:18 -04:00
Your Name
ffae4f909a Update backend port to 3000 to match Docker Compose configuration 2025-04-29 18:01:17 -04:00
Your Name
e89e3d4791 Switch from MySQL to SQLite database 2025-04-29 17:58:42 -04:00
Your Name
9580cdc547 Fix TypeScript errors by properly typing MySQL query results 2025-04-29 14:20:37 -04:00
Your Name
fb32f8a71f Update backend to properly handle event slugs and fix RSVP endpoints 2025-04-29 14:17:36 -04:00
Your Name
6a95d9cdfd Update Dockerfile to properly handle TypeScript build and dependencies 2025-04-29 14:14:51 -04:00
b80879f46b Initial commit: RSVP Manager with React frontend and Express backend 2025-04-29 13:08:01 -04:00