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
Create a materialized view to store the eCR Version number in our SQL database. This view should contain eICR ID, eCR version number, and maybe set ID.
Why it needs to be done
We need a version ID that will tell us which number a specific eICR is within the set. This could be calculated with:
The version number already present in the eICR
The created date of the eCR
Acceptance Criteria
List out all expected functionality/requirements
There is a materialized view in the database that contains the correct version number for each eICR ID.
Technical Notes
Owned by eng team - write out any important technical considerations such as: architecture plan/notes, data dependencies, testing plan, etc. Also link any tickets that are dependent on or related to this task
Additional context
[OPTIONAL, delete if not needed] Include any additional context or information here that doesn't fit into other parts of the template
The text was updated successfully, but these errors were encountered:
What needs to be done
Create a materialized view to store the eCR Version number in our SQL database. This view should contain eICR ID, eCR version number, and maybe set ID.
Why it needs to be done
We need a version ID that will tell us which number a specific eICR is within the set. This could be calculated with:
Acceptance Criteria
List out all expected functionality/requirements
Technical Notes
Owned by eng team - write out any important technical considerations such as: architecture plan/notes, data dependencies, testing plan, etc. Also link any tickets that are dependent on or related to this task
Additional context
[OPTIONAL, delete if not needed]
Include any additional context or information here that doesn't fit into other parts of the template
The text was updated successfully, but these errors were encountered: