|
839eb31d65
|
[questions][fix] remove erronous migration file (#437)
|
2022-10-26 18:17:12 +08:00 |
|
|
b3d110f90f
|
[resumes][fix] update vote query (#436)
* [resumes][fix] update vote query
* [resumes][fix] lint issues
Co-authored-by: Terence Ho <>
|
2022-10-26 17:55:34 +08:00 |
|
|
248c1e3584
|
[portal][ui] revert font
|
2022-10-26 17:47:19 +08:00 |
|
|
e277cda780
|
[resumes][feat] add app icon
|
2022-10-26 17:45:20 +08:00 |
|
|
2e13df0955
|
[resumes][feat] change to mostComments
|
2022-10-26 17:16:20 +08:00 |
|
|
0db31eb0c1
|
[offers][fix] fix create profile bug where experience not saved
|
2022-10-26 17:15:39 +08:00 |
|
|
f48a34e88a
|
[portal] prettify files
|
2022-10-26 16:30:06 +08:00 |
|
|
84c3caeb1c
|
[portal][nav] change navbar font weights
|
2022-10-26 16:27:05 +08:00 |
|
|
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 <>
|
2022-10-26 16:23:28 +08:00 |
|
|
0ba2815fbd
|
[portal] change top nav bar (#433)
|
2022-10-26 16:23:14 +08:00 |
|
|
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>
|
2022-10-26 15:38:28 +08:00 |
|
|
fa5cf0c115
|
[resumes][fix] Fix profile popup issue (#432)
|
2022-10-26 13:18:51 +08:00 |
|
|
05119f52fa
|
[resumes][fix] browse ui and sort order labels
|
2022-10-25 18:46:17 +08:00 |
|
|
199fc1a8b9
|
[resumes][feat] url search params (#429)
* [resumes][feat] adapt useSearchParams
* [resumes][feat] clickable button from review info tags
|
2022-10-25 12:08:07 +08:00 |
|
|
db19a84080
|
[offers][chore] Speed up fetching of dashboard offers
|
2022-10-25 10:40:55 +08:00 |
|
|
000f22a50c
|
[resumes][feat] center text in file drop
|
2022-10-25 10:38:56 +08:00 |
|
|
79b62234ea
|
Revert "[questions][feat] add text search (#412)" (#428)
This reverts commit f70caba3f20e4d224e6e86aad9b05b66375d8aa3.
|
2022-10-25 10:29:01 +08:00 |
|
|
3b4cba3771
|
[resumes][feat] mobile responsiveness for form
|
2022-10-25 09:57:06 +08:00 |
|
|
de28a30028
|
[resumes][feat] shift badge to bottom
|
2022-10-25 09:40:58 +08:00 |
|
|
ef61793616
|
[offers][fix] Fix offers form experience section (#427)
|
2022-10-25 03:31:46 +08:00 |
|
|
f70caba3f2
|
[questions][feat] add text search (#412)
|
2022-10-25 01:22:05 +08:00 |
|
|
7589e9b078
|
[questions][feat] add list crud (#393)
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
|
2022-10-25 01:21:34 +08:00 |
|
|
ce906c0470
|
[ui][text input] change pl to px for startAddOn
|
2022-10-25 00:28:06 +08:00 |
|
|
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>
|
2022-10-25 00:24:44 +08:00 |
|
|
4de0a1f681
|
[resumes][feat] improve badge UI
|
2022-10-24 23:56:38 +08:00 |
|
|
98e422953c
|
[resumes][feat] add shadow to buttons
|
2022-10-24 23:56:37 +08:00 |
|
|
c118ed59d4
|
[questions][fix] fix pagination off by one (#425)
|
2022-10-24 23:20:51 +08:00 |
|
|
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
|
2022-10-24 23:18:23 +08:00 |
|
|
64670923e1
|
[resumes][feat] add error message to submit form
|
2022-10-24 23:01:03 +08:00 |
|
|
b52f15a937
|
[portal][ui] add error message to checkbox input
|
2022-10-24 23:01:03 +08:00 |
|
|
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>
|
2022-10-24 22:56:50 +08:00 |
|
|
bf35f97961
|
[offers][fix] Use title typeahead, add default currency and remove specialization field (#423)
|
2022-10-24 22:34:28 +08:00 |
|
|
64cd69d024
|
[resumes][feat] move badge to the right instead
|
2022-10-24 22:06:18 +08:00 |
|
|
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
|
2022-10-24 22:00:48 +08:00 |
|
|
c188405de0
|
[offers][chore] create random string generator for token
|
2022-10-24 21:39:49 +08:00 |
|
|
3c80296253
|
[offers][refactor] refactor random name generator code
|
2022-10-24 21:27:40 +08:00 |
|
|
e77bb03639
|
[offers][chore] integrate random name generator to create profile
|
2022-10-24 21:09:33 +08:00 |
|
|
ef5892a0d6
|
[offers][feat] add random name generator
|
2022-10-24 20:56:28 +08:00 |
|
|
65a8618e54
|
[offers][chore] Add a secondary sorting by monthYearReceived descending in addition to other primary sorting filters applied
|
2022-10-24 18:40:20 +08:00 |
|
|
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 <>
|
2022-10-24 16:02:41 +08:00 |
|
|
70b102f87e
|
[resumes][fix] fix unauthenticated issue on submit form
|
2022-10-24 14:59:38 +08:00 |
|
|
8e50cc7313
|
[resumes][fix] Fix browse page scrolling UI (#421)
* Fix browse page styling comments
* [resumes][fix] Fix search issue
* [resumes][fix] Make styling changes
|
2022-10-24 14:52:19 +08:00 |
|
|
e64d645d36
|
[resumes][feat] update submit page
|
2022-10-24 14:30:19 +08:00 |
|
|
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 |
|