895 Commits

Author SHA1 Message Date
5844c52efe [portal] add required field for companies typeahead 2022-10-24 13:15:47 +08:00
4e0e9d0f9e [portal] add job titles typeahead 2022-10-24 13:15:31 +08:00
f25a4d4532 [misc] prettify files 2022-10-24 10:18:49 +08:00
a4e63b8a41 [portal] standardize colors 2022-10-24 10:15:03 +08:00
82f2857667 [ui][typeahead] fix results showing below other stacked elements by adding z-index 2022-10-24 09:53:30 +08:00
d9af66152c [ui][text input] fix input add on disappearing when width is too small 2022-10-24 09:35:22 +08:00
94f232f67c [ui] change to text-sm for some elements 2022-10-24 09:34:20 +08:00
5f546f951f [offers][fix] Remove crypto coin from currencies 2022-10-24 06:18:14 +08:00
34538919b1 [offers][fix] fix edit profile endpoint 2022-10-24 01:30:30 +08:00
26055d2ed0 [offers][fix] remove dark theme for table (#420) 2022-10-24 00:36:05 +08:00
b7f4cf93a0 [resumes][fix] search and pagination bugs (#419) 2022-10-23 22:37:16 +08:00
c3d2b4d325 [offers][feat] Add toast (#417)
* [offers][feat] Add toasts

* [offers][fix] Disable empty comments
2022-10-23 18:51:12 +08:00
c0f92584ef [offers][feat] Add analysis to offers profile page (#416) 2022-10-23 18:00:36 +08:00
7c63e22b3a [resumes][feat] hide scrollbar 2022-10-23 17:49:47 +08:00
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
2022-10-23 17:07:08 +08:00
7bd6b0eeac [resumes][feat] update submit form to be more compact (#414) 2022-10-23 13:58:30 +08:00
77d0714e33 [offers][fix] Refactor and fix offer analysis (#413) 2022-10-23 01:35:03 +08:00
6bf1a60bbd [resumes][feat] show pagination only when required 2022-10-23 01:01:54 +08:00
ce185607db [resumes][feat] use pagination component for resume pdf 2022-10-23 01:01:54 +08:00
862bb53cdb [resumes][feat] change to most comments 2022-10-23 01:01:54 +08:00
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
508eea359e [resumes][chore] add screenshots to landing 2022-10-22 19:16:39 +08:00
a5bdb72890 Merge branch 'main' of https://github.com/yangshun/tech-interview-handbook 2022-10-22 17:55:27 +08:00
b0329a04f0 [offers][fix] remove compulsory tc and monthly salary for past exp 2022-10-22 17:55:14 +08:00
e55d08279b [ui] add toasts 2022-10-22 17:46:35 +08:00
6948c2e4ee [offers][refactor] Rename currency exchanger file to follow camelCase 2022-10-22 16:25:26 +08:00
78a7e88410 [offers][chore] Add monthYearReceived to the analysis generation API 2022-10-22 16:13:38 +08:00
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>
2022-10-22 14:31:29 +08:00
5e6482aa2e [offers][fix] Add previous companies to analysis DTO 2022-10-22 13:44:36 +08:00
be594c7513 [offers][fix] Fix analysis and offers API to accommodate new fields in OffersCurrency 2022-10-22 13:24:45 +08:00
bb97c4dea6 [resumes][fix] fix nouns singular/plural (s) 2022-10-22 10:23:26 +08:00
b2237f97f2 [resumes][feat] add spinner to browse page 2022-10-22 10:05:15 +08:00
13f40ab6ae [offers][chore] Add baseCurrency and baseValue to Valuation DTO 2022-10-22 08:01:29 +08:00
2c7f349043 [offers][chore] Add a relative base value to the currency model in schema 2022-10-22 07:48:07 +08:00
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)
2022-10-22 00:34:04 +08:00
b345ae0c8f [offers][refactor] Refactor the sorting to use prisma's ORDERBY api 2022-10-22 00:33:49 +08:00
2414deb624 [resumes][feat] use overflow-auto instead 2022-10-22 00:09:48 +08:00
7d0dba9669 [resumes][fix] invalidate fetch query on submit 2022-10-22 00:09:27 +08:00
dac178e712 [resumes][fix] fix reply comments (#407)
Co-authored-by: Terence Ho <>
2022-10-21 23:14:57 +08:00
2729e20351 [offers][refactor] Refactor the sorting to use prisma's WHERE api 2022-10-21 23:12:55 +08:00
8b8fffdab1 [resumes][feat] Add mobile filters (#408) 2022-10-21 22:18:12 +08:00
d200793d20 [offers][feat] Allowing showing income based on selected salary 2022-10-21 21:50:01 +08:00
587e80b1bf [resumes][fix] unauthenticated browse page show only sign-in prompt 2022-10-21 20:52:32 +08:00
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
817f1d5705 [offers][chore] add remove offers/experience/education/specificyoe in editprofile 2022-10-21 16:28:24 +08:00
35494dc7ea [resumes][fix] fix expandable text bug 2022-10-21 15:56:50 +08:00
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
6a665bc976 [offers][chore] remove profileName and discussion from editprofile 2022-10-21 15:46:23 +08:00
18d2a10708 [resumes][feat] update top upvoted comment count 2022-10-21 15:33:07 +08:00
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