1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 21:09:37 +02:00
Commit graph

10 commits

Author SHA1 Message Date
Sean Morley
3f9a6767bd feat: Enhance Adventure and Collection Management
- Added support for multiple collections in AdventureSerializer, allowing adventures to be linked to multiple collections.
- Implemented validation to ensure collections belong to the current user during adventure creation and updates.
- Introduced a signal to update adventure publicity based on the public status of linked collections.
- Updated file permission checks to consider multiple collections when determining access rights.
- Modified AdventureImageViewSet and AttachmentViewSet to check access against collections instead of a single collection.
- Enhanced AdventureViewSet to support filtering and sorting adventures based on collections.
- Updated frontend components to manage collections more effectively, including linking and unlinking adventures from collections.
- Adjusted API endpoints and data structures to accommodate the new collections feature.
- Improved user experience with appropriate notifications for collection actions.
2025-06-12 15:54:01 -04:00
Sean Morley
d44cb06e31 Refactor AdventureCard usage and integrate event calendar components 2024-12-04 12:38:01 -05:00
Sean Morley
83d06fc0a4 Remove AUTHORS and MANIFEST.in files; add ReverseGeocodeViewSet and localization updates 2024-10-30 15:11:00 -04:00
Sean Morley
ed37ad45e4 Being back /all view for map AdventureLink 2024-10-04 21:56:43 -04:00
Sean Morley
f354cd1ffe Refactor release workflow to use "released" event type 2024-10-04 21:33:02 -04:00
Sean Morley
5aef1eb8bd Fix collection link 2024-08-11 13:34:32 -04:00
Sean Morley
2ca24b9f15 adventure card improvements 2024-07-18 18:37:46 -04:00
Sean Morley
d91b8c7128 collections is public fix 2024-07-15 18:51:05 -04:00
Sean Morley
7e5e4edd4d collections v3 2024-07-15 18:01:49 -04:00
Sean Morley
e533dda328 collections v2 2024-07-15 12:09:20 -04:00