gwells
gwells copied to clipboard
Submissions functionality
Describe the task Create the functionality to submit inspections, blowbys and shifts with proper validations
Purpose To allow users to submit necessary data while ensuring there is no invalid entries in the database.
Acceptance Criteria
- [ ] Check for valid user tokens and request they login again if expired.
- [ ] Ensure all necessary fields have been filled and check any other validations
- [ ] POST Request to api with relevant data.
Additional context
- Add any other context about the task here.
- Or here