129 Commits

Author SHA1 Message Date
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
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
a47c0761d2 [offers][chore] add user to replies and return error if profile not found 2022-10-13 00:23:03 +08:00
29af9f692f [offers][chore] Make totalYoe compulsory in create offer profile API 2022-10-13 00:08:07 +08:00
d1fa6c6170 [offers][chore] Change filter field from company name to company id 2022-10-12 23:43:17 +08:00
08fb401c57 [offers][fix] change id to profileid 2022-10-12 23:06:37 +08:00
e8ef133a88 [offers][chore] standardise input fields for delete and get profile 2022-10-12 23:03:00 +08:00
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
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
596a555d78 [resumes][feat] re-route to sign-in page + prefix resume for components (#370) 2022-10-12 21:22:26 +08:00
9787ff8f34 [ui][monthYearPicker] Add required props and align bottom (#369) 2022-10-12 21:14:56 +08:00
335413fdcd [offers][chore] Validate edit token before allowing deletion of offer profile 2022-10-12 20:28:12 +08:00
0eb4f3fc5b [offers][feat] add table loading status, refactor table (#368) 2022-10-12 19:50:41 +08:00
7d15aa43cf [offers][feat] integrate profile delete API and set loading status (#367) 2022-10-12 19:12:14 +08:00
b87afb1383 [ui][select] add errorMessage and placeholder 2022-10-12 18:57:37 +08:00
c7a0c095de [ui][typeahead] tweak chevron icon and updates stories 2022-10-12 18:53:41 +08:00
3fe24cff3a [portal][ui] allow customization of MonthYearPicker 2022-10-12 18:53:00 +08:00
ee9e2ba257 [offers][chore]remove edit token when return single profile 2022-10-12 16:15:44 +08:00
4e2d599d4e [offers][chore] refactor isEditable code 2022-10-12 16:07:02 +08:00
00896853e1 [offers][refactor] Shift test pages under a route 2022-10-12 15:47:09 +08:00
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
d59da5d186 [offers][feat] Add plaintext breadcrumb (#364) 2022-10-12 02:26:31 +08:00
9285847bb7 [offers][fix] Fix home page company filter UI (#362) 2022-10-12 00:51:24 +08:00
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
73e1f76570 [offers][feat] integrate profile API and offer API (#360) 2022-10-11 19:27:18 +08:00
b52db41965 [portal][ui] improve product navbar 2022-10-11 17:46:21 +08:00
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
6a6c939953 [offers][fix] fix create endpoint no company bug 2022-10-11 15:25:42 +08:00
4330fb5448 [offers][feat] Integrate offers create API and fix form UI (#358) 2022-10-11 15:08:44 +08:00
34c8c7d605 [offers][chore] add editToken check for backend 2022-10-11 15:02:16 +08:00
0822bee33b [offers][fix] modify create profile endpoint to accept optional 2022-10-11 13:15:22 +08:00
f88e8e8409 [offers][chore] Update migration records 2022-10-11 12:22:57 +08:00
d5edb6da60 [offers][feat] Add delete OfferProfile API 2022-10-11 12:19:01 +08:00
77ad895098 [infra] add GitHub actions for linting (#357) 2022-10-11 07:43:29 +08:00
dfdd27cb85 [infra] add GitHub actions for typechecking (#356) 2022-10-11 07:27:41 +08:00
b5c930ed68 [portal] disable react query refetch on window focus 2022-10-11 06:44:29 +08:00
6ff3842d5e [offers][feat] add get one profile endpoint 2022-10-10 23:01:54 +08:00
3c90c2f7e9 [offers][chore] Add total number of offers in paging information 2022-10-10 22:43:05 +08:00
50d3386592 [question][ui] integrate backend voting (#355)
Co-authored-by: wlren <weilinwork99@gmail.com>
2022-10-10 22:23:58 +08:00
7052e8c175 [offers][fix] Fix pagination, include yoe in DTO and fix story bug 2022-10-10 22:09:38 +08:00
e6f2be64b4 [offers][fix] grant access to create offer without logging in 2022-10-10 21:01:10 +08:00
43af4b7ad6 [resumes][feat] add link to resume guide (#354) 2022-10-10 20:34:53 +08:00
356eeb6954 [offers][feat] Add Offers Schema, View Offer Profiles API, and Create Offer Profile API (#353)
* [offers][fix] fix merge conflicts

* [offers][chore] Create prisma schema

* [offers][feat] add create endpoint for profiles

* [offers][feature] Create list offers API with filter functionality

* [offers][fix] fix bugs create profile bugs

* [offers][fix] fix create profile bugs

* [offers][feat] Add sorting functionality to list offers

Co-authored-by: Stuart Long Chay Boon <chayboon@gmail.com>
2022-10-10 19:50:56 +08:00
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
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
85d49ad4cd [questions][feat] add nested create encounter (#339)
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2022-10-10 13:08:02 +08:00
2b68ea7c6a [resumes][fix] fix textarea registration on comment form 2022-10-10 09:52:05 +08:00
057f915b29 [resumes][feat] revert to storing fileURL instead 2022-10-10 09:44:57 +08:00
5d0c95e085 [resumes][feat] disable inputs and buttons during form submission 2022-10-10 09:34:34 +08:00
e78160d654 [questions][feat] integrate backend (#347) 2022-10-10 08:17:01 +08:00