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
We have build a modal in which we can edit measures in a textbox and change the status with a dropdown.
In this ticket we will add some features to the modal and extend the situations in which it is used.
Situations to work on a task:
Updating a measure: This is the same situation as before.
Updating an hulpmiddel/tool: New situation in which we handle an entire instrument as one task, instead of a task per instrument question. (for now out of scope that the actual hulpmiddel/tool is imported, also the buttons from create new algorithm out of scope).
Features to work on a task:
1.. Upload document possibilities. No maximum number of files for now. Support for every possible extension.
In addition to uploading, you could also include a reference to a file located in a samenwerkruime, for example. This would essentially be a URI. Design to be made.
If upload is not successful there needs to be a feedback to the user. Instead of the text being 'Dit is een foutmelding' the text needs to be 'Fout bij uploaden document'/'Document upload error'.
With minio encrypt files per default
icons of the filetype extension for already uploaded files (use special in CSS selector ($=*.jpeg)).
You can remove the file from system (both before the uploaded file is uploaded or when it is uploaded).
Only upload when you press upload button.
Metadata (link to algorithm, timestamp, user who exported).
Authorization, who can see it, can download the files.
Add 'In review'/'Beoordelen' and 'Skip'/'Overslaan' to the possible statuses.
Design of the modal with all features:
Na opslaan en weer openen
Foutmelding
Out of scope:
Owner, Action holder are roles on a measure which can be assigned. Option to choose from all team members that are part of this algorithm.
Add the Roles that should do the measure from AK. Roles can be handled in the same way as the titles and description.
There are many measures that have the same or very similar title as the description. For now we do not want to include the explanation by default as it can contain a lot of text and therefore makes it messy. We stick with the linking to AK for more info.
Thread with mentions and comments
Description field from CKEditor
Add examples of how the measure was executed where possible (needs to come from AK)
Timetravelling (go back to previous version)
Add a description field for a discussion in the most basic way: user, comment, date, and option to edit or delete it. No reply, just 1 stream of comments.
Include a log of all edit dates and editors
Refactoring of the system card of measures and assessment cards
Add last-edited timestamp and by who it was edited. The last edit counts for all edits done on this page.
Technical Implementation
Error handling in POST endpoint to make sure we cleanup on /algorithm/<ID>/file
We write temporary files to local file storage
We call the s3 minio endpoint to store the file in persisted storage
ravimeijerrig
changed the title
Task/Measure/Instrument handling
Task/Measure/Instrument handling with document upload
Nov 20, 2024
ravimeijerrig
changed the title
Task/Measure/Instrument handling with document upload
Task/Measure/Instrument handling with document upload and status change
Nov 20, 2024
laurensWe
changed the title
Task/Measure/Instrument handling with document upload and status change
Task/Measure/tool handling with document upload and status change
Nov 27, 2024
laurensWe
changed the title
Task/Measure/tool handling with document upload and status change
Task/Measure/Tool handling with document upload and status change
Nov 27, 2024
Description
We have build a modal in which we can edit measures in a textbox and change the status with a dropdown.
In this ticket we will add some features to the modal and extend the situations in which it is used.
Situations to work on a task:
Features to work on a task:
1.. Upload document possibilities. No maximum number of files for now. Support for every possible extension.
Design of the modal with all features:
Na opslaan en weer openen
Foutmelding
Out of scope:
measures
andassessment cards
Technical Implementation
/algorithm/<ID>/file
uploads/org/<ORG-ID>/algorithm/<ALG-ID>/<ULID>
/algorithm/<ID>/file/<ULID>
The text was updated successfully, but these errors were encountered: