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

73 commits

Author SHA1 Message Date
Sean Morley
f7742ca37d Filter visited regions by user ID in ReverseGeocodeViewSet 2024-12-07 20:10:24 -05:00
Sean Morley
0616fe19f3 Remove printing in backend 2024-12-03 14:02:01 -05:00
Sean Morley
ce0b82acb7 Fix custom default category 2024-11-26 15:10:17 -05:00
Sean Morley
8e5a20ec62 Refactor adventure category handling: update type definitions, enhance category management in UI components, and implement user-specific category deletion logic in the backend 2024-11-23 13:42:41 -05:00
Sean Morley
736ede2417 Enhance adventure management: add error handling for category fetch, implement unique email constraint in user model, and update adventure save logic to ensure category assignment 2024-11-22 17:03:02 -05:00
Sean Morley
42f07dc2fb Implement user-specific category filtering in AdventureViewSet and update AdventureCard to display category details 2024-11-16 22:31:39 -05:00
Sean Morley
4a7f720773 Initial framework for custom categories 2024-11-14 09:37:35 -05:00
Sean Morley
07263c5697 Refactor map page 2024-11-02 21:18:52 -04:00
Sean Morley
b60455b50a Add mark_visited_region action to ReverseGeocodeViewSet and update AdventureModal for region tracking 2024-11-01 20:08:23 -04:00
Sean Morley
a7a49227c4 Add display_name to ReverseGeocode response and update AdventureModal 2024-10-31 23:47:02 -04:00
Sean Morley
25ed72afbc Add is_visited filtering to AdventureViewSet and update frontend components 2024-10-31 09:59:56 -04: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
fdf4f07156 Update apply_sorting and get_queryset methods in adventures/views.py
* Change `apply_sorting` method to reference `start_date` field instead of `date` field
* Remove references to `date` field in `get_queryset` method
2024-10-21 15:28:45 -04:00
Sean Morley
5b7aaa6aad Fix profile stats 2024-10-09 14:48:59 -04:00
Sean Morley
fd9ddc1872
Merge branch 'main' into development 2024-10-07 19:27:36 -04:00
Sean Morley
ed37ad45e4 Being back /all view for map AdventureLink 2024-10-04 21:56:43 -04:00
Sean Morley
6cb31aa125 New AdventureModal Accordian 2024-09-30 18:03:10 -04:00
Sean Morley
e41d9382ab Fix for all other collection types 2024-09-27 22:21:36 -04:00
Sean Morley
7e110d8670 Fix multiple adventures when shared with multiple users! 2024-09-27 22:16:56 -04:00
Sean Morley
c1664e82bf Fix multiple adventures when shared with multiple users! 2024-09-27 22:14:34 -04:00
Sean Morley
9a672e51cd Valid types fixing 2024-09-23 18:19:25 -04:00
Sean Morley
eab2369352 Fix is_public mismatching 2024-09-09 23:47:09 -04:00
Sean Morley
dd17e24f44 Fix is_public bugs 2024-09-09 14:29:50 -04:00
Sean Morley
fe8a41f51b Shared with tab 2024-09-09 13:44:42 -04:00
Sean Morley
711b974add Add public profile to user model 2024-09-06 19:50:19 -04:00
Sean Morley
c83ef1e904 Add trnasportations, checklists, and notes 2024-09-03 10:24:11 -04:00
Sean Morley
3915afbc22 more permission fixing 2024-09-02 22:27:07 -04:00
Sean Morley
d340934376 Fix adding and editing adventures in collections when shared 2024-09-02 17:18:18 -04:00
Sean Morley
0664d9434c More sharing feartures and permissions 2024-09-02 10:29:51 -04:00
Sean Morley
6b9cd48603 remove image 2024-08-17 13:59:49 -04:00
Sean Morley
9c75af5b7f Edit modal 2024-08-17 13:30:00 -04:00
Sean Morley
03927a2394 upload 2024-08-16 20:31:39 -04:00
Sean Morley
1858790308 Archive Collections 2024-08-07 13:01:12 -04:00
Sean Morley
d5f93c5d9d checklists ui beta 2024-08-05 18:48:11 -04:00
Sean Morley
f2888f26fe checklists api beta 2024-08-05 16:09:57 -04:00
Sean Morley
d9e554ad42 feat: Add flag URL to Country type and update CountryCard component 2024-08-05 14:17:41 -04:00
Sean Morley
32f5c1a806 chore: Increase page size to 25 for adventures and collections views 2024-08-04 22:19:09 -04:00
Sean Morley
3f900bc41a notes beta 2024-08-03 22:03:27 -04:00
Sean Morley
4f1ad09470 notes beta 2024-08-03 21:09:49 -04:00
Sean Morley
b380b55942 refactor: Add property filter to adventure search functionality 2024-08-01 10:02:00 -04:00
Sean Morley
3a01178acb refactor: Improve performance and fix conditional rendering issue in +page.svelte 2024-07-30 07:10:41 -04:00
Sean Morley
581e5548d5 refactor: Update validation error message in Transportation model clean method 2024-07-27 21:18:15 -04:00
Sean Morley
7c9afd8931 transportation 2024-07-27 19:22:01 -04:00
Sean Morley
ae9a7f5479 transportation 2024-07-27 19:04:55 -04:00
Sean Morley
87a804dbc2 lodging beta 2024-07-27 15:41:26 -04:00
Sean Morley
e093be31af search ui fixes 2024-07-22 10:08:42 -04:00
Sean Morley
c6633a17cb created_at and updated_at fields 2024-07-19 09:05:47 -04:00
Sean Morley
704eb6f6de chore: Add created_at field to Adventure and Collection models 2024-07-18 15:48:14 -04:00
Sean Morley
e650a81109 search 2024-07-18 14:55:23 -04:00
Sean Morley
2b3c96bb8d activity types for autocomplete in the future 2024-07-17 19:35:02 -04:00