Timothy Ko

Results 30 issues of Timothy Ko

#155 would fix the loading issue (not requiring spinners) but this would be a good alternative first.

Priority: High

A screenshot of a snippet of the candidate page ![image](https://user-images.githubusercontent.com/27740557/60852388-60ae6700-a1ac-11e9-87b7-2713a70b01b1.png) In addition, if the user already referred the candidate, the `Refer` Button shouldn't show up. If they Strong referred the...

bug
help wanted
Priority: Low

It's currently using sessionStorage, but you can't access it in server rendering, which limits the power of Next.js. Migrating to storing keys in cookies would allow the server to view...

good first issue
Priority: Low

Something like this ![image](https://user-images.githubusercontent.com/27740557/60846460-5e401300-a194-11e9-9469-8d17dcf03d04.png) this would provide easier access to candidates and interviews as this portal stores more and more information. This would include interviews, candidates, events, different interview cycles,...

help wanted
Priority: Medium

At it's basic level, we'd like to keep track of page visits. There is a lot more potential here as we want to keep track of how we use this...

help wanted
Priority: High

[Our REST API Spec](https://www.notion.so/h4iuiuc/Our-REST-API-Specification-16898030d34f465bb077bdf32c449f21) Have responses follow this format. ```Javascript { "code": 200, "message": "", "result": {}, "success": true } ``` whenever you are editing an endpoint or adding one,...

help wanted
Priority: Medium

This will allow the user to stick with the same settings. A user would often just want to look at a specific filter, sort such as `all candidates with interviewing...

good first issue
Priority: Medium

This would be a very long epic that consists of many different issues. This will also require flushed out scope. Obviously, building out a schedule that's dynamic in the time...

Priority: Low
Epic

There a couple libraries for react toasts to choose from: - https://github.com/fkhadra/react-toastify - https://tomchentw.github.io/react-toastr/ - https://www.npmjs.com/package/react-toasts First, replace many of the alerts with toasts and find different places where adding...

Priority: Medium