Commit Graph

36 Commits

Author SHA1 Message Date
Sean Morley
5034336e9c chore: Update TripListModal and setup page to insert event data during setup 2024-06-14 20:31:58 +00:00
Sean Morley
71363026b2 chore: Refactor getBackgroundImages to improve image URL generation 2024-06-12 19:59:53 +00:00
Sean Morley
8eb9f11708 chore: Fix recursive call in getBackgroundImages when encountering empty folder placeholder 2024-06-12 19:49:55 +00:00
Sean Morley
d3112c2925 chore: Update S3 endpoint configuration to use MINIO_CLIENT_OVERRIDE 2024-06-12 17:57:21 +00:00
Sean Morley
18e48c3b80 chore: Update getBackgroundImages to use getObjectUrl for generating image URLs 2024-06-12 17:52:11 +00:00
Sean Morley
5d0b450429 chore: Update getBackgroundImages to use getObjectUrl for generating image URLs 2024-06-12 17:49:26 +00:00
Sean Morley
6385f9f46b random login image! 2024-06-12 17:38:34 +00:00
Sean Morley
a1563b59ca ActivityType Array for SQL 2024-06-01 15:29:53 +00:00
Sean Morley
8888650c56 Add more options for featured adventures 2024-05-26 20:07:23 +00:00
Sean Morley
fb749d0cb2 Added new regions 2024-05-25 14:23:59 +00:00
Sean Morley
b94fdc7107 chore: Add tripId field to Adventure interface and schema 2024-05-15 21:06:01 +00:00
Sean Morley
01865951ac Added new trip plan creator and removed visit count stores 2024-05-06 23:13:32 +00:00
Sean Morley
08579289a6 Remove userVisitedAdventuresTable 2024-04-26 23:04:41 +00:00
Sean Morley
319a99fed2 Refactor data insertion via Drizzle 2024-04-26 22:43:13 +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
2249052ab7 Update database schema and add signup_date, last_login, and role columns to user table 2024-04-18 01:15:52 +00:00
Sean Morley
a550fd58f7 Update AdventureCard component to include regionId and visited properties, and add country flag support 2024-04-14 20:33:58 +00:00
Sean Morley
c5ce984cac Add country_code field to userVisitedWorldTravel table 2024-04-14 13:39:32 +00:00
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
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
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
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
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
7decfd61e8 Add user icon field and update version number 2024-04-11 13:46:41 +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
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
83cca15a8f Consistent code formatting 2024-04-02 22:02:20 +00:00
Sean Morley
56a8a45efb Add migrations and code for sharedAdventures table 2024-04-02 18:54:09 +00:00
Sean Morley
33122894c2 Add featuredAdventures table and related code 2024-04-02 14:01:35 +00:00