Commit Graph

246 Commits

Author SHA1 Message Date
Jeff Sieu
ffbb6a29f2 [questions][fix] remove default type when creating question 2022-11-07 01:51:33 +08:00
Jeff Sieu
6792e20f0f [questions][fix] fix expanded typeaheads (#516) 2022-11-06 18:03:08 +08:00
Yangshun Tay
c10aa15347 [portal][feat] add homepage 2022-11-06 17:17:50 +08:00
Yangshun Tay
d6b03a5b46 [questions][feat] add about page 2022-11-06 16:39:46 +08:00
Jeff Sieu
e1e585df23 [questions][ui] restyle landing, question pages (#517) 2022-11-06 16:11:22 +08:00
Yangshun Tay
ec97ee992a [offers][feat] add about page 2022-11-06 11:27:25 +08:00
Yangshun Tay
d1fc6e559c [resumes][refactor] use JobTitlesTypeahead instead 2022-11-06 11:03:14 +08:00
Yangshun Tay
98465a6128 [portal][feat] pass isLoading states to typeahead components 2022-11-06 10:42:10 +08:00
Yangshun Tay
c0e9b6c138 [resumes][refactor] use CountriesTypeahead instead 2022-11-06 10:05:13 +08:00
Yangshun Tay
79500b8a35 [portal][feat] add ranking to job titles typeahead 2022-11-06 09:33:56 +08:00
Yangshun Tay
ac215dcbff [portal][feat] improve country typeahead ranking 2022-11-06 09:16:34 +08:00
Yangshun Tay
30c68afed6 [ui][typeahead] add optional minQueryLength parameter 2022-11-06 06:19:10 +08:00
Jeff Sieu
075f7bfba8 [questions][fix] ui fixes and enhancements (#514)
Co-authored-by: wlren <weilinwork99@gmail.com>
2022-11-06 02:14:58 +08:00
Keane Chan
1ebd32ca2f [resumes][feat] migrate to use location db and role enum (#506)
* [resumes][feat] use role and countries typeaheads

* [resumes][feat] add location and role typeaheads

* [resumes][chore] locationId migration

* [resumes][fix] update upsert to take in locationId

* [resumes][refactor] use typeahead for browse filters

* [resumes][feat] use role and countries typeaheads

* [resumes][chore] locationId migration

* [resumes][feat] fetch location on resumes page

* [resumes][feat] enable edit resume form

* [resumes][misc] update namings and oredrings

* [resumes][feat] add default locations

* [resumes][fix] truncate title text in resume card

* [resumes][fix] filter out selected options

* [resumes][feat] add more countries to default search

* [resumes][feat] update default roles

* [resumes][chore] revert removal of value

* [resumes]feat] add default location for migration file

* [resumes][fix] fix merge conflicts

Co-authored-by: Wu Peirong <wupeirong294@gmail.com>
2022-11-05 21:56:46 +08:00
Ai Ling
9815d125ff [offers][feat] Update feature page (#512) 2022-11-05 21:41:14 +08:00
Yangshun Tay
8e15d49ad0 [portal][refactor] make comments appearance more consistent across offers and resume reviews 2022-11-05 19:25:30 +08:00
Ai Ling
2979950c19 [offers][fix] Fix form typeaheads (#509) 2022-11-05 18:27:06 +08:00
Yangshun Tay
ec1487b33b [resumes][refactor] make height calculation more robust 2022-11-05 18:04:44 +08:00
Yangshun Tay
762b55db4f [resumes][refactor] tweak resume review page UI 2022-11-05 17:23:38 +08:00
Yangshun Tay
6d3c29e6c4 Revert "[resumes][refactor] tweak resume review page UI"
This reverts commit 29abea1cd9.
2022-11-05 16:28:03 +08:00
Yangshun Tay
29abea1cd9 [resumes][refactor] tweak resume review page UI 2022-11-05 16:18:46 +08:00
Yangshun Tay
849fa867b2 [portal][chore] update education field, education lebel, question type constants 2022-11-05 15:19:00 +08:00
Ai Ling
32bbb45f4e [offers][feat] Add form validation for typeaheads (#508) 2022-11-05 14:33:44 +08:00
Ai Ling
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
Yangshun Tay
f4e5d2ddb1 [portal][chore] update job titles enum 2022-11-04 19:56:40 +08:00
Jeff Sieu
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
Wu Peirong
9cb8ab3e15 [resumes][feat] embed marketing video 2022-11-04 14:56:18 +08:00
Stuart Long
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
Yangshun Tay
b161df0b70 [resume][refactor] tweak resume submission UI 2022-11-04 12:36:59 +08:00
Yangshun Tay
a7b4daec21 [offers][feat] revamp comments section 2022-11-04 11:21:01 +08:00
Zhang Ziqing
5ea3aac37d [offers][feat] add job type for dashboard cards (#503) 2022-11-04 01:57:40 +08:00
Zhang Ziqing
bd73a0b7b1 [offers][feat] add query params to offer table (#502) 2022-11-03 23:53:35 +08:00
Ai Ling
70006d4115 [offers][fix] Refactor UI (#500) 2022-11-03 21:08:02 +08:00
Yangshun Tay
5a4e4e8977 [offers][refactor] tweak comments list 2022-11-03 20:09:38 +08:00
Yangshun Tay
36541b5244 [offers][refactor] tweak profile page UI 2022-11-03 19:29:42 +08:00
Yangshun Tay
3605c9fa63 [offers][browse] tweak font sizes for mobile 2022-11-03 17:06:15 +08:00
Ai Ling
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
Zhang Ziqing
7e06e07df4 [offers][fix] fix profile location display (#497) 2022-11-03 15:07:28 +08:00
Wu Peirong
f7d1c8d2c4 [resumes][chore] remove overflow on page components 2022-11-03 12:43:04 +08:00
Zhang Ziqing
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
Zhang Ziqing
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
Yangshun Tay
07b814464e [portal][ui] allow customization of spacing within MonthYearPicker 2022-11-03 07:33:01 +08:00
Yangshun Tay
5e8da6c3f8 [resumes][feat] add logo 2022-11-03 05:48:29 +08:00
Bryann Yeap Kok Keong
b47cfceb09 [offers][chore] Change location filter from city to country 2022-11-03 01:05:53 +08:00
Bryann Yeap Kok Keong
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
Jeff Sieu
47bc5fb154 [ui][typeahead] fix nullable prop (#492) 2022-11-02 21:35:31 +08:00
Yangshun Tay
ea57743cfe [offers] tweak offer profiles UI 2022-11-02 19:23:03 +08:00
Yangshun Tay
8e08ff86f4 [portal][ui] change app shell nav structure 2022-11-02 17:33:28 +08:00
Yangshun Tay
48dccb821e [offers][refactor] tweak submit and analysis steps UI 2022-11-02 17:11:12 +08:00
Yangshun Tay
55e93102de [offers][refactor] improve offers table responsiveness 2022-11-02 16:05:53 +08:00