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
Jeff Sieu
e78160d654
[questions][feat] integrate backend ( #347 )
2022-10-10 08:17:01 +08:00
Ren Weilin
cf5af1a5c7
[questions][ui] Full UI for questions/answer/comment ( #346 )
...
* [questions][ui] Add DiscardDraftModal
* [questions][ui] add question draft dialog form
* [questions][ui] refactor bottom contribute bar
* [questions][ui] landing page
* [questions][ui] add similar question card
* [questions][ui] use TIH dialog for discard
* [questions][ui] add aria-hidden for select label
* [questions][ui] extract useFormRegister hook
* [questions][ui] change landing page to component
* [questions][ui] load filter from query param
* [question][chore] add constants.ts
* [questions][ui] add app logo
* [questions][ui] remove form
* [questions][ui] fix dialog closing
* [questions][chore] minor changes
* [questions][ui] radio button
* [questions][ui] add vertical scrolling
* [questions][ui] Question age url param change
* [questions][chore] refactor and add in todo
* [questions][ui] contribute card clickable
* [questions][ui] landing page github stars
* [questions][ui] edit css for question card
* [question][ui] add question detail page
* [questions][ui] remove navbar import
* [questions][ui] css changes
* [questions][ui] hide sidebar
* [questions][ui] contribute questions form ui
* [questions][ui] question page
* [questions][bug] remove button
* [questions][ui] voting button size
* [questions][chore] add dummy data, refactor
* [questions][ui] answer card
* [questions][chore] add sample data
* [questions][ui] add hover
* [questions][ui] clean up old href
* [questions][ui] add comments & commments page
* [question][feat] cache filter options to localStorage
* [questions][fix] fix index refreshing constantly
* [questions][ui] set fixed sample date
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com >
2022-10-10 02:01:38 +08:00
Keane Chan
c252f57bd5
[resumes][feat] Update resume top nav bar ( #344 )
...
* [resumes][feat] Update resume top nav bar
* [portal][fix] convert number to Month type
2022-10-09 22:26:23 +08:00
Keane Chan
53433787eb
[resumes][feat] add loading screens for resumes/comments ( #342 )
2022-10-09 20:46:24 +08:00
Yangshun Tay
c196dcea32
[portal][ui] add MonthYearPicker
2022-10-09 20:26:59 +08:00
Yangshun Tay
ebacebb26b
[portal][ui] add companies filter
2022-10-09 19:49:16 +08:00
Keane Chan
e7d08d46c8
[resumes][refactor] Package routers into folders ( #341 )
...
* [resumes][refactor] package routers into folders
* [resumes][fix] use US as value
2022-10-09 18:53:35 +08:00
Su Yin
e9d12dfce7
[resumes][feat] Display location text in resume browse page ( #340 )
2022-10-09 18:29:52 +08:00