1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-01 19:25:17 +02:00
Commit graph

1521 commits

Author SHA1 Message Date
Sean Morley
1710c5b54d Update AdventureCard component to remove commented out code and add exportData function to log page 2024-04-14 23:47:05 +00:00
Sean Morley
6aca3d72b0 Update region page to display detailed information about a region in the world travel section 2024-04-14 20:47:52 +00:00
Sean Morley
a550fd58f7 Update AdventureCard component to include regionId and visited properties, and add country flag support 2024-04-14 20:33:58 +00:00
Sean Morley
715a4ffd87 Add US map component to world travel page 2024-04-14 17:58:18 +00:00
Sean Morley
8133e8e99e Update AdventureCard component to include viewType property and add radio buttons for card and map views 2024-04-14 17:44:52 +00:00
Sean Morley
c6d8730b4c Add volume mapping for ./sql in docker-compose.yml 2024-04-14 17:08:52 +00:00
Sean Morley
f58271e27c Update docker-compose.yml to remove unnecessary volume mapping 2024-04-14 16:56:27 +00:00
Sean Morley
9c46c16bbe Update AdventureCard component to include regionId and visited properties, and add country flag support 2024-04-14 14:03:06 +00:00
Sean Morley
c5ce984cac Add country_code field to userVisitedWorldTravel table 2024-04-14 13:39:32 +00:00
Sean Morley
8a2528e484
Merge pull request #30 from seanmorley15/development
Merge Development for Release v0.1.5-alpha
2024-04-13 19:11:50 -04:00
Sean Morley
5e1d7ef160 Update appVersion to "Web 0.1.5-alpha" in config.ts 2024-04-13 23:11:09 +00:00
Sean Morley
00d9270546 Update AdventureCard component to include regionId and visited properties 2024-04-13 23:09:52 +00:00
Sean Morley
b2210dc7c9 Update login and signup pages, and add countries.json 2024-04-13 21:03:59 +00:00
Sean Morley
8a169da9e2 Update getFlag function to accept size parameter 2024-04-13 20:39:06 +00:00
Sean Morley
02455d290b Update AdventureCard component and add country flag support 2024-04-13 20:09:00 +00:00
Sean Morley
fd1b85609e Remove unnecessary database migration scripts and update info modal text 2024-04-13 19:48:53 +00:00
Sean Morley
11ace187a7 Add migration to drop unique constraint on worldTravelCountryRegions_id 2024-04-12 14:28:45 +00:00
Sean Morley
0d84445791 Update startup.sh script 2024-04-12 14:26:30 +00:00
Sean Morley
b0b8a2794b Add flag column to worldTravelCountries table and remove flag column 2024-04-12 14:20:34 +00:00
Sean Morley
61458b3cc2 Add country regions for Germany, South Africa, Australia, New Zealand, Egypt, Brazil, China 2024-04-12 14:04:23 +00:00
Sean Morley
3887ac845e Add country regions for GB, FR, AR, CA, MX, and DE 2024-04-12 13:39:08 +00:00
Sean Morley
d9116b2a15 Add unique constraints and insert data for Canada and Germany 2024-04-12 01:49:57 +00:00
Sean Morley
a17234ab6b Add unique constraints to featuredAdventures and worldTravelCountryRegions tables, and insert data for Canada, Germany, and the US regions. 2024-04-12 01:27:13 +00:00
Sean Morley
8a8a118309 Add navigation to World Travel page and create server load function for country regions 2024-04-12 00:12:55 +00:00
Sean Morley
d190222573 Add unique constraint to worldTravelCountries.country_code and create worldTravelCountryRegions table 2024-04-12 00:03:14 +00:00
Sean Morley
a03fc5fb4e Add and delete migration files 2024-04-11 23:58:09 +00:00
Sean Morley
a17c482522 Add PostgreSQL client and SQL scripts for parks data 2024-04-11 22:58:54 +00:00
Sean Morley
a6c3738c48 Add name and date columns to sharedAdventures table and display them in shared adventure page 2024-04-11 22:21:09 +00:00
Sean Morley
167080441a Refactor AdventureCard component and shared page 2024-04-11 21:15:34 +00:00
Sean Morley
af07ea29ef Refactor success toast and show appropriate messages 2024-04-11 18:18:35 +00:00
Sean Morley
53f7f90dbc
Update tag-latest.yml 2024-04-11 11:17:58 -04:00
Sean Morley
d8eaa51a78
Create tag-latest.yml 2024-04-11 11:12:59 -04:00
Sean Morley
d1371a9945
Update docker-compose.yml 2024-04-11 11:05:24 -04:00
Sean Morley
cb9da5c069
Merge pull request #27 from seanmorley15/development
Development
2024-04-11 10:57:54 -04:00
Sean Morley
70a5d703f8
Create docker-publish.yml 2024-04-11 10:52:58 -04:00
Sean Morley
ea0477d450 Add loading spinner to log page 2024-04-11 13:59:36 +00:00
Sean Morley
cc7e950f5c Add quote display and update signup form layout 2024-04-11 13:49:35 +00:00
Sean Morley
7decfd61e8 Add user icon field and update version number 2024-04-11 13:46:41 +00:00
Sean Morley
a10f7485e0
Update README.md 2024-04-10 19:48:47 -04:00
Sean Morley
ed54f7a97c
Merge pull request #23 from seanmorley15/adventureServiceMigration
Adventure service migration
2024-04-10 19:42:47 -04:00
Sean Morley
00ad7ce384 Add navigation to log page 2024-04-10 23:36:07 +00:00
Sean Morley
70e23b8878 Update visit count and password hashing 2024-04-10 23:34:48 +00:00
Sean Morley
549840128f Update Navbar and UserAvatar components, and +page styling 2024-04-10 23:25:24 +00:00
Sean Morley
3d0116a684 Refactor user avatar component and add settings page 2024-04-10 23:12:25 +00:00
Sean Morley
226158da6d Add info icon to Navbar and create User Page 2024-04-10 22:11:44 +00:00
Sean Morley
f7fc46caac Add InfoModal component and update Navbar component 2024-04-10 18:25:53 +00:00
Sean Morley
818ab5239d Add visit count functionality and update adventure creation 2024-04-10 18:00:24 +00:00
Sean Morley
3dcad53004 Add clearvisits API endpoint and implement DELETE method***
***Handle error when no id is found in DELETE method***
***Update deleteData function in log page to use clearvisits API endpoint
2024-04-10 17:54:19 +00:00
Sean Morley
bc0e1b4db2 Add visit count functionality to Navbar and Log page 2024-04-10 17:47:20 +00:00
Sean Morley
ae5e77f670 Add config file and error page 2024-04-10 15:19:19 +00:00