1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00
AdventureLog/backend/server/adventures
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
..
management Fix scheduler 2024-08-21 10:06:09 -04:00
migrations Add timezone support for visits, transportation, and lodging 2025-05-10 11:59:56 -04:00
utils feat: add Attachment model and implement file permission checks for media access 2025-01-18 20:06:12 -05:00
views Fix Python Syntax Error 2025-04-11 20:18:14 +02:00
__init__.py migration to new backend 2024-07-08 11:44:39 -04:00
admin.py feat: Implement disable password authentication for users with social accounts 2025-03-16 21:49:00 -04:00
apps.py Add Liechtenstein 2024-08-21 18:56:51 -04:00
managers.py feat: implement global search functionality for adventures, collections, users, and locations 2025-01-18 12:28:14 -05:00
middleware.py refactor: Update API endpoint paths from "_allauth" to "auth" for consistency 2025-02-23 17:04:20 -05:00
models.py Add timezone support for visits, transportation, and lodging 2025-05-10 11:59:56 -04:00
permissions.py feat: implement pagination, add activity types and stats views; update category management and localization 2025-01-17 16:50:01 -05:00
serializers.py Add timezone support for visits, transportation, and lodging 2025-05-10 11:59:56 -04:00
tests.py migration to new backend 2024-07-08 11:44:39 -04:00
urls.py feat: Refactor hotel terminology to lodging and update related components 2025-02-08 16:10:01 -05:00