Yangshun Tay
58255b3c2e
[ui] add Banner component
2 years ago
Terence
e6538a62a5
[resumes][refactor] Update app UI ( #434 )
...
* [resumes][refactor] Update marketing page tabs
* [resumes][feat] mobile responsive resume rows on browse
* [resumes][fix] padding on pdf view in mobile
* [resumes][chore] add uni years to labels
Co-authored-by: Terence Ho <>
Co-authored-by: peirong.wu <wupeirong294@gmail.com>
2 years ago
Keane Chan
410d8712c3
[resumes][fix] add resolve resume functionality ( #442 )
...
* [resumes][fix] button getting cut off
* [resumes][feat] add resolve functionality
* [resumes][feat] replace student roles with internship
* [resumes][feat] fetch isResolved field
2 years ago
Terence
e3620faafe
[resumes][refactor] redirect user to signin on vote ( #443 )
...
Co-authored-by: Terence Ho <>
2 years ago
Yangshun Tay
a12686e37f
[portal] add Google Analytics
2 years ago
Keane Chan
01b207e52f
[resumes][feat] use primary buttons ( #441 )
2 years ago
Keane Chan
635039f118
[resumes][feat] make shade thicker for comment header
2 years ago
Keane Chan
c3f5315947
[resumes][feat] centralize comment header
2 years ago
Ai Ling
4bbf2b42b9
[offers][feat] Split offers submission and result pages ( #430 )
2 years ago
Jeff Sieu
4b835db8a2
[questions][fix] searchParam loading from localStorage ( #439 )
2 years ago
hpkoh
87354c6dea
[questions][chore] Refactor routers ( #435 )
...
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2 years ago
Jeff Sieu
87aa16929b
[questions][feat] Add question lists ( #438 )
...
Co-authored-by: wlren <weilinwork99@gmail.com>
2 years ago
hpkoh
839eb31d65
[questions][fix] remove erronous migration file ( #437 )
2 years ago
Terence
b3d110f90f
[resumes][fix] update vote query ( #436 )
...
* [resumes][fix] update vote query
* [resumes][fix] lint issues
Co-authored-by: Terence Ho <>
2 years ago
Keane Chan
248c1e3584
[portal][ui] revert font
2 years ago
Keane Chan
e277cda780
[resumes][feat] add app icon
2 years ago
Keane Chan
2e13df0955
[resumes][feat] change to mostComments
2 years ago
Stuart Long Chay Boon
0db31eb0c1
[offers][fix] fix create profile bug where experience not saved
2 years ago
Yangshun Tay
f48a34e88a
[portal] prettify files
2 years ago
Yangshun Tay
84c3caeb1c
[portal][nav] change navbar font weights
2 years ago
Terence
a7e07008b8
[resumes][feat] Add About Us page ( #431 )
...
* [resumes][feat] Add About Us page
* [resumes][fix] update header
* [resumes][chore] remove for fun
Co-authored-by: Terence Ho <>
2 years ago
Keane Chan
0ba2815fbd
[portal] change top nav bar ( #433 )
2 years ago
hpkoh
352f8a03ad
[questions][feat] add encounters transaction for crud ( #409 )
...
* [questions][chore] refactor question queries
* [questions][chore] destructure values from input
* [questions][feat] add sorting
* [question][fix] fix frontend
* [questions][feat] add sorting
* [questions][feat] add sorting index
* [questions][chore] push migration file
* [questions][fix] fix ci issues
* [questions][fix] fix import errors
* [questions][feat] add encounters transaction for crud
* [questions][chore] fix import
* [questions][chore] update error handling
* [questions][feat] parallelize queries
* [questions][fix] update to use corrcet client
* Update questions-question-encounter-router.ts
* Update questions-question-encounter-router.ts
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2 years ago
Su Yin
fa5cf0c115
[resumes][fix] Fix profile popup issue ( #432 )
2 years ago
Wu Peirong
05119f52fa
[resumes][fix] browse ui and sort order labels
2 years ago
Peirong
199fc1a8b9
[resumes][feat] url search params ( #429 )
...
* [resumes][feat] adapt useSearchParams
* [resumes][feat] clickable button from review info tags
2 years ago
Bryann Yeap Kok Keong
db19a84080
[offers][chore] Speed up fetching of dashboard offers
2 years ago
Keane Chan
000f22a50c
[resumes][feat] center text in file drop
2 years ago
hpkoh
79b62234ea
Revert "[questions][feat] add text search ( #412 )" ( #428 )
...
This reverts commit f70caba3f2
.
2 years ago
Keane Chan
3b4cba3771
[resumes][feat] mobile responsiveness for form
2 years ago
Keane Chan
de28a30028
[resumes][feat] shift badge to bottom
2 years ago
Ai Ling
ef61793616
[offers][fix] Fix offers form experience section ( #427 )
2 years ago
hpkoh
f70caba3f2
[questions][feat] add text search ( #412 )
2 years ago
hpkoh
7589e9b078
[questions][feat] add list crud ( #393 )
...
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2 years ago
Ai Ling
f8423afe2a
[offers][fix] Fix UI and remove specialization on the backend ( #426 )
...
* [offers][fix] Remove specialization on the frontend
* [offers][fix] Rename refresh OEA button
* [offers][chore] Remove specialisation and make bonus, stocks and baseSalary optional
* [offers][fix] Fix OEA profile job title
Co-authored-by: Bryann Yeap Kok Keong <bryannyeapkk@gmail.com>
2 years ago
Keane Chan
4de0a1f681
[resumes][feat] improve badge UI
2 years ago
Keane Chan
98e422953c
[resumes][feat] add shadow to buttons
2 years ago
hpkoh
c118ed59d4
[questions][fix] fix pagination off by one ( #425 )
2 years ago
Zhang Ziqing
0d53dab7a8
[offers][fix] fix landing page description ( #424 )
...
* [offers][fix] fix landing page width
* [offers][fix] fix landing page typo
* [offers][chore] fix British English in landing page
* [offers][chore] fix description in landing page
2 years ago
Keane Chan
64670923e1
[resumes][feat] add error message to submit form
2 years ago
hpkoh
471a28be8a
[questions][feat] pagination ( #410 )
...
* [questions][feat] pagination
* [questions][feat] update aggregated data
* [questions][feat] add next cursors
* [questions][fix] fix bug
* [questions][chore] fix lint error
* [questions][chore] update cursor to support adapter
* [questions][feat] paginate browse queries
* [questions][ui] change page size to 10
* [question][refactor] clean up router code
* [questions][fix] fix type errors
* [questions][feat] add upvotes tracking
* [questions][chore] add default upovte value
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2 years ago
Ai Ling
bf35f97961
[offers][fix] Use title typeahead, add default currency and remove specialization field ( #423 )
2 years ago
Keane Chan
64cd69d024
[resumes][feat] move badge to the right instead
2 years ago
Zhang Ziqing
e5c2082bf2
[offers][feat] add landing page and fix comment bugs ( #422 )
...
* [offers][fix] fix create commnet and update title
* [offers][fix] update tab name
* [offers][feat] add landing page
2 years ago
Stuart Long Chay Boon
c188405de0
[offers][chore] create random string generator for token
2 years ago
Stuart Long Chay Boon
3c80296253
[offers][refactor] refactor random name generator code
2 years ago
Stuart Long Chay Boon
e77bb03639
[offers][chore] integrate random name generator to create profile
2 years ago
Stuart Long Chay Boon
ef5892a0d6
[offers][feat] add random name generator
2 years ago
Bryann Yeap Kok Keong
65a8618e54
[offers][chore] Add a secondary sorting by monthYearReceived descending in addition to other primary sorting filters applied
2 years ago
Terence
3f6ae58374
[resumes][refactor] Update resume review page UI ( #418 )
...
* [resumes][refactor] update comments ui
* [resumes][refactor] change comment border color
* [resumes][refactor] update review ui
* [resumes][refactor] rearrange review page
* update add review button
Co-authored-by: Terence Ho <>
2 years ago
Keane Chan
70b102f87e
[resumes][fix] fix unauthenticated issue on submit form
2 years ago
Su Yin
8e50cc7313
[resumes][fix] Fix browse page scrolling UI ( #421 )
...
* Fix browse page styling comments
* [resumes][fix] Fix search issue
* [resumes][fix] Make styling changes
2 years ago
Keane Chan
e64d645d36
[resumes][feat] update submit page
2 years ago
Yangshun Tay
5844c52efe
[portal] add required field for companies typeahead
2 years ago
Yangshun Tay
4e0e9d0f9e
[portal] add job titles typeahead
2 years ago
Yangshun Tay
f25a4d4532
[misc] prettify files
2 years ago
Yangshun Tay
a4e63b8a41
[portal] standardize colors
2 years ago
Bryann Yeap Kok Keong
5f546f951f
[offers][fix] Remove crypto coin from currencies
2 years ago
Stuart Long Chay Boon
34538919b1
[offers][fix] fix edit profile endpoint
2 years ago
Zhang Ziqing
26055d2ed0
[offers][fix] remove dark theme for table ( #420 )
2 years ago
Peirong
b7f4cf93a0
[resumes][fix] search and pagination bugs ( #419 )
2 years ago
Ai Ling
c3d2b4d325
[offers][feat] Add toast ( #417 )
...
* [offers][feat] Add toasts
* [offers][fix] Disable empty comments
2 years ago
Ai Ling
c0f92584ef
[offers][feat] Add analysis to offers profile page ( #416 )
2 years ago
Keane Chan
7c63e22b3a
[resumes][feat] hide scrollbar
2 years ago
Keane Chan
db32fe0f67
[resumes][feat] remove resume title, clean up submit form ( #415 )
...
* [resumes][refactor] clean up submit form
* [resumes][feat] remove resume title
* [resumes][feat] remove resume title
2 years ago
Keane Chan
7bd6b0eeac
[resumes][feat] update submit form to be more compact ( #414 )
2 years ago
Ai Ling
77d0714e33
[offers][fix] Refactor and fix offer analysis ( #413 )
2 years ago
Keane Chan
6bf1a60bbd
[resumes][feat] show pagination only when required
2 years ago
Keane Chan
ce185607db
[resumes][feat] use pagination component for resume pdf
2 years ago
Keane Chan
862bb53cdb
[resumes][feat] change to most comments
2 years ago
Jeff Sieu
11aa89353f
[questions][feat] add lists ui, sorting, re-design landing page ( #411 )
...
Co-authored-by: wlren <weilinwork99@gmail.com>
2 years ago
Wu Peirong
508eea359e
[resumes][chore] add screenshots to landing
2 years ago
Stuart Long Chay Boon
a5bdb72890
Merge branch 'main' of https://github.com/yangshun/tech-interview-handbook
2 years ago
Stuart Long Chay Boon
b0329a04f0
[offers][fix] remove compulsory tc and monthly salary for past exp
2 years ago
Yangshun Tay
e55d08279b
[ui] add toasts
2 years ago
Bryann Yeap Kok Keong
6948c2e4ee
[offers][refactor] Rename currency exchanger file to follow camelCase
2 years ago
Bryann Yeap Kok Keong
78a7e88410
[offers][chore] Add monthYearReceived to the analysis generation API
2 years ago
hpkoh
b37ce69c25
[questions][feat] update question filter ( #384 )
...
* [questions][chore] refactor question queries
* [questions][chore] destructure values from input
* [questions][feat] add sorting
* [question][fix] fix frontend
* [questions][feat] add sorting
* [questions][feat] add sorting index
* [questions][chore] push migration file
* [questions][fix] fix ci issues
* [questions][fix] fix import errors
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2 years ago
Bryann Yeap Kok Keong
5e6482aa2e
[offers][fix] Add previous companies to analysis DTO
2 years ago
Bryann Yeap Kok Keong
be594c7513
[offers][fix] Fix analysis and offers API to accommodate new fields in OffersCurrency
2 years ago
Wu Peirong
bb97c4dea6
[resumes][fix] fix nouns singular/plural (s)
2 years ago
Wu Peirong
b2237f97f2
[resumes][feat] add spinner to browse page
2 years ago
Bryann Yeap Kok Keong
13f40ab6ae
[offers][chore] Add baseCurrency and baseValue to Valuation DTO
2 years ago
Bryann Yeap Kok Keong
2c7f349043
[offers][chore] Add a relative base value to the currency model in schema
2 years ago
Bryann Yeap Kok Keong
f8d22632ec
Merge branch 'main' of github.com:yangshun/tech-interview-handbook
...
* 'main' of github.com:yangshun/tech-interview-handbook:
[resumes][feat] use overflow-auto instead
[resumes][fix] invalidate fetch query on submit
[resumes][fix] fix reply comments (#407 )
2 years ago
Bryann Yeap Kok Keong
b345ae0c8f
[offers][refactor] Refactor the sorting to use prisma's ORDERBY api
2 years ago
Keane Chan
2414deb624
[resumes][feat] use overflow-auto instead
2 years ago
Keane Chan
7d0dba9669
[resumes][fix] invalidate fetch query on submit
2 years ago
Terence
dac178e712
[resumes][fix] fix reply comments ( #407 )
...
Co-authored-by: Terence Ho <>
2 years ago
Bryann Yeap Kok Keong
2729e20351
[offers][refactor] Refactor the sorting to use prisma's WHERE api
2 years ago
Su Yin
8b8fffdab1
[resumes][feat] Add mobile filters ( #408 )
2 years ago
Bryann Yeap Kok Keong
d200793d20
[offers][feat] Allowing showing income based on selected salary
2 years ago
Wu Peirong
587e80b1bf
[resumes][fix] unauthenticated browse page show only sign-in prompt
2 years ago
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 <>
2 years ago
Stuart Long Chay Boon
817f1d5705
[offers][chore] add remove offers/experience/education/specificyoe in editprofile
2 years ago
Keane Chan
35494dc7ea
[resumes][fix] fix expandable text bug
2 years ago
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 <>
2 years ago
Stuart Long Chay Boon
6a665bc976
[offers][chore] remove profileName and discussion from editprofile
2 years ago
Keane Chan
18d2a10708
[resumes][feat] update top upvoted comment count
2 years ago
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
2 years ago
BryannYeap
fc93596c39
Return currency with income in analysis top offers
2 years ago
Keane Chan
910cc15148
[resumes][fix] fix tooltip
2 years ago
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
2 years ago
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
2 years ago
Wu Peirong
7c467d2e0e
[resumes][feat] add helpful text when no resume shown
2 years ago
Keane Chan
4526867601
[resumes][feat] add query for max resume upvote count
2 years ago
Keane Chan
10d23fe464
[resumes][feat] add resume badges
2 years ago
Wu Peirong
89f55bc132
[resumes][feat] add useDebounceValue hook
2 years ago
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
2 years ago
BryannYeap
0311ee3e6a
[offers][chore] Add location to experience in the back end
2 years ago
BryannYeap
111b078147
[offers][fix] Fix the sort and filter checks in list offers API
2 years ago
Wu Peirong
283333e1ee
[resumes][fix] browse tabs updates on tab shift
2 years ago
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
2 years ago
BryannYeap
a5c300c9b2
[offers][fix] Align the range of Junior, Mid, and Senior SWE in the backend with the frontend
2 years ago
Wu Peirong
9741bf83b9
[resumes][refactor] add staleTime to browse page queries
2 years ago
Wu Peirong
94e2b1c01e
[resumes][feat] add reviewer badge icons
2 years ago
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
2 years ago
hpkoh
4fa350964f
[questions][feat] add question encounter crud ( #343 )
2 years ago
Keane Chan
c8b1e43337
[resumes][feat] misc updates ( #397 )
...
* [resumes][feat] only load comments on initial fetch
* [resumes][feat] update dropzone for form
2 years ago
Terence
cf1852a302
[resumes][feat] Update vote animation ( #396 )
...
Co-authored-by: Terence Ho <>
2 years ago
Stuart Long Chay Boon
a879639b53
[offers][chore] add migration sql and change naming conventions
2 years ago
Su Yin
a53c10483e
[resumes][feat] Add pagination on browse page ( #388 )
...
* [resumes][feat] Add pagination on browse page
* [resume][fix] Remove unused type
2 years ago
Terence
d8213639d3
add spinner ( #394 )
...
Co-authored-by: Terence Ho <>
2 years ago
hpkoh
2f12a900e6
[questions][chore] update to use company table values ( #351 )
...
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2 years ago
peirong.wu
410bf290c9
[resumes][chore] disable pdf highlighting
2 years ago
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
2 years ago
Stuart Long Chay Boon
bde445859a
[offers][chore] return comments in reverse chronological order
2 years ago
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 <>
2 years ago
hpkoh
925ba937b4
[questions][refactor]: refactor queries ( #383 )
2 years ago
Zhang Ziqing
3209f8ef7e
[offers][fix] fix types for list some offers ( #391 )
2 years ago
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>
2 years ago
Terence
612bef14ad
[resumes][refactor] Change Tabs to List view ( #387 )
...
Co-authored-by: Terence Ho <>
2 years ago
Yangshun Tay
5913a52f2b
[website][marketing] s/moonchaser/rora
2 years ago
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 <>
2 years ago
Wu Peirong
c9f7b59d52
[resumes][refactor] landing page color + font
2 years ago
Keane Chan
7d1ffb9887
[resumes][fix] fix expandable text not updating
2 years ago
Keane Chan
71838f4ac7
[resumes][feat] improve UI for submit box
2 years ago
Keane Chan
b885e3445f
[resumes][feat] remove updating of pdf on edit ( #385 )
...
* [resumes][feat] remove updating of pdf on edit
* [resumes][fix] remove nit
2 years ago
Wu Peirong
9f24e0bcca
[resumes][feat] implement filter shortcuts
2 years ago
Wu Peirong
4d22edabd0
[resumes][refactor] standardise upload date formatting
2 years ago
Wu Peirong
966cf2e8d6
[resumes][fix] fix zoomed resume left side cut off
2 years ago
Yangshun Tay
d38f997701
[ui][typeahead] add required field
2 years ago
Stuart Long Chay Boon
44f4454d96
[offers][chore] rename offers types
2 years ago
Keane Chan
0666c99151
[resumes][feat] add isStarredByUser field to Resumes ( #381 )
2 years ago
Stuart Long Chay Boon
495cc8360c
[offers][fix] capitalise valuation
2 years ago
Keane Chan
510e3d3227
[resumes][chore] remove resumeFile state
2 years ago
Keane Chan
fa13f19b4c
[resumes][feat] disable dropzone on submission
2 years ago
Keane Chan
d33fea03bc
[resumes][fix] fix reloading
2 years ago
Keane Chan
50ea8ddc1f
[resumes][feat] skip upload of file if not changed ( #380 )
2 years ago
BryannYeap
8a4a627f80
[offers][fix] Fix offer analysis API percentile calculation
2 years ago
BryannYeap
e99e580d5e
[offers][feat] Add get offers analysis API
2 years ago
BryannYeap
56632892ce
[offers][chore] Simplify offer analysis API response
2 years ago
BryannYeap
0edcfb7af3
[offers][fix] Fix generate analysis API by deleting analysis if exists before creating
2 years ago
BryannYeap
c12c318a0b
[offers][chore] Save the generate offer profile analysis into db
2 years ago
BryannYeap
490d11e249
[offers][chore] Add OffersAnalysis into database
2 years ago
Stuart Long Chay Boon
0f2f0dc64d
[offers][chore] return user object in get comments
2 years ago
Keane Chan
dccc68b710
[resumes][feat] add edit form functionality ( #379 )
...
* [resumes][feat] add edit form functionality
* [resumes][chore] remove comment
2 years ago
BryannYeap
b7e0d8ff90
[offers][feat] Create Offer Analysis API
2 years ago
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
2 years ago
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
2 years ago
Wu Peirong
f458b39f37
[resumes][fix] resumes browse navbar href
2 years ago
Peirong
1305a09b02
[resumes][fix] fix relative href redirect to wrong path ( #376 )
2 years ago
BryannYeap
6c41118785
[offers][chore] Add error handling to list offers API
2 years ago
Stuart Long Chay Boon
5034a4dace
[offers][chore] remove commented out code
2 years ago
Stuart Long Chay Boon
1dd083e236
[offers][chore] improve crud endpoints for comments
2 years ago
Stuart Long Chay Boon
1ec0a4f20f
[offers][feat] add get comments endpoint
2 years ago
Stuart Long Chay Boon
9c9f625c53
[offers][feat] add add to user profile endpoint
2 years ago
Stuart Long Chay Boon
fc27afc529
[offers][chore] return user info of comments
2 years ago
Stuart Long Chay Boon
49bf414ce9
[offers][feat] add update and delete endpoints for comment
2 years ago
Stuart Long Chay Boon
fa3e456271
[offers][chore] fix error messages
2 years ago
Stuart Long Chay Boon
68d0956cba
[offers][feat] add edit profile endpoint
2 years ago
Peirong
dbdcd4dda9
[resumes][feat] add resume landing page ( #375 )
2 years ago
Keane Chan
511087cf90
[resumes][feat] downloading resume in submit form
2 years ago
Keane Chan
3ce6417fd0
[resumes][feat] re-route to sign in page on submit for review, dialog on clearing submit form ( #371 )
...
* [resumes][feat] re-route to sign in page on submit for review
* [resumes][feat] add dialog on clearing submit form
2 years ago
Yangshun Tay
39702cad4b
[portal] add yoe to level util
2 years ago
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
2 years ago
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 <>
2 years ago
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
2 years ago
Stuart Long Chay Boon
a47c0761d2
[offers][chore] add user to replies and return error if profile not found
2 years ago
BryannYeap
29af9f692f
[offers][chore] Make totalYoe compulsory in create offer profile API
2 years ago
BryannYeap
d1fa6c6170
[offers][chore] Change filter field from company name to company id
2 years ago
Stuart Long Chay Boon
08fb401c57
[offers][fix] change id to profileid
2 years ago
Stuart Long Chay Boon
e8ef133a88
[offers][chore] standardise input fields for delete and get profile
2 years ago
Ai Ling
9595aabccf
[offers][fix] Fix offer submission form ( #372 )
...
* [offers][fix] Fix breadcrumbs alignment
* [offers][fix] Fix field array
2 years ago
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
2 years ago
Keane Chan
596a555d78
[resumes][feat] re-route to sign-in page + prefix resume for components ( #370 )
2 years ago
Ai Ling
9787ff8f34
[ui][monthYearPicker] Add required props and align bottom ( #369 )
2 years ago
BryannYeap
335413fdcd
[offers][chore] Validate edit token before allowing deletion of offer profile
2 years ago
Zhang Ziqing
0eb4f3fc5b
[offers][feat] add table loading status, refactor table ( #368 )
2 years ago
Zhang Ziqing
7d15aa43cf
[offers][feat] integrate profile delete API and set loading status ( #367 )
2 years ago
Yangshun Tay
b87afb1383
[ui][select] add errorMessage and placeholder
2 years ago
Yangshun Tay
c7a0c095de
[ui][typeahead] tweak chevron icon and updates stories
2 years ago
Yangshun Tay
3fe24cff3a
[portal][ui] allow customization of MonthYearPicker
2 years ago
Stuart Long Chay Boon
ee9e2ba257
[offers][chore]remove edit token when return single profile
2 years ago
Stuart Long Chay Boon
4e2d599d4e
[offers][chore] refactor isEditable code
2 years ago
BryannYeap
00896853e1
[offers][refactor] Shift test pages under a route
2 years ago
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 <>
2 years ago
Ai Ling
d59da5d186
[offers][feat] Add plaintext breadcrumb ( #364 )
2 years ago
Ai Ling
9285847bb7
[offers][fix] Fix home page company filter UI ( #362 )
2 years ago
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
2 years ago
Zhang Ziqing
73e1f76570
[offers][feat] integrate profile API and offer API ( #360 )
2 years ago
Yangshun Tay
b52db41965
[portal][ui] improve product navbar
2 years ago
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
2 years ago
Stuart Long Chay Boon
6a6c939953
[offers][fix] fix create endpoint no company bug
2 years ago
Ai Ling
4330fb5448
[offers][feat] Integrate offers create API and fix form UI ( #358 )
2 years ago
Stuart Long Chay Boon
34c8c7d605
[offers][chore] add editToken check for backend
2 years ago
Stuart Long Chay Boon
0822bee33b
[offers][fix] modify create profile endpoint to accept optional
2 years ago
BryannYeap
f88e8e8409
[offers][chore] Update migration records
2 years ago
BryannYeap
d5edb6da60
[offers][feat] Add delete OfferProfile API
2 years ago
Yangshun Tay
77ad895098
[infra] add GitHub actions for linting ( #357 )
2 years ago
Yangshun Tay
dfdd27cb85
[infra] add GitHub actions for typechecking ( #356 )
2 years ago
Yangshun Tay
b5c930ed68
[portal] disable react query refetch on window focus
2 years ago
Stuart Long Chay Boon
6ff3842d5e
[offers][feat] add get one profile endpoint
2 years ago
BryannYeap
3c90c2f7e9
[offers][chore] Add total number of offers in paging information
2 years ago
Jeff Sieu
50d3386592
[question][ui] integrate backend voting ( #355 )
...
Co-authored-by: wlren <weilinwork99@gmail.com>
2 years ago
BryannYeap
7052e8c175
[offers][fix] Fix pagination, include yoe in DTO and fix story bug
2 years ago
Stuart Long Chay Boon
e6f2be64b4
[offers][fix] grant access to create offer without logging in
2 years ago
Keane Chan
43af4b7ad6
[resumes][feat] add link to resume guide ( #354 )
2 years ago
Bryann Yeap Kok Keong
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>
2 years ago
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
2 years ago
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>
2 years ago
hpkoh
85d49ad4cd
[questions][feat] add nested create encounter ( #339 )
...
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2 years ago
Keane Chan
2b68ea7c6a
[resumes][fix] fix textarea registration on comment form
2 years ago
Keane Chan
057f915b29
[resumes][feat] revert to storing fileURL instead
2 years ago
Keane Chan
5d0c95e085
[resumes][feat] disable inputs and buttons during form submission
2 years ago
Jeff Sieu
e78160d654
[questions][feat] integrate backend ( #347 )
2 years ago
Yangshun Tay
fecb470c99
[ui][button] add danger, warning, info variants
2 years ago
hpkoh
0335616d57
[questions][feat] add answer comment crud ( #332 )
...
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2 years ago
hpkoh
f28332ab88
[questions][feat] add question answer crud ( #331 )
...
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2 years ago
hpkoh
97c4217582
[questions][feat] add question comment crud ( #330 )
2 years ago
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>
2 years ago
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
2 years ago
Keane Chan
53433787eb
[resumes][feat] add loading screens for resumes/comments ( #342 )
2 years ago
Yangshun Tay
c196dcea32
[portal][ui] add MonthYearPicker
2 years ago
Yangshun Tay
ebacebb26b
[portal][ui] add companies filter
2 years ago
Keane Chan
e7d08d46c8
[resumes][refactor] Package routers into folders ( #341 )
...
* [resumes][refactor] package routers into folders
* [resumes][fix] use US as value
2 years ago
Su Yin
e9d12dfce7
[resumes][feat] Display location text in resume browse page ( #340 )
2 years ago
Keane Chan
c3c3dfceb5
Keane/update-submit-form ( #338 )
...
* [resumes][fix] add isLoading effect on submit form
* [resumes][fix] remove useeffect on browse page
2 years ago
Yangshun Tay
90f8556f8c
[ui][typeahead] implementation
2 years ago
hpkoh
a26bd49a96
[questions][feat] update encounters schema ( #337 )
2 years ago
Keane Chan
a1cd0f4e9b
[resumes][feat] add submission guidelines box ( #335 )
2 years ago
Su Yin
632439dad4
[resumes][refactor] Filter comments on FE ( #336 )
...
* [resumes][fix] Fix fetch id
* [resumes][refactor] Change to filtering on FE for comments
* [resumes][fix] Fix lint errors
2 years ago
hpkoh
8dc967c6ec
[questions][feat] add questions crud ( #327 )
2 years ago
Yangshun Tay
b1d7a4e4e6
[portal][nav] hide global nav for resumes
2 years ago
Peirong
dd08da88a0
[resumes][fix] add spinners and responsive UI for review + browse pages ( #334 )
2 years ago
Yangshun Tay
3ccea65d2a
[portal][ui] make product navigation appear in mobile menu
2 years ago
Yangshun Tay
8481ab1044
[portal][ui] change app shell UI
2 years ago
Keane Chan
35d614e582
[resumes][feat] update resume file size limit
2 years ago
Su Yin
e1ca8e8f78
[resumes][fix] Fix starred resumes uploader name ( #333 )
2 years ago
Keane Chan
384981716d
[resumes][feat] upload pdf file into file storage ( #321 )
...
* [resumes][feat] upload pdf file into file storage
* [resumes][fix] fix file upload failure
* [resumes][chore] update .env.local.example
* [resumes][fix] process file transfer over next.js
* [resumes][feat] file upload
* [resumes][chore] cleanup
* [resumes][feat] add GET method for file-storage API
* [portal[chore] Update env.example file
* [resumes][chore] cleanup
* [portal][chore] update yarn lock file
2 years ago
Yangshun Tay
fbf1517901
[portal][fix] remove empty files causing compilation to fail
2 years ago
Yangshun Tay
0da41c265d
[ui][checkbox list] implementation
2 years ago
Yangshun Tay
21e5e0672a
[ui][radio list] remove disabled prop on radio list level
2 years ago
hpkoh
a818e7d820
[questions][feat] add questions models ( #323 )
...
* [questions] [feat] add questions models
* [questions][feat] add question types
* [questions][chore] update schema naming scheme
* [questions][chore] update naming scheme
* [questions][chore] updating naming scheme
* [questions][feat] add location, role and comapny
* [questions][feat] update vote enum
2 years ago
Keane Chan
bead5bff14
[resumes][feat] add required fields and use text area ( #329 )
...
* [resumes][feat] add required fields and update UI
* [resumes][refactor] use same lists
2 years ago
Su Yin
101f6c7d70
[resumes][feat] Add basic linking of pages ( #328 )
...
* [resumes][fix] Fix scrolling on upload page
* [resumes][feat] Add basic linking of pages
* [resumes][fix] Remove link to resume detail page
2 years ago
Yangshun Tay
a828903299
[ui][radio list] support required, disabled and item descriptions
2 years ago
Yangshun Tay
53be75b7d5
[ui][select] support required
2 years ago
Su Yin
2f50694016
[resumes][feat] Fetch resumes for browse tabs ( #326 )
...
* [resumes][fix] Change browse list item styling
* [resumes][feat] Add protected tabs router for browse page
* [resumes][feat] Fetch all, starred and my resumes in browse page
* [resumes][fix] Fix overflow y scrolling
* [resumes][fix] Use date-fns to format upload time text
2 years ago
Ren Weilin
827550a5fd
[questions][feat] add homepage layout ( #312 )
...
* [questions][feat] add homepage layout
* [questions][fix] fix rebase errors
* [questions][fix] startAddOn for search bar
* [questions][feat] add nav bar
* [questions][chore]Remove margins
* [questions][feat] add filter section
* [questions][ui] change filter section alignment
* [questions][ui]Search bar in one row
* [questions][ui] Contribute questions dialog
* [questions][ui] wording changes
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2 years ago
Yangshun Tay
6c91ec2077
[ui][radio list] implementation
2 years ago
Yangshun Tay
2f13d5f009
[ui][text area] implementation
2 years ago
Terence
d9880dbff1
[resumes][feat] fetch comments from database ( #320 )
...
* [resumes][feat] Add resume-comments type
* [resumes][feat] Add resume-comments type
* [resumes][feat] Filter comments
* [resumes][feat] Add comments render
* [resumes][refactor] rename variables
* [resumes][refactor] update invalidateQueries
* [resumes][refactor] Use resumeId in [resumeId].tsx
* [resumes][fix] fix invalidateQuery
Co-authored-by: Terence Ho <>
2 years ago
Su Yin
b37aae2154
[resumes][feat] Fetch all resumes in browse page ( #325 )
...
* [resumes][fix] Remove BrowsePageBody component
* [resumes][feat] Add router to fetch all resumes
* [resumes][feat] Fetch all resumes in browse page
* [resumes][chore] Add todo
* [resumes][fix] Remove unnecessary updatedAt field
* [resumes][fix] Change from resumeProfile to user
2 years ago
Peirong
2e947f5fb0
[resumes][feat] Fetch resume details from database ( #322 )
...
* [resumes][feat] Add resume details router
* [resumes][feat] Change review page to dynamic routing
* [resumes][feat] Toggle resume star button
* [resumes][refactor] Revert routers to User model
2 years ago
Su Yin
5507c6a9d2
[resumes][fix] Use clsx instead of classnames function ( #324 )
2 years ago
Su Yin
5a1c01d8cb
[resumes][feat] Add missing browse page UI ( #319 )
...
* [resumes][chore] Edit TODO comment
* [resumes][fix] Make sort dropdown bg white
* [resumes][feat] Add missing browse page UI and cleanup
2 years ago
Terence
1146c5db40
[resumes][refactor] Change to ResumesProfile schema ( #318 )
...
* [resumes][chore] Update TODOs
* [resumes][refactor] Change to new schema
* [resumes][refactor] Change query to findUniqueOrThrow
Co-authored-by: Terence Ho <>
2 years ago
Keane Chan
b2b8f3b553
[resumes][feat] add resumeprofiles model ( #316 )
...
* [resumes][feat] add resumeprofiles model
* [resumes][fix] fix typo
* [resumes][chore] update migration file
2 years ago
Terence
0933cce7b5
[resumes][feat] Add API to submit & query for resume reviews ( #313 )
...
* [resumes][feat] Add route to submit resume reviews
* [resumes][feat] Add router to query for comments
* [resumes][refactor] Change limit of upvotes query
* [resumes][chore] revert changes
* [resumes][chore] remove comment
* [resumes][chore] Use ResumesSection enum instead of hard-coded string
* [resumes][refactor] Add check for user session in comments
* [resumes][fix] fix linting issues
Co-authored-by: Terence Ho <>
2 years ago
Yangshun Tay
641a565e5c
[ui][pagination] implementation
2 years ago
Yangshun Tay
e0a3f4c15c
[ui][horizontal divider] implementation
2 years ago
Su Yin
9de6dafef1
[resume][feat] Add basic browse page ( #311 )
...
* [resume][feat] Add basic browse list item
* [resume][feat] Add filter pills
* [resume][feat] Add starting browse page
* [resume][feat] Edit resume reviews page title
* [resume][feat] Update resume reviews page
* [resume][feat] Add browse list item UI
2 years ago
Yangshun Tay
0f8ff5d349
[ui][collapsible] initial implementation
2 years ago
Terence
1441fc90af
[resumes][feat] Add Resume Review Page ( #306 )
...
* [resumes][feat] WIP: Add scaffold
* [resumes][refactor] Shift comments section to its own component
* [resumes][feat] Add resume pdf view
* [resumes][feat] Add CommentsForm
* [resumes][refactor] Refactor comments form
* [resumes][fix] Fix viewport height not set
* [resumes][feat] Add form validation
* [resumes][refactor] Remove unused CommentsSection
* [resumes][fix] Manually calculate height for pdf view instead
* [resumes][refactor] Remove @tih/ui styles.scss import
Co-authored-by: Wu Peirong <wupeirong294@gmail.com>
Co-authored-by: Terence Ho <>
2 years ago
Yangshun Tay
2906dbdc75
[ui][text input] support element add ons
2 years ago
Yangshun Tay
0062199bd6
[ui][text input] add asterisk to label for required fields
2 years ago
Keane Chan
9f61ecf9c2
[resumes][feat] submit resume mutation ( #310 )
2 years ago
Keane Chan
7c40353f6b
[resumes][feat] add resumes schema ( #308 )
...
* [resumes][feat] add resumes schema
* [resumes][feat] rename to ResumesSection
* [resumes][feat] update resume schema
2 years ago
Keane Chan
4d92a70321
[resumes][chore] Remove tracking of state in submit form ( #309 )
...
* [resumes][chore] remove tracking of state
* [feat][resumes] make value in Select optional
* [resumes][chore] remove default value for textinput
* [resumes][feat] use primary button for submit
2 years ago
Yangshun Tay
64c5275062
[portal][feat] add company model
2 years ago
Yangshun Tay
1df0ce35a6
[ui][select] make uncontrolled
2 years ago
Yangshun Tay
1f640fda5e
[portal] fix Tailwind style ordering issue
2 years ago
Keane Chan
3a4183cd48
[resumes][feat] submit resume form ( #307 )
...
* [resumes][feat] Add submit form
* [resumes][feat] add submit and clear buttons
* chore: add react-hook-form
* [resumes][[feat] add validations for resume form
2 years ago
Yangshun Tay
c98bae6e25
storybook: silence Vercel emails
2 years ago
Yangshun Tay
522feeffad
storybook: tweak examples
2 years ago
Yangshun Tay
4fcf80ae2a
ui: add more props to Select
2 years ago
Yangshun Tay
0a3fb2503d
ui(button): s/isDisabled/disabled
2 years ago
Yangshun Tay
6e5ffb3c77
storybook: add lint command and lint files
2 years ago
Yangshun Tay
2cf660c6de
storybook: add tsconfig and tsc command
2 years ago
Yangshun Tay
d68018b755
ui: add more props to TextInput
2 years ago
Yangshun Tay
e93cc73d51
ui: add components
2 years ago
Yangshun Tay
db672a2beb
ui: add Alert
2 years ago
Yangshun Tay
842837fb4e
storybook: add Button and Spinner examples
2 years ago
Yangshun Tay
de33d38e1b
ui: share tailwind config across packages
2 years ago
Paul Mureşan
5734758f96
contents: fix typo in choosing between companies ( #302 )
...
Co-authored-by: Paul Muresan <mmuresanpaul@gmail.com>
2 years ago
Yangshun Tay
02f1ce8b96
chore: scaffold directories for each project
2 years ago
Yangshun Tay
e7fe80dc31
chore: make import paths consistent
2 years ago
Yangshun Tay
6d212b4561
feat: add todo example
2 years ago
Yangshun Tay
06bdab6440
chore: add prettier-plugin-tailwindcss
2 years ago
Yangshun Tay
7f621eb8a2
website: move into monorepo
2 years ago
Yangshun Tay
f099cf9502
chore: silence Vercel emails for portal
2 years ago
Yangshun Tay
fa1dc71a36
chore: fix package lock
2 years ago
Yangshun Tay
dee60943d0
feat: add application shell
2 years ago
Yangshun Tay
523d91f920
feat: scaffold monorepo
2 years ago