1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00
AdventureLog/backend
Sean Morley 1323d91e32 Add timezone support for visits, transportation, and lodging
- Introduced TIMEZONES constant in models.py to store valid timezone options.
- Updated Visit, Transportation, and Lodging models to include timezone fields.
- Modified serializers to include timezone fields in VisitSerializer, TransportationSerializer, and LodgingSerializer.
- Enhanced DateRangeCollapse component to handle timezone selection and formatting.
- Implemented timezone formatting functions in LodgingCard and TransportationCard components.
- Updated LodgingModal and TransportationModal to bind timezone data.
- Added VALID_TIMEZONES to dateUtils for consistent timezone management across the application.
2025-05-10 11:59:56 -04:00
..
.devcontainer migration to new backend 2024-07-08 11:44:39 -04:00
.github migration to new backend 2024-07-08 11:44:39 -04:00
server Add timezone support for visits, transportation, and lodging 2025-05-10 11:59:56 -04:00
.gitignore chore: Update Django server configuration and models for Adventure and Trip 2024-07-09 13:01:56 -04:00
Dockerfile refactor docker startup to use supervisord 2025-03-21 12:02:23 -04:00
entrypoint.sh fix: Reenable IPv6 for Backend 2025-04-06 22:55:13 +02:00
nginx.conf feat: implement protected media serving and permission checks for adventure images 2025-01-18 17:03:03 -05:00
supervisord.conf fix supervisor logging 2025-03-21 20:51:58 -04:00