1146 Commits

Author SHA1 Message Date
32bbb45f4e [offers][feat] Add form validation for typeaheads (#508) 2022-11-05 14:33:44 +08:00
35a06c1185 [offers][fix] update tiktok salary 2022-11-05 14:25:13 +08:00
2ae41695dc [offers][fix] fix binance salary 2022-11-05 14:22:10 +08:00
cd4ed504df [offers][fix] Fix user's offers appearing in own top relevant offers during analysis 2022-11-05 08:10:15 +08:00
fec915cffa [offers][feat] Tweak UI and add View More button to OEA (#507)
* [offers][feat] Tweak UI and minor refactoring

* [offers][feat] Add view more button to OEA
2022-11-05 00:57:09 +08:00
f4e5d2ddb1 [portal][chore] update job titles enum 2022-11-04 19:56:40 +08:00
39c96f86da [ui][button] Add rel and target properties to button (#505)
* [ui][button] Add rel and target properties to button

* [ui][fix] Remove undefined
2022-11-04 19:07:35 +08:00
ed4b438d33 [questions][chore] add google analytics id (#498)
* [questions][chore] add google analytics id

* [questions][fix] remove comment
2022-11-04 19:07:10 +08:00
5e943047e2 [offers][fix] Fix bug where offers are unable to be deleted due to being referenced by analysisUnit 2022-11-04 16:48:15 +08:00
45a906bccf [offers][fix] remove package-lock 2022-11-04 15:13:07 +08:00
9cb8ab3e15 [resumes][feat] embed marketing video 2022-11-04 14:56:18 +08:00
8864a47400 [offers][feat] add script to seed salaries from tech salaries excel sheet (#501)
* [offers][feat] add file to read tech salaries sheet WIP

* [offers][chore] read from correct file while seeding

* [offers][chore] Add company seed

* [offers][feat] add data seeding code to fetch from excel

* [offers[chore] Generate analysis for seeded data

* [offers][chore] Merge main into branch

* [offers][fix] Fix incorrect name

* [offers][fix] integrate random name generator to profile seeding

* [offers][chore] Set job title in seeding

* [offers][chore] Removed specialization

* [offers][chore] Add yoe ranges for seeded data

* [offers][chore] Rename level params

* [offers][chore]normalise salaries

* [offers][fix] add checks for data.income

* [offers][chore] Allow analysis to analyse all companies in the backend

* [offers][chore] Add createdAt and updatedAt to analysis

* [offers][chore] Add company name to analysis unit

* [offers][feat] Add multiple company analysis UI

* [offers][fix] Fix bug where company analysis shows wrong company

* [offers][fix] Fix company analysis percentile calculation

* [offers][fix] Fix empty analysis

* [offers][chore] Change user relation in OffersProfile from one-to-many to many-to-many

* [offers][chore] Change location in schema

* Include City, State, and Country in profileDtoMapper params

* [offers][fix] Fix merge conflict

* [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][fix] update seeding issue where fulltime base is not year

* [offers][fix] update seed script to integrate with city

* [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 merge conflict

* [offers][fix] fix incorrect salary normalisation

* [offers][fix] fix base salary for fulltime

* [offers][fix] fix bonus

* [offers][chore] add console log to print status while seeding

* [offers][feat] normalise sheet to incorporate slug

* [offers][feat] read companies from salary sheet

* [offers][fix] remove prisma/companySeed.ts from tsconfig.json

* [offers][refactor] standardise seed script with question

* [resume][refactor] tweak resume submission UI

* [offers][chore] Provide more information to frontend in AnalysisUnit

* [offers][fix] fix import for salaries script

* [offers][feat] add file to read tech salaries sheet WIP

* [offers][chore] read from correct file while seeding

* [offers][chore] Add company seed

* [offers][feat] add data seeding code to fetch from excel

* [offers[chore] Generate analysis for seeded data

* [offers][chore] Merge main into branch

* [offers][fix] Fix incorrect name

* [offers][fix] integrate random name generator to profile seeding

* [offers][chore] Set job title in seeding

* [offers][chore] Removed specialization

* [offers][chore] Add yoe ranges for seeded data

* [offers][chore] Rename level params

* [offers][chore]normalise salaries

* [offers][fix] add checks for data.income

* [offers][chore] Allow analysis to analyse all companies in the backend

* [offers][feat] Add multiple company analysis UI

* [offers][fix] Fix empty analysis

* [offers][chore] Change user relation in OffersProfile from one-to-many to many-to-many

* [offers][fix] Fix merge conflict

* [offers][fix] update seeding issue where fulltime base is not year

* [offers][fix] update seed script to integrate with city

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

* [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 merge conflict

* [offers][fix] fix incorrect salary normalisation

* [offers][fix] fix base salary for fulltime

* [offers][fix] fix bonus

* [offers][chore] add console log to print status while seeding

* [offers][feat] normalise sheet to incorporate slug

* [offers][feat] read companies from salary sheet

* [offers][fix] remove prisma/companySeed.ts from tsconfig.json

* [offers][refactor] standardise seed script with question

* [offers][fix] fix import for salaries script

* [offers][fix] fix merge conflicts

* [offers][feat] add file to read tech salaries sheet WIP

* [offers][chore] read from correct file while seeding

* [offers][chore] Add company seed

* [offers][feat] add data seeding code to fetch from excel

* [offers[chore] Generate analysis for seeded data

* [offers][chore] Merge main into branch

* [offers][fix] Fix incorrect name

* [offers][fix] integrate random name generator to profile seeding

* [offers][chore] Set job title in seeding

* [offers][chore] Removed specialization

* [offers][chore] Add yoe ranges for seeded data

* [offers][chore] Rename level params

* [offers][fix] add checks for data.income

* [offers][chore] Allow analysis to analyse all companies in the backend

* [offers][fix] Fix merge conflict

* [offers][fix] update seed script to integrate with city

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

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

* [offers][chore] add console log to print status while seeding

* [offers][feat] normalise sheet to incorporate slug

* [offers][feat] read companies from salary sheet

* [offers][fix] remove prisma/companySeed.ts from tsconfig.json

* [offers][refactor] standardise seed script with question

* [offers][fix] fix merge conflicts

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: Yangshun Tay <tay.yang.shun@gmail.com>
2022-11-04 14:55:00 +08:00
32302e33a5 [offers][chore] Provide more information to frontend in AnalysisUnit 2022-11-04 12:54:32 +08:00
b161df0b70 [resume][refactor] tweak resume submission UI 2022-11-04 12:36:59 +08:00
80fd274662 [offers][chore] Add reference to analysed offer in analysis unit (#504)
Co-authored-by: Bryann Yeap Kok Keong <bryannyeapkk@gmail.com>
2022-11-04 12:32:50 +08:00
a7b4daec21 [offers][feat] revamp comments section 2022-11-04 11:21:01 +08:00
5ea3aac37d [offers][feat] add job type for dashboard cards (#503) 2022-11-04 01:57:40 +08:00
bd73a0b7b1 [offers][feat] add query params to offer table (#502) 2022-11-03 23:53:35 +08:00
70006d4115 [offers][fix] Refactor UI (#500) 2022-11-03 21:08:02 +08:00
acc9ab00e1 [offers][fix] fix change experience type edit bug 2022-11-03 20:52:21 +08:00
5a4e4e8977 [offers][refactor] tweak comments list 2022-11-03 20:09:38 +08:00
36541b5244 [offers][refactor] tweak profile page UI 2022-11-03 19:29:42 +08:00
4b327b5132 [offers][fix] Added more robust checks to distinguish full time and interns 2022-11-03 18:04:45 +08:00
d708b42970 [offers][fix] Fix profile showing wrong offers after editing 2022-11-03 17:38:29 +08:00
3605c9fa63 [offers][browse] tweak font sizes for mobile 2022-11-03 17:06:15 +08:00
230b32be34 [offers][feat] Add token check and refactor UI (#499)
* [offers][fix] Fix and refactor UI

* [offers][feat] Add token check in submission results page

* [offers][refactor] Refactor text display
2022-11-03 16:24:48 +08:00
b3eb2f6d6b [offers][chore] Add profileId to AnalysisOffer 2022-11-03 16:13:32 +08:00
7e06e07df4 [offers][fix] fix profile location display (#497) 2022-11-03 15:07:28 +08:00
f7d1c8d2c4 [resumes][chore] remove overflow on page components 2022-11-03 12:43:04 +08:00
c86c77d1e0 [offers][style] fix dashboard layout (#496)
* [offers][style] fix dashboard layout

* [offers][fix] fix profile link layout
2022-11-03 12:20:51 +08:00
ca17ef9162 [offers][chore] Change company field in AnalysisUnit 2022-11-03 11:56:25 +08:00
7419cb4608 [offers][fix] fix create offer bug 2022-11-03 11:06:54 +08:00
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