1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-08 14:45:17 +02:00

Commit graph

  • 2249052ab7 Update database schema and add signup_date, last_login, and role columns to user table Sean Morley 2024-04-18 01:15:52 +00:00
  • fdc0955cc8
    Merge pull request #36 from seanmorley15/development Sean Morley 2024-04-16 20:21:49 -04:00
  • f0eb5441f0 Add Nord theme option to theme selection dropdown in Navbar.svelte Sean Morley 2024-04-17 00:20:56 +00:00
  • 5efb2912c0 Update theme handling and add theme selection dropdown in Navbar.svelte Sean Morley 2024-04-17 00:15:27 +00:00
  • b76e655e38 Update theme handling and add theme selection dropdown in Navbar.svelte Sean Morley 2024-04-17 00:01:19 +00:00
  • 3892a3ea39 Update download filename in log page and handle form submission errors in login page Sean Morley 2024-04-15 00:13:02 +00:00
  • 1710c5b54d Update AdventureCard component to remove commented out code and add exportData function to log page Sean Morley 2024-04-14 23:47:05 +00:00
  • 6aca3d72b0 Update region page to display detailed information about a region in the world travel section Sean Morley 2024-04-14 20:47:52 +00:00
  • a550fd58f7 Update AdventureCard component to include regionId and visited properties, and add country flag support Sean Morley 2024-04-14 20:33:58 +00:00
  • 715a4ffd87 Add US map component to world travel page Sean Morley 2024-04-14 17:58:18 +00:00
  • 8133e8e99e Update AdventureCard component to include viewType property and add radio buttons for card and map views Sean Morley 2024-04-14 17:44:52 +00:00
  • c6d8730b4c Add volume mapping for ./sql in docker-compose.yml Sean Morley 2024-04-14 17:08:52 +00:00
  • f58271e27c Update docker-compose.yml to remove unnecessary volume mapping Sean Morley 2024-04-14 16:56:27 +00:00
  • 9c46c16bbe Update AdventureCard component to include regionId and visited properties, and add country flag support Sean Morley 2024-04-14 14:03:06 +00:00
  • c5ce984cac Add country_code field to userVisitedWorldTravel table Sean Morley 2024-04-14 13:39:32 +00:00
  • 8a2528e484
    Merge pull request #30 from seanmorley15/development v0.1.5-alpha Sean Morley 2024-04-13 19:11:50 -04:00
  • 5e1d7ef160 Update appVersion to "Web 0.1.5-alpha" in config.ts Sean Morley 2024-04-13 23:11:09 +00:00
  • 00d9270546 Update AdventureCard component to include regionId and visited properties Sean Morley 2024-04-13 23:09:52 +00:00
  • b2210dc7c9 Update login and signup pages, and add countries.json Sean Morley 2024-04-13 21:03:59 +00:00
  • 8a169da9e2 Update getFlag function to accept size parameter Sean Morley 2024-04-13 20:39:06 +00:00
  • 02455d290b Update AdventureCard component and add country flag support Sean Morley 2024-04-13 20:09:00 +00:00
  • fd1b85609e Remove unnecessary database migration scripts and update info modal text Sean Morley 2024-04-13 19:48:53 +00:00
  • 11ace187a7 Add migration to drop unique constraint on worldTravelCountryRegions_id Sean Morley 2024-04-12 14:28:45 +00:00
  • 0d84445791 Update startup.sh script Sean Morley 2024-04-12 14:26:30 +00:00
  • b0b8a2794b Add flag column to worldTravelCountries table and remove flag column Sean Morley 2024-04-12 14:20:34 +00:00
  • 61458b3cc2 Add country regions for Germany, South Africa, Australia, New Zealand, Egypt, Brazil, China Sean Morley 2024-04-12 14:04:23 +00:00
  • 3887ac845e Add country regions for GB, FR, AR, CA, MX, and DE Sean Morley 2024-04-12 13:39:08 +00:00
  • d9116b2a15 Add unique constraints and insert data for Canada and Germany Sean Morley 2024-04-12 01:49:57 +00:00
  • a17234ab6b Add unique constraints to featuredAdventures and worldTravelCountryRegions tables, and insert data for Canada, Germany, and the US regions. Sean Morley 2024-04-12 01:27:13 +00:00
  • 8a8a118309 Add navigation to World Travel page and create server load function for country regions Sean Morley 2024-04-12 00:12:55 +00:00
  • d190222573 Add unique constraint to worldTravelCountries.country_code and create worldTravelCountryRegions table Sean Morley 2024-04-12 00:03:14 +00:00
  • a03fc5fb4e Add and delete migration files Sean Morley 2024-04-11 23:58:09 +00:00
  • a17c482522 Add PostgreSQL client and SQL scripts for parks data Sean Morley 2024-04-11 22:58:54 +00:00
  • a6c3738c48 Add name and date columns to sharedAdventures table and display them in shared adventure page Sean Morley 2024-04-11 22:21:09 +00:00
  • 167080441a Refactor AdventureCard component and shared page Sean Morley 2024-04-11 21:15:34 +00:00
  • af07ea29ef Refactor success toast and show appropriate messages Sean Morley 2024-04-11 18:18:35 +00:00
  • 53f7f90dbc
    Update tag-latest.yml v0.1.4-alpha v0.1.3-alpha Sean Morley 2024-04-11 11:17:58 -04:00
  • d8eaa51a78
    Create tag-latest.yml v0.1.2-alpha Sean Morley 2024-04-11 11:12:59 -04:00
  • d1371a9945
    Update docker-compose.yml Sean Morley 2024-04-11 11:05:24 -04:00
  • cb9da5c069
    Merge pull request #27 from seanmorley15/development v0.1.1-alpha Sean Morley 2024-04-11 10:57:54 -04:00
  • 70a5d703f8
    Create docker-publish.yml Sean Morley 2024-04-11 10:52:58 -04:00
  • ea0477d450 Add loading spinner to log page Sean Morley 2024-04-11 13:59:36 +00:00
  • cc7e950f5c Add quote display and update signup form layout Sean Morley 2024-04-11 13:49:35 +00:00
  • 7decfd61e8 Add user icon field and update version number Sean Morley 2024-04-11 13:46:41 +00:00
  • a10f7485e0
    Update README.md v0.1.0-alpha Sean Morley 2024-04-10 19:48:47 -04:00
  • 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