Altinn / app-lib-dotnet

Libraries used in Altinn Apps
BSD 3-Clause "New" or "Revised" License
9 stars 10 forks source link

Standard implementation of signing task validator #801

Open HauklandJ opened 1 week ago

HauklandJ commented 1 week ago

TODO: what should this entail? Input from TEs needed. Thoughts: Minimum required signatures - count/everyone? Validate hash - if mismatch delete signatures? In practice, all signatures associated with a sign task are deleted on task entry, so this should not be necessary as data from previous tasks should be locked.

HauklandJ commented 6 days ago

@ivarne Is validation strictly on task end, or does validation exists on patches as well?

ivarne commented 6 days ago

Incremental validation (those that have relevant changes) happens on PATCH, so that frontend can “patch” its issue list.