We need to include a way for users to categorize the incident type they are recording as a Minor or Major Incident.
Design: https://www.figma.com/file/LCepufVnaXwGPAdNX0VFJp/Incidents?node-id=3%3A418&t=ryoyXfZBYAkcU7ku-0
User Story
As a teacher user I need a way to categorize the level of incident so that it can be reported correctly on our required state forms.
UI:
User sees the drop down on the Incident form to select the level of incident.
To select a category for the incident, the user clicks on the category drop down field and makes a selection.
Acceptance Criteria
Major and Minor Incidents are part of Incident Settings and are by default required fields but can be removed.
Given the user has clicked inside the category field, the drop down will show two options: Minor Incident, Major Incident.
Given the user has selected an Incident type, then the category field is a single select and a selection must be made.