Skip to content

Deliverable 4 Bonus Points

nirmakpakis edited this page Apr 8, 2019 · 7 revisions
  • Use a typed query created from an SQL command:

In our backend we used a typed query to match employers company name with coop position’s company name. Then we called it in controller with “/irmak” endpoint

  • Student ID

In out frontend, we displayed the student ID of the student who applied to coop position, and our frontend doesn’t allow to change the student id

Error handling
  1. Login: Doesn’t allow us to login without an employer id exists
    • Error 1: no input – Asks the user to put an input
    • Error 2: wrong employer id- Asks the user to create an account
    • Error 3: non numerical input – doesn’t allow
  2. Create Account:
    • If either employer ID, username, password or company name is not provided, it doesn’t allow to create an account. It displays which ones are not given.
  3. Start Confirmation:
    • All the text bars should be provided to start confirmation -displays error otherwise
  4. Confirm completion:
    • All the text bars should be provided to confirm completion -displays error otherwise