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 |
|
Sean Morley
|
45545fd8ce
|
Add PUT route to update existing adventure and refactor adventureService
|
2024-04-10 14:58:42 +00:00 |
|
Sean Morley
|
ed9a579fc2
|
Add POST endpoint to create new adventure and update adventureService
|
2024-04-10 14:51:51 +00:00 |
|
Sean Morley
|
7ba879f7d9
|
Add DELETE endpoint to visits API and update log page
|
2024-04-10 14:33:41 +00:00 |
|
Sean Morley
|
4c032445a7
|
Add ORIGIN environment variable and update startup script
|
2024-04-10 13:30:54 +00:00 |
|
Sean Morley
|
40f8c72f19
|
Merge branch 'adventureServiceMigration' of https://github.com/seanmorley15/AdventureLogSvelte into adventureServiceMigration
|
2024-04-10 01:32:38 +00:00 |
|
Sean Morley
|
257e2555bc
|
Add schema generation
|
2024-04-10 01:31:10 +00:00 |
|
Sean Morley
|
8f725524f5
|
Update README.md
|
2024-04-08 09:20:08 -04:00 |
|
Sean Morley
|
fe042f3a5b
|
Refactor getAdventures and removeAdventure in log page
|
2024-04-06 12:54:27 +00:00 |
|
Sean Morley
|
ea79fd2d76
|
Add log page, update database schema, and API endpoint for user visits
|
2024-04-06 12:54:17 +00:00 |
|
Sean Morley
|
1b9edeb61f
|
Update Navbar component and add logout functionality
|
2024-04-06 12:27:42 +00:00 |
|
Sean Morley
|
17e6125998
|
Merge pull request #20 from seanmorley15/seanmorley15/issue10
Add generate step to Dockerfile
|
2024-04-05 22:03:01 -04:00 |
|
Sean Morley
|
98f449018b
|
Add generate step to Dockerfile
|
2024-04-06 02:01:34 +00:00 |
|
Sean Morley
|
de2dd6cd7e
|
Add UserAvatar component and update Navbar.svelte
|
2024-04-06 01:59:10 +00:00 |
|
Sean Morley
|
cd11ce2d97
|
Add login functionality to Navbar component
|
2024-04-05 22:22:09 +00:00 |
|
Sean Morley
|
3ab2918ed2
|
Add user name to Navbar component
|
2024-04-05 22:17:20 +00:00 |
|