Commit Graph

31 Commits

Author SHA1 Message Date
Aaron William Po
3b973252fc Feat: fix profile avatars in comments
This reverts the change to the comment content body component in the previous commit.
2023-11-07 21:25:33 -05:00
Aaron William Po
7f9ddb40a1 Feat: create user page, add user bio and avatar 2023-11-05 22:04:55 -05:00
Aaron William Po
843497323a dev: add beers by beer style 2023-10-30 00:49:35 -04:00
Aaron William Po
c8e8207e30 feat: add beer style comments 2023-10-15 20:24:40 -04:00
Aaron William Po
cb26df286a Add dbml, minor tweaks to beer style page 2023-09-23 22:32:15 -04:00
Aaron William Po
942f1390f7 Feat: Add role enum for user table 2023-09-23 10:05:01 -04:00
Aaron William Po
43220fe0e6 Update brewery/beer style to use tuples for ranges/coords. Seed updates. 2023-09-22 02:17:52 -04:00
Aaron William Po
e95cb29189 Feat: add glassware, abv range, and ibu range to beer style table 2023-09-22 01:48:37 -04:00
Aaron William Po
af09928c3c misc: Rename beer type to beer style 2023-09-18 20:34:09 -04:00
Aaron William Po
e3da430425 Chore: update faker to replace deprecated methods, add canadianCities for location data 2023-06-02 23:11:30 -04:00
Aaron William Po
bc298bce0e Update: change identifiers to cuid 2023-05-28 21:24:59 -04:00
Aaron William Po
9574bbaeb9 Feat: Update user validation schema to include username/email check
The validation schema will throw an error if the username or email is already found in the database.
2023-05-12 08:34:06 -04:00
Aaron William Po
2eb2626d54 Updates to user schema, account page
Renamed isAccountVerified to accountIsVerified, add account info to account page
2023-05-11 22:20:51 -04:00
Aaron Po
0178750563 Merge branch 'main' into style 2023-05-08 00:05:35 -04:00
Aaron William Po
90a7cf8d56 Format and style
Format SQL query in clean database, run npm run format
2023-05-08 00:04:01 -04:00
Aaron William Po
8cda68503d bug fix - Fixed error in cleanDatabase that would cause drift
Added an extra line to ensure the query does not include the migration table. This kept on getting cleared.

Reintroduced shadow db to detect drift.
2023-05-07 23:33:46 -04:00
Aaron William Po
f21dc905fe feat: client app can now upload images for beer posts
Updated seed to incorporate cloudinary images, downgraded multer to recent LTS, update tsconfig to allow spread operator usage on FileList.
2023-05-07 21:05:21 -04:00
Aaron William Po
2f8d7d6abb Update: create raw seed query to truncate all tables using plp/pgsql 2023-05-04 23:52:00 -04:00
Aaron William Po
7922b6107b Update: remove shadow database url from schema
This is a quick solution to a migration issue involving the shadow db
2023-05-04 23:52:00 -04:00
Aaron William Po
85ecc9f062 Migrate database to Vercel postgres 2023-05-02 20:01:12 -04:00
Aaron William Po
1a806e7aff Update tooltip location 2023-04-30 23:42:06 -04:00
Aaron William Po
b3b1d5b6d1 Feat: Implement infinite scrolling brewery comment section
Refactor beer comment schemas to work on brewery comments as well. Add robots.txt to block crawling for now.
2023-04-30 14:00:38 -04:00
Aaron William Po
c0d705f8cb Update seed to do bulk insert 2023-04-26 22:33:24 -04:00
Aaron William Po
c19cddceb7 Create location table for brewery post locations 2023-04-26 08:37:59 -04:00
Aaron William Po
4aeafc0de8 Feat: Implement mapbox for geocoding and location data for brewery posts 2023-04-24 21:45:25 -04:00
Aaron William Po
eec082e73a Add date established to brewery page 2023-04-23 20:31:09 -04:00
Aaron William Po
58d30b605f Continue work on brewery page, implement like system 2023-04-23 17:26:21 -04:00
Aaron William Po
6a00532f75 Style updates 2023-04-21 23:32:18 -04:00
Aaron William Po
788d77e745 Add page count to api route header, update docs 2023-04-16 23:20:05 -04:00
Aaron William Po
b1a403e4f2 Slightly alter colours in themes, change cards to compact 2023-04-16 20:32:12 -04:00
Aaron William Po
08422fe24e Restructure codebase to use src directory 2023-04-11 23:32:06 -04:00