-
Notifications
You must be signed in to change notification settings - Fork 0
Plan
PratikPalashikar edited this page Aug 18, 2019
·
8 revisions
- The idea here is to create the application which helps individual organize the interview process. He/She can use this platform to update the status of an application for different companies.
- Make a record of hints for the problems you are trying to solve.
- This page will help you add the companies which are currently interviewing and will be able to track the status for those companies.
- Plan to build to below APIs for the first page:
- get /companies
- put: /companies/{id} (update the company name, status, result)
- get /companies/{id}
Get the specific company using the specific uuid (id)
- post: /add-company
(add the new company you are targeting to interview)
- get /companies