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 |
|