1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 12:59:36 +02:00
AdventureLog/backend/server/adventures
2025-05-30 12:33:30 -04:00
..
management Fix scheduler 2024-08-21 10:06:09 -04:00
migrations Refactor migration to set end_date only if start_date is present; improve data integrity during migration process. 2025-05-27 12:43:29 -04:00
utils feat: add Attachment model and implement file permission checks for media access 2025-01-18 20:06:12 -05:00
views Refactor geocoding and integration handling: remove debug print, streamline reverse geocoding logic, and enhance integration response structure 2025-05-25 22:13:18 -04:00
__init__.py migration to new backend 2024-07-08 11:44:39 -04:00
admin.py Add bulk geocoding command and trigger geocoding action in admin 2025-05-22 20:29:05 -04:00
apps.py Add Liechtenstein 2024-08-21 18:56:51 -04:00
geocoding.py Refactor geocoding and integration handling: remove debug print, streamline reverse geocoding logic, and enhance integration response structure 2025-05-25 22:13:18 -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 Remove debug print statements from DisableCSRFForMobileLoginSignup middleware 2025-05-12 10:42:50 -04:00
models.py feat: enhance adventure save method to support skipping geocode threading 2025-05-29 21:04:07 -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 feat: add distance calculation to Transportation model and update TransportationCard to display distance in km and miles 2025-05-30 12:33:30 -04:00
tests.py migration to new backend 2024-07-08 11:44:39 -04:00
urls.py Refactor recommendations feature: add RecommendationsViewSet, update routing, and remove OverpassViewSet 2025-05-24 18:00:05 -04:00