1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 07:49:37 +02:00
AdventureLog/backend/server/adventures
Sean Morley 14eb4ca802 feat(collections): enhance collections page with sorting, filtering, and pagination features
- Updated the collections loading logic to include sorting and pagination parameters from the URL.
- Refactored the collections page to manage owned, shared, and archived collections with a tabbed interface.
- Added sorting functionality to allow users to sort collections by different attributes.
- Implemented a sidebar for filtering and sorting options.
- Improved the UI for better user experience, including a floating action button for creating new collections.
- Added a not found page for collections that do not exist, enhancing error handling.
2025-06-13 12:11:42 -04:00
..
management Fix scheduler 2024-08-21 10:06:09 -04:00
migrations feat: Enhance Adventure and Collection Management 2025-06-12 15:54:01 -04:00
utils feat: Enhance Adventure and Collection Management 2025-06-12 15:54:01 -04:00
views feat(collections): enhance collections page with sorting, filtering, and pagination features 2025-06-13 12:11:42 -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 feat: Enhance Adventure and Collection Management 2025-06-12 15:54:01 -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: Enhance Adventure and Collection Management 2025-06-12 15:54:01 -04:00
middleware.py Remove debug print statements from DisableCSRFForMobileLoginSignup middleware 2025-05-12 10:42:50 -04:00
models.py feat: Enhance Adventure and Collection Management 2025-06-12 15:54:01 -04:00
permissions.py feat: Enhance Adventure and Collection Management 2025-06-12 15:54:01 -04:00
serializers.py feat(collections): enhance collections page with sorting, filtering, and pagination features 2025-06-13 12:11:42 -04:00
signals.py feat: Enhance Adventure and Collection Management 2025-06-12 15:54:01 -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