1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 03:35:18 +02:00
Commit graph

75 commits

Author SHA1 Message Date
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
Sean Morley
f335917047
Update CONTRIBUTING.md 2024-04-04 10:53:14 -04:00
Sean Morley
d4e18db476
Create CONTRIBUTING.md 2024-04-04 10:04:52 -04:00
Sean Morley
d834cef83b Add userVisitedAdventures table and API endpoints for visits and userinfo 2024-04-03 23:55:00 +00:00
Sean Morley
ba6a5283fe Add user first and last name fields to signup form 2024-04-03 22:59:05 +00:00
Sean Morley
372db59211 Added auth! 2024-04-03 00:51:12 +00:00
Sean Morley
3fd6d021f7
Merge pull request #11 from seanmorley15/seanmorley15-patch-1
Seanmorley15 patch 1
2024-04-02 18:16:08 -04:00
Sean Morley
ad45447e88
Merge branch 'development' into seanmorley15-patch-1 2024-04-02 18:16:02 -04:00
Sean Morley
59ab809caf
Update README.md 2024-04-02 18:09:07 -04:00
Sean Morley
83cca15a8f Consistent code formatting 2024-04-02 22:02:20 +00:00
Sean Morley
302a59c86d Refactor modal layout and add visit count to home page and log page 2024-04-02 21:46:37 +00:00
Sean Morley
f0894a964f Refactor AdventureCard component and remove FeaturedAdventureCard 2024-04-02 21:33:41 +00:00
Sean Morley
6b97b3a7f3
Merge pull request #9 from seanmorley15/development
Server Side Logic
2024-04-02 15:36:51 -04:00
Sean Morley
cde83b35d6 Fix database connection issue and add database migration 2024-04-02 19:33:26 +00:00
Sean Morley
3f24e44558 Update database configuration in docker-compose.yml 2024-04-02 19:22:54 +00:00
Sean Morley
d86eaeb0be Add clipboard functionality and display adventure result 2024-04-02 19:21:10 +00:00
Sean Morley
0dde2fbe6a Add server-side code to load shared adventure by key 2024-04-02 19:09:03 +00:00
Sean Morley
56a8a45efb Add migrations and code for sharedAdventures table 2024-04-02 18:54:09 +00:00
Sean Morley
9baab4c675 Add featured adventure locations and fix conditional rendering in log page 2024-04-02 18:31:44 +00:00
Sean Morley
ad568bb3fa Update Navbar component to display visit count 2024-04-02 18:28:14 +00:00
Sean Morley
4b2306f812 Update startup.sh, +page.server.ts, FeaturedAdventureCard.svelte, and Navbar.svelte 2024-04-02 18:04:27 +00:00
Sean Morley
f86151ee5e Update database URL and add description to package.json 2024-04-02 15:48:26 +00:00
Sean Morley
8250cae054 Add startup script and update Dockerfile and docker-compose.yml 2024-04-02 14:41:07 +00:00
Sean Morley
33122894c2 Add featuredAdventures table and related code 2024-04-02 14:01:35 +00:00
Sean Morley
577371736f
Merge pull request #7 from seanmorley15/development
Development
2024-04-01 20:43:59 -04:00
Sean Morley
c23ea0ce5e Add footer scroll functionality and update layout styles 2024-04-01 23:30:59 +00:00
Sean Morley
a0f07a9980 Update AdventureCard and Navbar components 2024-04-01 21:35:21 +00:00
Sean Morley
301e630405 Update EditModal component to handle Escape key press 2024-04-01 21:27:02 +00:00
Sean Morley
8796035016 Add Docker Compose file and update devcontainer.json 2024-04-01 21:13:59 +00:00
Sean Morley
a96b67c9da
Create LICENSE 2024-04-01 09:34:26 -04:00
Sean Morley
302ccb81a7
Update README.md 2024-04-01 09:32:01 -04:00