Commit Graph

101 Commits

Author SHA1 Message Date
Jeff Sieu
11aa89353f [questions][feat] add lists ui, sorting, re-design landing page (#411)
Co-authored-by: wlren <weilinwork99@gmail.com>
2022-10-22 22:14:19 +08:00
Wu Peirong
508eea359e [resumes][chore] add screenshots to landing 2022-10-22 19:16:39 +08:00
Wu Peirong
bb97c4dea6 [resumes][fix] fix nouns singular/plural (s) 2022-10-22 10:23:26 +08:00
Terence
dac178e712 [resumes][fix] fix reply comments (#407)
Co-authored-by: Terence Ho <>
2022-10-21 23:14:57 +08:00
Bryann Yeap Kok Keong
2729e20351 [offers][refactor] Refactor the sorting to use prisma's WHERE api 2022-10-21 23:12:55 +08:00
Bryann Yeap Kok Keong
d200793d20 [offers][feat] Allowing showing income based on selected salary 2022-10-21 21:50:01 +08:00
Wu Peirong
587e80b1bf [resumes][fix] unauthenticated browse page show only sign-in prompt 2022-10-21 20:52:32 +08:00
Terence
f123ffa7e2 [resumes][refactor] Comment UI touchup (#405)
* [resumes][refactor] add vertical line to replies

* [resumes][refactor] sort replies ascending

Co-authored-by: Terence Ho <>
2022-10-21 17:56:35 +08:00
Keane Chan
35494dc7ea [resumes][fix] fix expandable text bug 2022-10-21 15:56:50 +08:00
Terence
d10377e0f9 [resumes][feat] replying comments (#401)
* [resumes][feat] add resume comment parent

* [resumes][refactor] Abstract comment edit form and votes to their components

* [resumes][feat] Add reply form

* [resumes][feat] Render replies

* [resumes][feat] add collapsible comments

* [resumes][chore] remove comment

Co-authored-by: Terence Ho <>
2022-10-21 15:55:59 +08:00
Keane Chan
22d5f54a47 [resumes][feat] add padding and hide scrollbar for comments (#404)
* [resumes][feat] add padding and hide scrollbar for comments

* [resumes][feat] add findUserTopUpvotedCommentCount query
2022-10-21 15:25:14 +08:00
Keane Chan
910cc15148 [resumes][fix] fix tooltip 2022-10-21 10:17:53 +08:00
Ai Ling
11df1e1f1c [offers][feat] Integrate offers profile edit (#403)
* [offers][fix] Fix offer analysis and save

* [offers][fix] Fix profile view page

* [offers][feat] Add offers profile edit
2022-10-21 02:19:29 +08:00
Zhang Ziqing
0adec461d0 [offers][feat] add filters for table and fix pagination (#402)
* [offers][feat] add filters for table and fix pagination

* [offers][fix] display currency
2022-10-20 23:39:07 +08:00
Wu Peirong
7c467d2e0e [resumes][feat] add helpful text when no resume shown 2022-10-20 22:35:52 +08:00
Keane Chan
4526867601 [resumes][feat] add query for max resume upvote count 2022-10-20 22:15:54 +08:00
Keane Chan
10d23fe464 [resumes][feat] add resume badges 2022-10-20 22:01:27 +08:00
Keane Chan
707161380f [resumes][feat] fix resume badge UI (#400)
* [resumes][feat] update badge icon

* [resumes][refactor] update resume badge names

* [resumes][refactor] update to title

* [resumes][fix] disable horizontal scroll in comments
2022-10-20 20:47:46 +08:00
Wu Peirong
283333e1ee [resumes][fix] browse tabs updates on tab shift 2022-10-20 19:26:26 +08:00
Keane Chan
41d5170225 [resumes][feat] scaffold for resume badges (#399)
* [resumes][fix] reduce font size in comments

* [resumes][feat] add queries for resume badges

* [resumes][feat] add scaffold for resume badges

* [resumes][chore] remove unused query
2022-10-20 18:25:26 +08:00
Wu Peirong
94e2b1c01e [resumes][feat] add reviewer badge icons 2022-10-20 11:05:26 +08:00
Ai Ling
992d457b8a [offers][feat] Integrate offers analysis into offers submission (#398)
* [offers][fix] Fix minor issues in form

* [offers][fix] Use companies typeahead in form

* [offers][feat] Fix types and integrate offers analysis

* [offers][fix] Fix generate analysis API test
2022-10-20 02:46:50 +08:00
Keane Chan
c8b1e43337 [resumes][feat] misc updates (#397)
* [resumes][feat] only load comments on initial fetch

* [resumes][feat] update dropzone for form
2022-10-19 21:56:02 +08:00
Terence
cf1852a302 [resumes][feat] Update vote animation (#396)
Co-authored-by: Terence Ho <>
2022-10-19 20:28:07 +08:00
Su Yin
a53c10483e [resumes][feat] Add pagination on browse page (#388)
* [resumes][feat] Add pagination on browse page

* [resume][fix] Remove unused type
2022-10-19 18:37:41 +08:00
Terence
d8213639d3 add spinner (#394)
Co-authored-by: Terence Ho <>
2022-10-19 18:14:33 +08:00
hpkoh
2f12a900e6 [questions][chore] update to use company table values (#351)
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2022-10-19 18:08:51 +08:00
peirong.wu
410bf290c9 [resumes][chore] disable pdf highlighting 2022-10-19 18:02:09 +08:00
Zhang Ziqing
1ed11d9787 [offers][feat] offer discussion section (#392)
* [offers][feat] add comment components

* [offers][feat] add comment reply components

* [offers][feat] offer discussion section

* [offers][chore] remove comments
2022-10-19 17:43:10 +08:00
Terence
22805022a9 [resumes][feat] Add resume comment upvote/downvote (#389)
* [resumes][feat] Add upvote/downvote

* [resumes][refactor] abstract comment votes fetching from comments

* [resumes][chore] remove votes from comments query

Co-authored-by: Terence Ho <>
2022-10-19 16:48:03 +08:00
Zhang Ziqing
3209f8ef7e [offers][fix] fix types for list some offers (#391) 2022-10-19 14:46:45 +08:00
Zhang Ziqing
bc424bee33 [offers][refactor] add types for interfaces (#390)
* [offers][chore] Create types for API responses

* [offers][fix] fix get comments bug

* [offers][fix] make offers api open to unauthenticated users

* [offers][chore] add return types to comment api

* [offers][chore] add types to get comments api

* [offers][chore] Refactor profile and analysis APIs to return defined types

* [offers][chore] Add typed response for get offers API

* [offers][chore] Changed delete offer API response

* [offers][fix] Fix type definitions for OffersCompany in types/offers

* [offers][fix] fix list some offer frontend

Co-authored-by: BryannYeap <e0543723@u.nus.edu>
Co-authored-by: Stuart Long Chay Boon <chayboon@gmail.com>
2022-10-19 14:36:38 +08:00
Terence
612bef14ad [resumes][refactor] Change Tabs to List view (#387)
Co-authored-by: Terence Ho <>
2022-10-18 21:20:56 +08:00
Terence
25039b52de [resumes][feat] add comment edit (#386)
* [resumes][feat] add comment edit

* [resumes][fix] use react-hook-form validation

Co-authored-by: Terence Ho <>
2022-10-18 18:45:22 +08:00
Wu Peirong
c9f7b59d52 [resumes][refactor] landing page color + font 2022-10-18 14:01:25 +08:00
Keane Chan
7d1ffb9887 [resumes][fix] fix expandable text not updating 2022-10-18 10:25:23 +08:00
Wu Peirong
9f24e0bcca [resumes][feat] implement filter shortcuts 2022-10-16 17:15:33 +08:00
Wu Peirong
4d22edabd0 [resumes][refactor] standardise upload date formatting 2022-10-15 23:27:46 +08:00
Wu Peirong
966cf2e8d6 [resumes][fix] fix zoomed resume left side cut off 2022-10-15 23:14:21 +08:00
Keane Chan
0666c99151 [resumes][feat] add isStarredByUser field to Resumes (#381) 2022-10-15 12:41:38 +08:00
Keane Chan
7b51ee7e88 [resumes][feat] drag and drop for file upload (#378)
* [resumes][feat] drag and drop for file upload

* [resumes][chore] use .tsx instead for landing page

* [resumes][feat] use expandable text for additionalnfo

* [resumes][refactor] clean up submit form

* [resumes][fix] fix file upload error

* [feat][resumes] change button to Submit Resume

* [resumes][fix] fix expandable text
2022-10-14 21:47:05 +08:00
Su Yin
ff9cffa715 [resumes][fix] Fix browse page bugs (#377)
* [resumes][fix] Update job level labels

* [resumes][fix] Fix browse page misc UI

* [resumes][feat] Add coloured star if resume is starred

* [resumes][fix] Remove unnecessary import
2022-10-14 15:42:54 +08:00
Wu Peirong
f458b39f37 [resumes][fix] resumes browse navbar href 2022-10-14 13:01:08 +08:00
Peirong
1305a09b02 [resumes][fix] fix relative href redirect to wrong path (#376) 2022-10-14 10:44:45 +08:00
Peirong
dbdcd4dda9 [resumes][feat] add resume landing page (#375) 2022-10-13 23:32:18 +08:00
Peirong
a6700a2bca [resumes][feat] resumes sorting and filtering (#374)
* [resumes][fix] use spinner for laggy star

* [resumes][feat] add filtering for resumes

* [resumes][feat] add sorting of resumes
2022-10-13 17:55:15 +08:00
Terence
fd67a20a2b [resumes][fix] Fix bugs in comments section (#363)
* [resumes][fix] left-align all comments

* [resumes][fix] add comment owner OP tag

* [resumes][fix] render multi-line text in comments

* [resumes][feat] add see more/less for overflow comments

* [resumes][refactor] prefix comments section with Resume

* [resumes][refactor] Refactor routers from reviews -> comments

* [resumes][refactor] use Vote enum in ResumesCommentVote

* [resumes][refactor] add comment count to tabs

* [resumes][refactor] combine resume-card and resume-body into resume-list-item

Co-authored-by: Terence Ho <>
2022-10-13 11:57:45 +08:00
Zhang Ziqing
ffd7539179 [offers][feat] add token check to profile and add company filter to table (#373)
* [offers][feat] add token check to profile, company filter to table and currency formatter

* [offers][feat] add currency formatter
2022-10-13 00:26:57 +08:00
Ai Ling
9595aabccf [offers][fix] Fix offer submission form (#372)
* [offers][fix] Fix breadcrumbs alignment

* [offers][fix] Fix field array
2022-10-12 22:36:34 +08:00
Ai Ling
f179c4ef1f [offers][feat] Enhance submit offers form (#366)
* [eslint] Replace no-shadow with typescript no-shadow

* [offers][feat] Add auto scroll to top

* [offers][feat] Add error messages for text input fields

* [offers][fix] Add warning dialogs

* [offers][fix] Auto change currency according to TC currency

* [offers][fix] Add select error messages and fix date picker labels

* [offers][fix] Fix console warnings
2022-10-12 21:30:47 +08:00