Commit Graph

  • ed54f7a97c Merge pull request #23 from seanmorley15/adventureServiceMigration Sean Morley 2024-04-10 19:42:47 -04:00
  • 00ad7ce384 Add navigation to log page Sean Morley 2024-04-10 23:36:07 +00:00
  • 70e23b8878 Update visit count and password hashing Sean Morley 2024-04-10 23:34:48 +00:00
  • 549840128f Update Navbar and UserAvatar components, and +page styling Sean Morley 2024-04-10 23:25:24 +00:00
  • 3d0116a684 Refactor user avatar component and add settings page Sean Morley 2024-04-10 23:12:25 +00:00
  • 226158da6d Add info icon to Navbar and create User Page Sean Morley 2024-04-10 22:11:44 +00:00
  • f7fc46caac Add InfoModal component and update Navbar component Sean Morley 2024-04-10 18:25:53 +00:00
  • 818ab5239d Add visit count functionality and update adventure creation Sean Morley 2024-04-10 18:00:24 +00:00
  • 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 Sean Morley 2024-04-10 17:54:19 +00:00
  • bc0e1b4db2 Add visit count functionality to Navbar and Log page Sean Morley 2024-04-10 17:47:20 +00:00
  • ae5e77f670 Add config file and error page Sean Morley 2024-04-10 15:19:19 +00:00
  • 45545fd8ce Add PUT route to update existing adventure and refactor adventureService Sean Morley 2024-04-10 14:58:42 +00:00
  • ed9a579fc2 Add POST endpoint to create new adventure and update adventureService Sean Morley 2024-04-10 14:51:51 +00:00
  • 7ba879f7d9 Add DELETE endpoint to visits API and update log page Sean Morley 2024-04-10 14:33:41 +00:00
  • 4c032445a7 Add ORIGIN environment variable and update startup script Sean Morley 2024-04-10 13:30:54 +00:00
  • 40f8c72f19 Merge branch 'adventureServiceMigration' of https://github.com/seanmorley15/AdventureLogSvelte into adventureServiceMigration Sean Morley 2024-04-10 01:32:38 +00:00
  • 257e2555bc Add schema generation Sean Morley 2024-04-10 01:31:10 +00:00
  • 8f725524f5 Update README.md Sean Morley 2024-04-08 09:20:08 -04:00
  • fe042f3a5b Refactor getAdventures and removeAdventure in log page Sean Morley 2024-04-06 12:54:27 +00:00
  • ea79fd2d76 Add log page, update database schema, and API endpoint for user visits Sean Morley 2024-04-06 12:54:17 +00:00
  • 1b9edeb61f Update Navbar component and add logout functionality Sean Morley 2024-04-06 12:27:42 +00:00
  • 17e6125998 Merge pull request #20 from seanmorley15/seanmorley15/issue10 Sean Morley 2024-04-05 22:03:01 -04:00
  • 98f449018b Add generate step to Dockerfile Sean Morley 2024-04-06 02:01:34 +00:00
  • de2dd6cd7e Add UserAvatar component and update Navbar.svelte Sean Morley 2024-04-06 01:59:10 +00:00
  • cd11ce2d97 Add login functionality to Navbar component Sean Morley 2024-04-05 22:22:09 +00:00
  • 3ab2918ed2 Add user name to Navbar component Sean Morley 2024-04-05 22:17:20 +00:00
  • f335917047 Update CONTRIBUTING.md Sean Morley 2024-04-04 10:53:14 -04:00
  • d4e18db476 Create CONTRIBUTING.md Sean Morley 2024-04-04 10:04:52 -04:00
  • d834cef83b Add userVisitedAdventures table and API endpoints for visits and userinfo Sean Morley 2024-04-03 23:55:00 +00:00
  • ba6a5283fe Add user first and last name fields to signup form Sean Morley 2024-04-03 22:59:05 +00:00
  • 372db59211 Added auth! Sean Morley 2024-04-03 00:51:12 +00:00
  • b8caf83ca4 Merge pull request #13 from seanmorley15/development Sean Morley 2024-04-02 18:20:02 -04:00
  • 3fd6d021f7 Merge pull request #11 from seanmorley15/seanmorley15-patch-1 Sean Morley 2024-04-02 18:16:08 -04:00
  • ad45447e88 Merge branch 'development' into seanmorley15-patch-1 Sean Morley 2024-04-02 18:16:02 -04:00
  • 59ab809caf Update README.md Sean Morley 2024-04-02 18:09:07 -04:00
  • 83cca15a8f Consistent code formatting Sean Morley 2024-04-02 22:02:20 +00:00
  • 302a59c86d Refactor modal layout and add visit count to home page and log page Sean Morley 2024-04-02 21:46:37 +00:00
  • f0894a964f Refactor AdventureCard component and remove FeaturedAdventureCard Sean Morley 2024-04-02 21:33:41 +00:00
  • 6b97b3a7f3 Merge pull request #9 from seanmorley15/development Sean Morley 2024-04-02 15:36:51 -04:00
  • cde83b35d6 Fix database connection issue and add database migration Sean Morley 2024-04-02 19:33:26 +00:00
  • 3f24e44558 Update database configuration in docker-compose.yml Sean Morley 2024-04-02 19:22:54 +00:00
  • d86eaeb0be Add clipboard functionality and display adventure result Sean Morley 2024-04-02 19:21:10 +00:00
  • 0dde2fbe6a Add server-side code to load shared adventure by key Sean Morley 2024-04-02 19:09:03 +00:00
  • 56a8a45efb Add migrations and code for sharedAdventures table Sean Morley 2024-04-02 18:54:09 +00:00
  • 9baab4c675 Add featured adventure locations and fix conditional rendering in log page Sean Morley 2024-04-02 18:31:44 +00:00
  • ad568bb3fa Update Navbar component to display visit count Sean Morley 2024-04-02 18:28:14 +00:00
  • 4b2306f812 Update startup.sh, +page.server.ts, FeaturedAdventureCard.svelte, and Navbar.svelte Sean Morley 2024-04-02 18:04:27 +00:00
  • f86151ee5e Update database URL and add description to package.json Sean Morley 2024-04-02 15:48:26 +00:00
  • 8250cae054 Add startup script and update Dockerfile and docker-compose.yml Sean Morley 2024-04-02 14:41:07 +00:00
  • 33122894c2 Add featuredAdventures table and related code Sean Morley 2024-04-02 14:01:35 +00:00
  • 577371736f Merge pull request #7 from seanmorley15/development Sean Morley 2024-04-01 20:43:59 -04:00
  • c23ea0ce5e Add footer scroll functionality and update layout styles Sean Morley 2024-04-01 23:30:59 +00:00
  • a0f07a9980 Update AdventureCard and Navbar components Sean Morley 2024-04-01 21:35:21 +00:00
  • 301e630405 Update EditModal component to handle Escape key press Sean Morley 2024-04-01 21:27:02 +00:00
  • 8796035016 Add Docker Compose file and update devcontainer.json Sean Morley 2024-04-01 21:13:59 +00:00
  • a96b67c9da Create LICENSE Sean Morley 2024-04-01 09:34:26 -04:00
  • 302ccb81a7 Update README.md Sean Morley 2024-04-01 09:32:01 -04:00
  • 410de007e2 Update README.md Sean Morley 2024-04-01 09:30:52 -04:00
  • 716276c375 Refactor adventure creation form Sean Morley 2024-03-31 17:01:58 +00:00
  • 2e26e3712d Add delete functionality and clear adventures Sean Morley 2024-03-31 16:58:02 +00:00
  • adb655bf30 Update adapter condition in svelte.config.js Sean Morley 2024-03-31 16:00:35 +00:00
  • f1c74c4176 Merge pull request #4 from seanmorley15/development Sean Morley 2024-03-31 11:58:41 -04:00
  • 7a23386d84 Add Vercel adapter and update dependencies Sean Morley 2024-03-31 15:58:09 +00:00
  • 87d49e134d Update Svelte adapter in svelte.config.js Sean Morley 2024-03-31 00:56:31 +00:00
  • c2b22d00fc Update Svelte adapter in svelte.config.js Sean Morley 2024-03-31 00:55:20 +00:00
  • 66feff59a7 Merge pull request #2 from seanmorley15/development Sean Morley 2024-03-30 20:54:53 -04:00
  • bf640bc433 Add SuccessToast component and pinLogo asset*** ***Update saveEdit function in adventureService.ts*** ***Remove unnecessary buttons in Navbar.svelte*** ***Add EditModal component*** ***Update Footer.svelte with pinLogo and copyright information Sean Morley 2024-03-31 00:49:42 +00:00
  • 20c8b5c30e Merge pull request #1 from seanmorley15/development Sean Morley 2024-03-30 17:49:43 -04:00
  • 960062b499 Refactor navigation to use goto function Sean Morley 2024-03-30 21:46:36 +00:00
  • 8d653ddf6c Update Dockerfile to expose port 3000 Sean Morley 2024-03-30 21:41:49 +00:00
  • c2e658edc5 Add @sveltejs/adapter-node to devDependencies and update Dockerfile Sean Morley 2024-03-30 21:39:38 +00:00
  • 9d5fbf00ad Add Dockerfile and .dockerignore, update log page layout Sean Morley 2024-03-30 21:30:22 +00:00
  • b1840006f0 Add new SVG assets and update AdventureCard component Sean Morley 2024-03-30 21:26:21 +00:00
  • 9ee5d67ab6 Add Tailwind CSS and update layout and page styles Sean Morley 2024-03-30 21:00:12 +00:00
  • 510d6b5238 Update button styles in AdventureCard, Navbar, and log pages Sean Morley 2024-03-29 23:09:03 +00:00
  • 771bcdfb25 Add title to app.html and adjust button margin in Navbar.svelte Sean Morley 2024-03-29 23:00:35 +00:00
  • c806cf074d Add Navbar component and camping logo to page Sean Morley 2024-03-29 22:52:42 +00:00
  • 90036c5c14 Add layout and footer components, update adventureService, and create log page Sean Morley 2024-03-29 22:44:32 +00:00
  • 2f180a204b Fix dispatch parameter in AdventureCard.svelte and add Save as File button in +page.svelte Sean Morley 2024-03-29 22:44:26 +00:00
  • bd5e1a813b Add import and export functionality Sean Morley 2024-03-29 22:20:21 +00:00
  • 97d98003f6 Update README.md and +page.svelte Sean Morley 2024-03-29 21:50:09 +00:00
  • 9addb5462e first commit Sean Morley 2024-03-29 21:41:22 +00:00