Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a system, I should track which version of category mappings were applied when a user categorizes data #19

Open
ptrikutam opened this issue Jun 17, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ptrikutam
Copy link
Collaborator

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:

belongs_to :common_incident_type, optional: true

Each CommonIncidentType record has a standard and version 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.

@ptrikutam
Copy link
Collaborator Author

@xdotcommer Can you confirm whether this is needed given the existing associations between the models above?

@jamesiarmes jamesiarmes added enhancement New feature or request good first issue Good for newcomers labels Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Needs Approval
Development

No branches or pull requests

2 participants