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
If case manager attempts to assign a benchmark to Para "A", then tries to assign the benchmark to Para "A" once more, the database will create a second task with the same benchmark and para
EXPECTED
If case manager attempts to assign a benchmark to Para "A", then tries to assign the benchmark to Para "A" once more, the app should not allow the case manager to actually create a duplicate task assigned to Para "A". Duplicate rows in the tasks table should not be created no matter what. There should be a uniqueness constraint with the scope of benchmark and para.
The text was updated successfully, but these errors were encountered:
canjalal
changed the title
Duplicate tasks for same benchmark and para can be created
Duplicate tasks for same benchmark and para can be created (backend)
Oct 17, 2024
canjalal
changed the title
Duplicate tasks for same benchmark and para can be created (backend)
Duplicate tasks for same benchmark and para should not be creatable (backend)
Oct 17, 2024
ACTUAL
If case manager attempts to assign a benchmark to Para "A", then tries to assign the benchmark to Para "A" once more, the database will create a second task with the same benchmark and para
EXPECTED
If case manager attempts to assign a benchmark to Para "A", then tries to assign the benchmark to Para "A" once more, the app should not allow the case manager to actually create a duplicate task assigned to Para "A". Duplicate rows in the
tasks
table should not be created no matter what. There should be a uniqueness constraint with the scope of benchmark and para.The text was updated successfully, but these errors were encountered: