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

88 commits

Author SHA1 Message Date
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
Sean Morley
6e9724979a Region dataset 2024-09-10 23:00:13 -04:00
Sean Morley
5f8ea0040d Indenting fixes 2024-09-09 16:07:00 -04:00
dymek37
e1c25fcdfa
Administrative subdivisions for 31 countries
Added administrative subdivisions for 31 countries:
Namibia
Nauru
Nepal
Netherlands
New Caledonia
Nicaragua
Niger
Nigeria
Niue
Norfolk Island (NF)
North Macedonia
Northern Mariana Islands
Norway
Oman
Pakistan
Palau
Palestine, State of
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Pitcairn
Poland
Portugal
Puerto Rico
Qatar
Réunion
Romania
Russian Federation
Rwanda
2024-09-09 20:30:43 +02:00
Sean Morley
2c280b24d6 Formatting and minor fixes 2024-09-08 14:46:29 -04:00
dymek37
2d45be3ab1
Administrative divisions have been added for 23 countries.
Administrative divisions have been added for 23 countries:
Lithuania 
Luxembourg
Macao
Madagascar
Malawi
Malaysia
Maldives
Mali 
Malta
Marshall Islands
Martinique
Mauritania
Mauritius
Mayotte
Micronesia (Federated States of)
Moldova (Republic of)
Monaco
Mongolia
Montenegro
Montserrat
Morocco
Mozambique
Myanmar
2024-09-08 20:31:46 +02:00
Sean Morley
6380fd3abe Formatting and minor fixes 2024-09-08 01:05:18 -04:00
dymek37
7375ad223d
Administrative subdivisions for 13 countries
Added administrative subdivisions for 13 countries:
Kazakhstan
Kenya
Kiribati
Korea (Democratic People's Republic of)
Korea (Republic of)
Kuwait
Kyrgyzstan
Lao People's Democratic Republic (Laos)
Latvia
Lebanon
Lesotho
Liberia
Libya
2024-09-07 16:18:47 +02:00
Sean Morley
1c8c6fe40a Formatting and minor fixes 2024-09-06 15:24:02 -04:00
dymek37
e09ca2333a
Adding and updating administrative subdivisions
Administrative subdivisions have been added for 26 countries:
Ghana
Gibraltar
Greece
Greenland
Grenada
Guadeloupe
Guam
Guatemala
Guernsey
Guinea
Guinea-Bissau
Guyan
Hait
Heard Island and McDonald Islands
Holy See
Honduras
Hong Kong
Hungary
Indonesia
Iran
Iraq
Isle of Man
Israel
Jamaica
Jersey
Jordan

Updates have been made for 3 countries:
India
Ireland
Italy
2024-09-06 21:07:05 +02:00