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
When creating a classification, we're applying a common incident type from the CommonIncidentType model. Associated with each is a standard and a version.
We'll want to ensure that each classification can easily recall the standard and version that was used for a common incident type.
Task
This might already be complete given the following association:
Background
When creating a classification, we're applying a common incident type from the
CommonIncidentType
model. Associated with each is a standard and a version.We'll want to ensure that each classification can easily recall the standard and version that was used for a common incident type.
Task
This might already be complete given the following association:
classifyr/app/models/classification.rb
Line 4 in 6ddb772
Each
CommonIncidentType
record has astandard
andversion
property that will indicate the version we are using.After discussing this ticket, we can decide if we want to bubble this information up into the UI so it's clearly labeled for users.
The text was updated successfully, but these errors were encountered: