Sean Morley
b5931c6c23
refactor(worldtravel): remove insert_id fields from city, country, and region models; update related migration
...
feat(search): enhance search results display with total results count and improved layout
fix(profile): update achievement levels based on adventure count; remove unused quick actions
refactor(shared): delete unused shared collections route and related components
feat(worldtravel): improve interactive map functionality and layout in world travel detail view
2025-06-14 14:05:30 -04:00
Sean Morley
724aec1f3a
feat: update get_num_visits method to improve user visit count retrieval
2025-05-31 15:46:15 -04:00
Sean Morley
57aa2c9916
Enhance download-countries command with temporary SQLite database for efficient data processing; add batch size argument for improved performance and memory management.
2025-05-27 10:12:33 -04:00
Sean Morley
37866660d3
Adjust batch size in download-countries command for improved processing efficiency; update installer banner for better visual alignment.
2025-05-27 09:59:15 -04:00
Sean Morley
bcd1f02131
Enhance download-countries command with batch processing feedback; improve logging for countries, regions, and cities processing.
2025-05-26 20:43:11 -04:00
Sean Morley
f2246921d4
Refactor download-countries command for improved memory efficiency and batch processing; enhance data import logic for countries, regions, and cities.
2025-05-26 20:39:24 -04:00
Sean Morley
575669aedf
Refactor batch processing in download-countries command for clarity and safety; enhance service wait function in installer script by removing unnecessary whitespace.
2025-05-26 18:06:06 -04:00
Sean Morley
e56335d30f
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
Sean Morley
c123231bab
Optimize country data import process: increase batch size, implement memory management, and streamline record creation and updates
2025-05-24 19:05:16 -04:00
Sean Morley
84cd136401
Add bulk geocoding command and trigger geocoding action in admin
2025-05-22 20:29:05 -04:00
Sean Morley
b82e4b6f0d
feat: Add country name to Region serializer and update RegionCard component
2025-03-17 14:23:10 -04:00
Sean Morley
4e543fad55
feat: Enhance City and Lodging components with region and country names, and improve password disable functionality
2025-03-17 10:38:41 -04:00
Sean Morley
b5d6788c11
feat: Add location_name to ReverseGeocode type and implement location fetching in stats view
2025-02-15 19:44:11 -05:00
Sean Morley
d1f50dfa17
feat: Add hotel management functionality with serializer and UI integration
2025-02-05 19:38:04 -05:00
Sean Morley
921e756aef
feat: Enhance CDN management with entrypoint script and update country data handling
2025-02-05 16:50:05 -05:00
Sean Morley
9b54af8d40
feat: Update country data management to use AdventureLog CDN for fetching flags and JSON files
2025-02-04 17:43:41 -05:00
Sean Morley
a010afcc43
fix: replace psutil with tqdm for progress tracking in country download command
2025-01-13 17:07:52 -05:00
Sean Morley
563373dd54
fix: implement memory limit and adjust batch size for country downloads
2025-01-13 14:42:48 -05:00
Sean Morley
a766a07ea1
fix: add warning for interrupted download-countries command due to memory issues
2025-01-13 14:12:05 -05:00
Sean Morley
ac37bc98c4
fix: add insert_id field to City, Country, and Region models
2025-01-13 13:01:36 -05:00
Sean Morley
9a7667fd62
fix: increase batch size for country downloads from 10 to 250
2025-01-13 11:24:25 -05:00
Sean Morley
7f2c3c33a5
fix: switch from json to ijson for efficient country data processing
2025-01-13 11:23:57 -05:00
Sean Morley
6252f3cf14
fix: reduce batch size for country downloads from 100 to 10
2025-01-13 11:19:45 -05:00
Sean Morley
6413b9a985
fix: reduce batch size for country downloads from 250 to 100
2025-01-13 11:07:59 -05:00
Sean Morley
32125efed4
feat: adjust batch size for country updates and include longitude/latitude in bulk update
2025-01-12 22:09:55 -05:00
Sean Morley
1f7d75acfc
feat: implement batch processing for country, region, and city creation and updates in download command
2025-01-12 21:53:16 -05:00
Sean Morley
30f1eaef1c
feat: enhance download command with success and warning messages; update Authentik documentation for clarity
2025-01-12 20:28:27 -05:00
Sean Morley
de8764499b
feat: enhance city and region visit tracking, update AdventureModal and serializers for improved data handling
2025-01-09 19:40:23 -05:00
Sean Morley
22790ae7c0
feat: add num_cities field to RegionSerializer, update RegionCard to display city count, and enhance CSRF token handling
2025-01-09 14:58:45 -05:00
Sean Morley
abe870506f
feat: enhance region visit tracking with improved toast messages, update localization, and modify page titles
2025-01-09 13:53:16 -05:00
Sean Morley
80cec30fda
feat: add VisitedCity model and serializer, update admin interface, and enhance city visit tracking functionality
2025-01-09 12:38:29 -05:00
Sean Morley
44810e6343
feat: add City model and serializer, update RegionCard and create CityCard component, enhance admin interface for City management
2025-01-09 11:11:02 -05:00
Sean Morley
5d12d103fc
feat: enhance AdventureImage model with custom upload path and add latitude/longitude fields to Country model
2025-01-01 19:27:33 -05:00
Sean Morley
148568fca4
Auth Migration, Calendar and Other Misc. Fixes
2024-12-15 12:13:56 -05:00
Sean Morley
0616fe19f3
Remove printing in backend
2024-12-03 14:02:01 -05:00
Sean Morley
b86c7258e7
Enhance admin security by integrating secure_admin_login from AllAuth and updating settings for new dependencies
2024-11-29 17:51:32 -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
ae92fc2027
Fix bug where num_visits was not user specific
2024-11-16 16:47:21 -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
7988ba4d68
Remove unused GeoJSONView and related URL path; clean up README links
2024-11-03 22:57:07 -05: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
78f56a3a5f
Fix max url length, adds line breaks to display, truncates long urls. Remove old seed command.
2024-09-17 10:34:31 -04:00
Sean Morley
cc7c04b0ec
Redownload when region data version changes
2024-09-13 20:33:44 -04:00
Sean Morley
6ac3f0541f
Add capital to countries
2024-09-11 16:08:10 -04:00
Sean Morley
4dc11db21d
Add region markers to the map
2024-09-11 14:56:52 -04:00
Sean Morley
2f01232144
Lowercase flag urls
2024-09-11 10:01:36 -04:00
Sean Morley
bd6d60d24d
Update entrypoint
2024-09-11 09:31:25 -04:00
Sean Morley
9ba5b25ab5
Update existing regions
2024-09-10 23:12:01 -04:00