Sean Morley
798ce1e3e5
feat: Add saveAdventure function to adventureService
...
The code changes include adding a new function called saveAdventure to the adventureService module. This function is responsible for sending a PUT request to the corresponding API endpoint to save an adventure. If the request is successful, the local adventure array is updated with the new data. If the request fails, an empty array is returned to allow for handling errors.
2024-05-04 15:18:20 +00:00
Sean Morley
716323657b
feat: Add "Planner" button to Navbar component
...
The code changes include adding a "Planner" button to the Navbar component. This button allows users to navigate to the Planner page. The changes involve modifying the Navbar component in the src/lib/components/Navbar.svelte file.
2024-05-04 15:00:02 +00:00
Sean Morley
3127784632
feat: Add activity types functionality to CreateNewAdventure and AdventureCard components
2024-05-04 00:43:18 +00:00
Sean Morley
eab7cb6087
feat: Add activity types to CreateNewAdventure and AdventureCard components
...
The code changes include adding activity types functionality to the CreateNewAdventure and AdventureCard components. This allows users to specify different types of activities for each adventure. The changes also include updates to the server files to handle the new activity types.
Recent user commits:
- Refactor adventure page layout to display activity types and update server files
- Add activity types to EditModal component and update server files
- Add activity types to AdventureCard component and update server files
- Refactor adventure page layout to display activity types in +page.svelte and update server files
- Refactor adventure page layout to display activity types in +page.svelte and update server files
- Refactor CreateNewAdventure component to add activity types and update server files
- Refactor adventure page layout to use a responsive image size in +page.svelte
- Merge pull request #52 from seanmorley15/development
- Refactor error handling and add validation for adventure name in server and page files
- Update config.ts
2024-05-03 21:39:31 +00:00
Sean Morley
25adf07874
Refactor adventure page layout to display activity types and update server files
2024-05-03 21:29:35 +00:00
Sean Morley
2da4baf8a1
Add activity types to EditModal component and update server files
2024-05-01 00:14:31 +00:00
Sean Morley
6a4771cece
Add activity types to AdventureCard component and update server files
2024-04-30 23:10:59 +00:00
Sean Morley
6d4e860e43
Refactor adventure page layout to display activity types in +page.svelte and update server files
2024-04-30 23:04:12 +00:00
Sean Morley
9f9f0c3d87
Refactor adventure page layout to display activity types in +page.svelte and update server files
2024-04-30 22:52:07 +00:00
Sean Morley
296659ea27
Refactor CreateNewAdventure component to add activity types and update server files
2024-04-30 22:39:09 +00:00
Sean Morley
895522b2ac
Refactor adventure page layout to use a responsive image size in +page.svelte
2024-04-30 21:52:05 +00:00
Sean Morley
9d7a7ce35b
Merge pull request #52 from seanmorley15/development
...
Development
2024-04-30 09:59:42 -04:00
Sean Morley
88a2ac07e6
Refactor error handling and add validation for adventure name in server and page files
2024-04-28 21:54:43 +00:00
Sean Morley
1437a938bf
Update config.ts
2024-04-28 12:22:17 -04:00
Sean Morley
d84c9f4d24
Refactor component names and update button labels
2024-04-28 16:12:15 +00:00
Sean Morley
aec34a617f
Merge pull request #51 from seanmorley15/development
...
Development
2024-04-28 12:04:26 -04:00
Sean Morley
d4f94b436d
Refactor adventure page layout and add dynamic content
2024-04-28 16:03:38 +00:00
Sean Morley
c09028ae40
Fix error handling in layout server file and update USING_VERCEL assignment
2024-04-28 14:00:09 +00:00
Sean Morley
eed9b2fad2
Fix error handling in layout server file and add console log in layout svelte file
2024-04-28 13:59:45 +00:00
Sean Morley
8ae3236acb
Refactor AdventureCard component buttons to use iconify-icons
2024-04-27 20:45:01 +00:00
Sean Morley
64b4eafd34
Refactor adventure page layout and add dynamic content
2024-04-27 20:40:33 +00:00
Sean Morley
62109a41a6
Refactor AdventureCard component and add new adventure page
2024-04-27 20:24:25 +00:00
Sean Morley
ba84fbdcf3
Add GET request handler for retrieving an adventure by ID
2024-04-27 17:28:31 +00:00
Sean Morley
7327fefe15
Refactor EditModal component to use adventureToEdit prop instead of individual props
2024-04-27 16:54:20 +00:00
Sean Morley
b057ee01b3
Refactor Docker Compose files, Tailwind config, UserCard component, and page server files
2024-04-27 16:35:04 +00:00
Sean Morley
3299855f86
Add loading state to setup and signup pages
2024-04-26 23:42:04 +00:00
Sean Morley
5008f54f1f
Merge pull request #50 from seanmorley15/development
...
Development
2024-04-26 19:22:45 -04:00
Sean Morley
15b1395870
Merge pull request #49 from seanmorley15/API-Migration
...
Api migration
2024-04-26 19:22:27 -04:00
Sean Morley
b0acb23edf
Add loading state to setup page
2024-04-26 23:19:50 +00:00
Sean Morley
9837cc4e64
Refactor database schema, remove unused SQL files, and update components
2024-04-26 23:09:39 +00:00
Sean Morley
08579289a6
Remove userVisitedAdventuresTable
2024-04-26 23:04:41 +00:00
Sean Morley
db8fc061f2
Refactor database schema and remove unused SQL files
2024-04-26 22:43:27 +00:00
Sean Morley
319a99fed2
Refactor data insertion via Drizzle
2024-04-26 22:43:13 +00:00
Sean Morley
37f050d254
Started Migration
2024-04-26 01:14:13 +00:00
Sean Morley
e197de9d39
Add WorldTravelCard component
2024-04-26 00:23:30 +00:00
Sean Morley
57e92d96f8
Merge pull request #47 from seanmorley15/dependabot/npm_and_yarn/hono-4.2.7
...
Bump hono from 4.2.5 to 4.2.7
2024-04-24 11:32:37 -04:00
dependabot[bot]
d11a4030bf
Bump hono from 4.2.5 to 4.2.7
...
Bumps [hono](https://github.com/honojs/hono ) from 4.2.5 to 4.2.7.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.2.5...v4.2.7 )
---
updated-dependencies:
- dependency-name: hono
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 15:30:42 +00:00
Sean Morley
921d36aa70
Add new migrations and update Adventure interface
2024-04-22 00:56:43 +00:00
Sean Morley
a3d4d757a9
Add new columns to userPlannedAdventures table and update Adventure interface
2024-04-21 22:56:27 +00:00
Sean Morley
b2184bdee3
Refactor database schema and add planner functionality
2024-04-21 22:42:49 +00:00
Sean Morley
3072fedccf
Refactor admin settings page, add ConfirmModal component, and update user management functionality
2024-04-21 17:02:38 -04:00
Sean Morley
b3bd8780e7
Refactor admin settings page, add UserCard component, and update user management functionality
2024-04-21 20:26:22 +00:00
Sean Morley
792bd7674f
Merge pull request #44 from seanmorley15/development
...
Development
2024-04-21 12:37:25 -04:00
Sean Morley
29e9b308ba
Refactor admin settings page, clear all sessions, and add user signup functionality
2024-04-21 16:31:55 +00:00
Sean Morley
a186d514af
Refactor admin settings page and add user signup functionality
2024-04-21 16:16:29 +00:00
Sean Morley
ef42491421
Refactor version API endpoint to use package.json for version detection
2024-04-20 17:32:46 +00:00
Sean Morley
172504fa66
Add version detection endpoint
2024-04-20 16:59:03 +00:00
Sean Morley
f91e0bd4d0
Merge pull request #42 from seanmorley15/development
...
SEO Optimization
2024-04-19 21:18:15 -04:00
Sean Morley
7086877ba3
SEO Optimization
2024-04-20 01:17:34 +00:00
Sean Morley
69a3d94701
Merge pull request #41 from seanmorley15/development
...
Development
2024-04-19 20:53:33 -04:00