Commit Graph

28 Commits

Author SHA1 Message Date
Aaron William Po
623855682b Refactor: further refactoring of api requests. 2023-12-25 14:26:35 -05:00
Aaron William Po
0e99782557 Refactor: rename [:id] to [:postId] for api routes 2023-12-24 20:08:35 -05:00
Aaron William Po
386556bb41 Refactor paginated query response schema 2023-12-18 13:24:22 -05:00
Aaron William Po
70a168df92 Refactor: update beer style, brewery post services 2023-12-14 22:23:34 -05:00
Aaron William Po
8b0d182cb3 Update casing for services and controllers directories. 2023-12-10 18:39:10 -05:00
Aaron William Po
fd641c36ab Refactor: begin reorganizing services dir.
- Renamed files and directories to reflect the new structure
- Moved comment-related services to the 'comments' directory
- Moved image-related services to the 'images' directory
- Moved like-related services to the 'likes' directory
- Moved post-related services to the 'posts' directory
- Moved user-related services to the 'users' directory
2023-12-10 14:15:31 -05:00
Aaron William Po
830e9dc845 Update eslint config, brewery post controllers 2023-12-10 12:47:09 -05:00
Aaron William Po
57c70c2292 refactor: finish extracting comment controller logic out of router 2023-12-03 15:14:59 -05:00
Aaron William Po
ab252c41b9 Refactor
Extract upload middleware to separate file and implement edit profile functionality.
2023-12-01 00:23:30 -05:00
Aaron William Po
6641a45705 fix: use term 'count' for X-Total-Count header 2023-11-13 14:57:15 -05:00
Aaron William Po
d48d9a8886 Update: all queries involving image now use ImageQueryValidationSchema 2023-11-11 20:30:07 -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
3b626e2f95 Refactor: update types for brewery comments 2023-10-07 15:21:57 -04:00
Aaron William Po
2ee12d351f cleanup 2023-10-07 13:27:01 -04:00
Aaron William Po
eb6dbb2115 Refactor and formatting 2023-09-29 21:18:56 -04:00
Aaron William Po
af09928c3c misc: Rename beer type to beer style 2023-09-18 20:34:09 -04:00
Aaron William Po
bfbf7c3cf3 Update next-connect middleware to return next() to fix error handling 2023-07-24 01:05:17 -07:00
Aaron William Po
5292c47a2a chore: Update api service type directories to maintain consistency 2023-07-07 23:23:04 -04:00
Aaron William Po
ee47f99f8a Update: add update brewery post 2023-07-04 23:27:01 -04:00
Aaron William Po
aa994f0067 Feat: add create brewery post, brewery image upload
Add address autocomplete, using MapBox
2023-06-10 22:09:51 -04:00
Aaron William Po
bc298bce0e Update: change identifiers to cuid 2023-05-28 21:24:59 -04:00
Aaron William Po
39c310f296 Format: format codebase to prettier schema 2023-05-16 23:49:44 -04:00
Aaron William Po
3e1172e440 Refactor: switch data fetching from server side to client 2023-05-09 00:53:15 -04:00
Aaron William Po
b7b239a4a1 Refactor: force style consistency for pagination queries
All pagination queries now use an underscore for page_num, and page_size
2023-05-02 23:45:32 -04:00
Aaron William Po
d20ab0fd1f Add user location marker to brewery map, Add beer sec. for brewery posts 2023-05-01 23:10:39 -04:00
Aaron William Po
adf1b55d10 Feat: Add create brewery comments and brewery cluster map 2023-04-30 23:09:03 -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
58d30b605f Continue work on brewery page, implement like system 2023-04-23 17:26:21 -04:00