Joshua Ryder
|
7afeca1acc
|
Update and rename docker-compose.yml to docker-compose-build.yml
|
2025-05-04 18:13:54 -04:00 |
|
Joshua Ryder
|
065eb9e6db
|
Merge pull request #1 from Ryderjj89/dev
Added other items to display on the view rsvps & manage rsvps pages
|
2025-05-04 18:10:07 -04:00 |
|
Ryderjj89
|
90e594850e
|
fix: split 'Other Items' on newlines and commas for RSVP submission and admin edit
|
2025-05-04 18:01:29 -04:00 |
|
Ryderjj89
|
0f4b83c76d
|
feat: use state-based refresh after RSVP edit/delete in EventAdmin
|
2025-05-04 17:55:42 -04:00 |
|
Ryderjj89
|
d667092b4f
|
refactor: aggregate and display Other Items in state like Claimed Items
|
2025-05-04 17:45:43 -04:00 |
|
Ryderjj89
|
09f4ffc328
|
fix: robustly handle other_items as string, string[], or undefined in Other Items section
|
2025-05-04 17:31:15 -04:00 |
|
Ryderjj89
|
80e144ab13
|
fix: RSVP.other_items should be string, not string[]
|
2025-05-04 17:28:06 -04:00 |
|
Ryderjj89
|
eb65707565
|
Fix: treat other_items as string not array in Other Items section
|
2025-05-04 17:26:00 -04:00 |
|
Ryderjj89
|
455dbf7ee6
|
Fix type guard for filtering 'Other Items' to support string | undefined
|
2025-05-04 17:17:16 -04:00 |
|
Ryderjj89
|
40e84af553
|
Change container name to rsvp_manager-dev in docker-compose.yml
|
2025-05-04 17:15:11 -04:00 |
|
Ryderjj89
|
c87ad79a79
|
Add 'Other Items' section below Items Claimed in EventView and EventAdmin
|
2025-05-04 17:13:36 -04:00 |
|
Joshua Ryder
|
4d6bccb178
|
Update README.md
|
2025-05-02 14:15:12 -04:00 |
|
Joshua Ryder
|
0f1c57199b
|
Update README.md
|
2025-05-02 11:17:34 -04:00 |
|
Joshua Ryder
|
657fa244e9
|
Update README.md
|
2025-05-02 09:07:08 -04:00 |
|
Ryderjj89
|
8895b67f7b
|
Updated compose for production instead of development
|
2025-05-02 08:56:49 -04:00 |
|
Joshua Ryder
|
4369732745
|
Update README.md
Added more info on running in Docker.
|
2025-05-02 08:52:31 -04:00 |
|
Starstrike
|
80bcd70432
|
docs: Remove Key Features Explained section and fix attendance status options
|
2025-05-01 19:15:05 -04:00 |
|
Starstrike
|
106951c2ef
|
docs: Consolidate Features sections in README
|
2025-05-01 19:12:40 -04:00 |
|
Starstrike
|
1a56e39735
|
docs: Change colon to period in web server instructions
|
2025-05-01 19:11:15 -04:00 |
|
Starstrike
|
730f0bb926
|
docs: Update nginx configuration instructions to be more specific about Nginx Proxy Manager
|
2025-05-01 19:09:32 -04:00 |
|
Starstrike
|
768101233e
|
docs: Restore License section in README
|
2025-05-01 19:05:23 -04:00 |
|
Starstrike
|
01b3577024
|
docs: Update Authentik provider type description in README
|
2025-05-01 19:03:21 -04:00 |
|
Starstrike
|
e31bf4b6d4
|
docs: Add complete Authentik nginx configuration to README
|
2025-05-01 18:59:07 -04:00 |
|
Starstrike
|
f625902bb6
|
docs: Add Authentik integration instructions to README
|
2025-05-01 18:57:28 -04:00 |
|
Starstrike
|
e512962c19
|
feat: Force page reload for protected routes to trigger nginx auth
|
2025-05-01 18:51:53 -04:00 |
|
Starstrike
|
e50122951a
|
feat: Add other_items field to RSVP edit form
|
2025-05-01 18:30:18 -04:00 |
|
Starstrike
|
f91c8d7849
|
fix: Remove extra parameter from RSVP creation SQL query
|
2025-05-01 18:22:19 -04:00 |
|
Starstrike
|
a33d521af3
|
feat: Add other items feature to RSVP form and update table headers
|
2025-05-01 18:19:08 -04:00 |
|
Starstrike
|
14848c00f7
|
Fix spacing consistency between form fields in RSVP form
|
2025-05-01 18:09:00 -04:00 |
|
Starstrike
|
3df0169ee4
|
Improve guest names handling in RSVP form: - Fix initial guest name field editing - Properly initialize guest names array - Fix guest names persistence in edit mode - Enhance form behavior for guest count changes - Fix type handling and validation
|
2025-05-01 18:05:49 -04:00 |
|
Starstrike
|
6b3cf70534
|
Fix guest names handling in RSVP updates to properly maintain array format
|
2025-05-01 18:00:10 -04:00 |
|
Starstrike
|
2010c583bd
|
Fix guest name handling in both RSVPForm and EventAdmin components
|
2025-05-01 17:55:27 -04:00 |
|
Starstrike
|
7c967d9209
|
Fix TypeScript error: Handle guest_names as both string and array in EventAdmin
|
2025-05-01 17:50:57 -04:00 |
|
Starstrike
|
023a4cf84f
|
Update EventAdmin to handle guest names as both string and array formats
|
2025-05-01 17:49:11 -04:00 |
|
Starstrike
|
0dfd6a6f90
|
Fix guest names display in EventView to handle both string and array formats
|
2025-05-01 17:47:42 -04:00 |
|
Starstrike
|
eaead43e12
|
Fix TypeScript error: Add RSVP interface to properly type the rsvp parameter in map function
|
2025-05-01 17:44:39 -04:00 |
|
Starstrike
|
244b08aeb8
|
Implement individual guest name fields and array storage. Updated both frontend and backend to handle guest names as an array of strings instead of a single multiline string.
|
2025-05-01 17:42:18 -04:00 |
|
Starstrike
|
f6183f1c76
|
fix: type error in handleSelectChange for bringing_guests value
|
2025-05-01 17:34:52 -04:00 |
|
Starstrike
|
9c38c956fd
|
feat: set default guest count to 1 when enabling bringing guests
|
2025-05-01 17:32:56 -04:00 |
|
Starstrike
|
8bcb802267
|
fix: type error in handleSelectChange for attendance status
|
2025-05-01 17:29:05 -04:00 |
|
Starstrike
|
7443312cc9
|
feat: automatically reset guest info and items when changing attendance to no/maybe
|
2025-05-01 17:27:15 -04:00 |
|
Starstrike
|
8e493cd7ed
|
style: make RSVPs count display format consistent across views
|
2025-05-01 17:21:51 -04:00 |
|
Starstrike
|
5c2dd0d595
|
fix: RSVP update endpoint now properly updates instead of deleting
|
2025-05-01 17:15:38 -04:00 |
|
Starstrike
|
2c0ca27136
|
fix: RSVP update functionality to properly handle 204 responses and prevent accidental deletions
|
2025-05-01 17:12:38 -04:00 |
|
Starstrike
|
a8ece7a0e8
|
Enhance RSVP update: improve API request format and add detailed logging
|
2025-05-01 17:06:42 -04:00 |
|
Starstrike
|
9ca3de4552
|
Fix API routing issues: add proper headers and improve error handling
|
2025-05-01 17:03:33 -04:00 |
|
Starstrike
|
82a99f02ca
|
Fix RSVP update persistence: include event_id and add better error handling
|
2025-05-01 16:57:06 -04:00 |
|
Starstrike
|
0a83150bec
|
Fix RSVP update persistence and add data verification
|
2025-05-01 16:53:39 -04:00 |
|
Starstrike
|
7c2caf457a
|
Fix RSVP data preservation when editing and improve data display
|
2025-05-01 16:47:08 -04:00 |
|
Starstrike
|
d13aa44c91
|
Fix TypeScript type errors in items_bringing handling
|
2025-05-01 16:43:34 -04:00 |
|