1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 14:59:36 +02:00
Commit graph

244 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
adf45ff557 Fix general category handling 2024-11-26 17:39:10 -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
86d213bb8b Refactor user ID handling to use UUIDs; update related components and serializers for consistency 2024-11-17 16:34:46 -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
ae92fc2027 Fix bug where num_visits was not user specific 2024-11-16 16:47:21 -05:00
Sean Morley
4a7f720773 Initial framework for custom categories 2024-11-14 09:37:35 -05:00
Sean Morley
10a0963a1e Update motivational message in adventurelog.txt 2024-11-12 00:02:49 -05:00
Sean Morley
f16a7f1e94 Add adventurelog.txt with motivational message and display it on entrypoint 2024-11-11 23:56:16 -05:00
Sean Morley
adb92a1d41 Remove redundant validation checks in Adventure model 2024-11-11 09:38:22 -05:00
Sean Morley
b32c780266 Fix issues determined from testing series 2024-11-07 19:48:44 -05:00
Sean Morley
de45296dc1 Refactor media and static file paths; update countries JSON download URL to use COUNTRY_REGION_JSON_VERSION 2024-11-05 10:55:06 -05:00
Sean Morley
c27bf4baba Update COUNTRY_REGION_JSON_VERSION to v2.4 and adjust download URL in management command 2024-11-05 10:41:01 -05:00
Sean Morley
87928932c2 Update download URL for countries JSON to use tagged version 2024-11-05 10:27:06 -05:00
Sean Morley
6eff9f6456 Update STATIC_ROOT path to use 'staticfiles' directory 2024-11-05 10:15:38 -05:00
Sean Morley
44c0ffc1d7 Refactor static file path and update theme selection text in Navbar; change localization keys for login and signup buttons 2024-11-05 10:13:30 -05:00
Sean Morley
7988ba4d68 Remove unused GeoJSONView and related URL path; clean up README links 2024-11-03 22:57:07 -05:00
Sean Morley
4bbbc10097 Bump version to 0.7.1, update COUNTRY_REGION_JSON_VERSION, and add nginx migration guide 2024-11-03 15:12:28 -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
727daf0cfd is visited 2024-10-31 09:51:04 -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
ae70c96ddc Trigger workflows 2024-10-26 09:47:46 -04:00
Sean Morley
874a384477 Migrate Django server to guicorn 2024-10-21 19:59:01 -04:00
Sean Morley
0a8ff18560
Merge pull request #348 from seanmorley15/fix-sorting-by-date
Update `apply_sorting` and `get_queryset` methods in `adventures/view…
2024-10-21 15:55:30 -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
3a66a433ca Conditional rendering to the country card to show visited status as a badge 2024-10-16 20:02:28 -04:00
Sean Morley
5b7aaa6aad Fix profile stats 2024-10-09 14:48:59 -04:00
Sean Morley
1e61032692 Add link field to collection and fix the visited counter in collection page 2024-10-07 23:16:27 -04:00
Sean Morley
7d9bc16588 fixed 2024-10-07 19:51:45 -04:00
Sean Morley
8a1acb5d04 fix 2024-10-07 19:43:25 -04:00
Sean Morley
81998d5e84 Fix 2024-10-07 19:39:18 -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
b9cae8a687 Fix adventure grouping in collections 2024-10-01 09:32:02 -04:00
Sean Morley
6cb31aa125 New AdventureModal Accordian 2024-09-30 18:03:10 -04:00
Sean Morley
c6ecfca91d Refactor adventure type field in migrations 2024-09-29 20:42:52 -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
ad195911ff Fix admin page for adventure image 2024-09-24 17:05:16 -04:00
Sean Morley
9a672e51cd Valid types fixing 2024-09-23 18:19:25 -04:00
Sean Morley
0fdc119028 Fix migrations 2024-09-23 14:12:19 -04:00
Sean Morley
0911826501 Migrate to visits 2024-09-22 14:12:41 -04:00
Sean Morley
6dec37d3b9 Add new adventure types to the model 2024-09-22 10:29:23 -04:00