1064 Commits

Author SHA1 Message Date
c76607acfe [offers][feat] add default filters and more income columns (#495)
* [offers][feat] add yoe query param and display all by default

* [offers][feat] add base bonus stocks to table and default homepage

* [offers][style] style loading spinner
2022-11-03 10:59:09 +08:00
07b814464e [portal][ui] allow customization of spacing within MonthYearPicker 2022-11-03 07:33:01 +08:00
5e8da6c3f8 [resumes][feat] add logo 2022-11-03 05:48:29 +08:00
0c9dfd7658 [offers][feat] return base bonus stocks for dashboard 2022-11-03 01:17:10 +08:00
b47cfceb09 [offers][chore] Change location filter from city to country 2022-11-03 01:05:53 +08:00
6881fe8bd5 [offers][chore] Make all filters optional (#493)
Co-authored-by: Bryann Yeap Kok Keong <bryannyeapkk@gmail.com>
2022-11-03 00:59:11 +08:00
c0615baf5c [offers][chore] Change location fields (#491)
* [offers][chore] Change location in schema

* Include City, State, and Country in profileDtoMapper params

* [offers][chore] Change backend endpoints to new location field

* [offers][feat] integrate cityId into create profile endpoint

* [offers][feat] integrate location with update profile endpoint

* [offers][feat] integrate location for offer table and profile

* [offers][chore] fix import of cities typeahead

* [offers][feat] Use city typeahead for location field

* [offers][fix] Fix test pages

* [offers][fix] Fix ui error

* [offers][fix] Delete test pages

Co-authored-by: Bryann Yeap Kok Keong <bryannyeapkk@gmail.com>
Co-authored-by: Stuart Long Chay Boon <chayboon@gmail.com>
Co-authored-by: Zhang Ziqing <zhangziqing9926@gmail.com>
Co-authored-by: Ai Ling <hong-ailing@hotmail.com>
2022-11-02 23:20:18 +08:00
47bc5fb154 [ui][typeahead] fix nullable prop (#492) 2022-11-02 21:35:31 +08:00
ea57743cfe [offers] tweak offer profiles UI 2022-11-02 19:23:03 +08:00
8e08ff86f4 [portal][ui] change app shell nav structure 2022-11-02 17:33:28 +08:00
48dccb821e [offers][refactor] tweak submit and analysis steps UI 2022-11-02 17:11:12 +08:00
55e93102de [offers][refactor] improve offers table responsiveness 2022-11-02 16:05:53 +08:00
ab7f064734 [offers][fix] use upsert to remove id in valuation 2022-11-02 15:33:20 +08:00
c3e8490656 [offers][fix] fix unable to update BBS in offer bug and remove valuation id 2022-11-02 15:22:26 +08:00
03b0e4d856 [offers][feat] tweak offer background submission form (#490)
* [offers][feat] tweak offer background submission form

* [offers][feat] tweak breadcrumbs
2022-11-02 12:49:57 +08:00
6682d81d2e [offers][fix] fix profile page mobile compatible style (#489)
* [offers][fix] fix offer profile page mobile compatibility

* [offers][style] style profile offer card
2022-11-02 04:03:34 +08:00
21c9d9410a [offers][feat] tweak offer details submission form (#488) 2022-11-01 21:17:18 +08:00
64bc8158c1 [offers][fix] tweak submit offer job type selector (#487) 2022-11-01 11:11:10 +08:00
1acb37939c [portal][misc] refactor typeahead props 2022-10-31 21:30:09 +08:00
fcff0d663f [portal][misc] fix incorrect TODO 2022-10-31 20:09:49 +08:00
397ea3f4aa [questions][feat] add content search (#478)
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2022-10-31 19:24:07 +08:00
e7431867c2 [portal][feat] allow customization of login redirect 2022-10-31 18:53:45 +08:00
960ffdc8dc [offers][fix] fix empty value (#486) 2022-10-31 18:31:18 +08:00
e8aa1c9fda [portal][feat] custom login page (#485) 2022-10-31 18:21:49 +08:00
2c94691b07 [questions][ui] show newlines in question post (#484) 2022-10-31 18:10:10 +08:00
410053425c [questions][fix] fix typeahead spasm (#483) 2022-10-31 18:09:54 +08:00
3cc238b0ce [questions][fix] fix landing page location params (#482) 2022-10-31 18:09:41 +08:00
6c53956551 [offers][fix] fix date display for single value (#481) 2022-10-31 17:47:18 +08:00
d4283eb522 [questions][ui] fix contribute button (#480) 2022-10-31 17:46:30 +08:00
84768a1cb6 [offers][style] fix style for safari (#479) 2022-10-31 17:34:16 +08:00
fac7d6c48d [questions][fix] fix landing page company param (#477) 2022-10-31 17:28:53 +08:00
a208435dad [questions][fix] fix contribute dialog close (#476) 2022-10-31 16:38:56 +08:00
3e0a40efeb [offers][fix] Add analysis generation file 2022-10-31 16:20:13 +08:00
8f0f4e928d [offers][refactor] Move analysis generation into a util method so that seeding can use the same method 2022-10-31 16:19:36 +08:00
1a34bb2825 [portal] clean up cities and states data 2022-10-31 15:47:33 +08:00
8798958f3d [offers][feat] integrate isSaved API (#475) 2022-10-31 15:42:51 +08:00
0f1e46bd7e [offers][feat] add isSaved endpoint 2022-10-31 14:45:02 +08:00
2ae9f2c618 [questions][ui] minor ui fixes (#473) 2022-10-31 14:39:54 +08:00
fe94c9d2da [offers][fix] Prevent user's offers from appearing in his own analysis 2022-10-31 14:37:24 +08:00
538fa5ccf7 [questions][feat] add useProtectedCallback hook (#472) 2022-10-31 14:31:56 +08:00
ade6d1d88d [offers][fix] Fix save failure message (#474) 2022-10-31 14:16:09 +08:00
6bfa1ff61e [questions][feat] add encounters sorting (#458)
Co-authored-by: Bryann Yeap Kok Keong <bryannyeapkk@gmail.com>
Co-authored-by: Ai Ling <hong-ailing@hotmail.com>
Co-authored-by: Zhang Ziqing <zhangziqing9926@gmail.com>
Co-authored-by: Bryann Yeap Kok Keong <77266823+BryannYeap@users.noreply.github.com>
2022-10-31 12:56:45 +08:00
27095e3747 [resumes][chore] add GA for resumes review page 2022-10-31 12:16:29 +08:00
91696571fe [offers][feat] Add multiple company analysis 2022-10-31 11:44:12 +08:00
68f3c72945 [questions][ui] Minor UI cleanup (#470)
* [questions][ui] fix no more questions overlap

* [questions][ui] remove redundent horizontal div

* [questions][ui] reduce gap
2022-10-31 11:30:28 +08:00
85fd874769 [offers][style] fix offer card style (#469)
* [offers][style] fix offer card style

* [offers][style] fix OEA offer card style
2022-10-31 11:12:57 +08:00
8fdea6b5bc [questions][feat] add similar questions check (#468)
Co-authored-by: wlren <weilinwork99@gmail.com>
2022-10-31 10:47:27 +08:00
568b674322 [questions][fix] fix seed questions script (#467) 2022-10-31 10:47:15 +08:00
84e0e42b4a [questions][ui] add temporary logo (#466) 2022-10-31 10:47:06 +08:00
1ea1afc8a2 [questions][feat] sort answers, comments (#457)
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2022-10-31 02:48:56 +08:00