You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A logged in user should be able to see the saved details of their individual job applications.
Acceptance Criteria:
Utilize SAD pathing to handle when company_id does not exist on user
Return 200 status code with correct response
Return 400 status code with error messages if validations are not met
Return 400 level status code with error message for SAD path
Dependencies: User exists in Database, Company exists in Database, Job Application exists in DB, Job Application tied to User and Company
Blockers: Require Schema definition for table relationships
{:data=>{:id=>"6",:type=>"job_application",:attributes=>{:position_title=>"Jr. CTO",:date_applied=>"2024-10-31",:status=>1,:notes=>"Fingers crossed!",:job_description=>"Looking for Turing grad/jr dev to be CTO",:application_url=>"www.example.com",:contact_information=>"[email protected]",:company_id=>6}}}
The text was updated successfully, but these errors were encountered:
A logged in user should be able to see the saved details of their individual job applications.
Acceptance Criteria:
Utilize SAD pathing to handle when company_id does not exist on user
Return 200 status code with correct response
Return 400 status code with error messages if validations are not met
Return 400 level status code with error message for SAD path
Dependencies: User exists in Database, Company exists in Database, Job Application exists in DB, Job Application tied to User and Company
Blockers: Require Schema definition for table relationships
Additional Information:
Request:
Example Response body:
The text was updated successfully, but these errors were encountered: