Commit Graph

81 Commits

Author SHA1 Message Date
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
Keane Chan
596a555d78 [resumes][feat] re-route to sign-in page + prefix resume for components (#370) 2022-10-12 21:22:26 +08:00
Ai Ling
9787ff8f34 [ui][monthYearPicker] Add required props and align bottom (#369) 2022-10-12 21:14:56 +08:00
Zhang Ziqing
0eb4f3fc5b [offers][feat] add table loading status, refactor table (#368) 2022-10-12 19:50:41 +08:00
Zhang Ziqing
7d15aa43cf [offers][feat] integrate profile delete API and set loading status (#367) 2022-10-12 19:12:14 +08:00
Yangshun Tay
3fe24cff3a [portal][ui] allow customization of MonthYearPicker 2022-10-12 18:53:00 +08:00
Terence
daee770519 [app/portal][fix] Add tab redirection (#365)
* [app/portal][fix] Add new tab redirection to navigation items with target:_blank

* [app/portal][fix] Fix rel and typos

Co-authored-by: Terence Ho <>
2022-10-12 13:08:42 +08:00
Ai Ling
d59da5d186 [offers][feat] Add plaintext breadcrumb (#364) 2022-10-12 02:26:31 +08:00
Ai Ling
325a2d1f7c [ui][companies typeahead] Add isLabelHidden and placeHolder props (#361)
* [ui][companies typeahead] add isLabelHidden and placeHolder props

* [ui][companies typeahead] add isLabelHidden and placeHolder props
2022-10-11 19:53:21 +08:00
Zhang Ziqing
73e1f76570 [offers][feat] integrate profile API and offer API (#360) 2022-10-11 19:27:18 +08:00
Yangshun Tay
b52db41965 [portal][ui] improve product navbar 2022-10-11 17:46:21 +08:00
Peirong
a905f31b2c [resumes][fix] fix resumes starring lag + add zoom controls (#359)
* [resumes][fix] Fix star button delay

* [resumes][feat] add zoom controls for pdf
2022-10-11 16:36:09 +08:00
Ai Ling
4330fb5448 [offers][feat] Integrate offers create API and fix form UI (#358) 2022-10-11 15:08:44 +08:00
Jeff Sieu
50d3386592 [question][ui] integrate backend voting (#355)
Co-authored-by: wlren <weilinwork99@gmail.com>
2022-10-10 22:23:58 +08:00
Keane Chan
43af4b7ad6 [resumes][feat] add link to resume guide (#354) 2022-10-10 20:34:53 +08:00
Su Yin
cc462ab6ab [resumes][feat] Add sign in buttons on browse page (#350)
* [resumes][fix] Add gap between sections in resume list item

* [resumes][refactor] Abstract out sign in button

* [resumes][feat] Add sign in buttons on browse page
2022-10-10 14:09:01 +08:00
Ai Ling
d3c0c21f1b [offers][feat] Add offers submission, view and list pages (#348)
* [offers][feat] add offer table and profile view

* [offers][feat] add offers submission form

* [offers][style] homepage styling

* [offers][refactor] refactor types and constants

* [offers][style] style offers form

* [offers][fix] fix import error

Co-authored-by: Zhang Ziqing <zhangziqing9926@gmail.com>
2022-10-10 13:23:22 +08:00
hpkoh
85d49ad4cd [questions][feat] add nested create encounter (#339)
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2022-10-10 13:08:02 +08:00
Keane Chan
2b68ea7c6a [resumes][fix] fix textarea registration on comment form 2022-10-10 09:52:05 +08:00
Keane Chan
057f915b29 [resumes][feat] revert to storing fileURL instead 2022-10-10 09:44:57 +08:00
Keane Chan
5d0c95e085 [resumes][feat] disable inputs and buttons during form submission 2022-10-10 09:34:34 +08:00