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

S2S_Revision of the 'share requests' directory_ Part 2 #9754

Open
9 tasks
SahaLinaPrueger opened this issue Jul 6, 2022 · 1 comment
Open
9 tasks

S2S_Revision of the 'share requests' directory_ Part 2 #9754

SahaLinaPrueger opened this issue Jul 6, 2022 · 1 comment
Labels
change A change of an existing feature (ticket type) s2s Issues related to the SORMAS2SORMAS functionality

Comments

@SahaLinaPrueger
Copy link

SahaLinaPrueger commented Jul 6, 2022

Problem Description

  1. At the moment the 'share requests' directory only shows incoming share requests and not the outgoing ones. That is a problem, because the health departments have no option to get an overview about shared cases/contacts and cannot track the shared cases/contacts.

  2. Also the 'share request' directory has no filter options. That is a problem, because after a while the directory becomes confusing.

  3. Also the layout of the overview table does not include necessary information's, that the health departments need to be able to work.

Proposed Change

Number Filter Typ Impact
2.1 Date from Date Picker All records before the specified date are hidden.
The date can also be entered manually and is based on the correct date format of the current locale of the logged-in user.
If the date is not valid, the value of the field is evaluated as if it had no content.
2.2 Date till Date Picker All records after the specified date are hidden.
The date can also be entered manually and is based on the correct date format of the current locale of the logged-in user.
If the date is not valid, the value of the field is evaluated as if it had no content.
2.3 Typ Dropdown All - No records are filtered
Case - Only shares for cases are displayed
Contact - Only shares for contacts are displayed
"All" is the default setting
2.4 From/ To Input Field The table is filtered according to the characters entered in the "From/ To" column. (see above)
Only entries that contain the specified characters in the specified order in any part of their name appear.
2.5 Editor Input Field The table is filtered according to the characters entered in the column "Editor". (see above)
Only entries that contain the specified characters in the specified order in any part of their first name or surname appear.
2.6 Hand over the ownership Dropdown All - No records are filtered.
Yes - Only shares with the value "Yes" in "hand over the ownership" are displayed.
No - Only shares with the value "No" in "hand over the ownership" are displayed.
"All" is the default setting.
2.7 Status Dropdown All - No records are filtered.
Pending - Only shares with the value "Pending" in "Status" are displayed.
Accepted - Only shares with the value "Accepted" in "Status" are displayed.
Rejected - Only those shares are displayed that have the value "Rejected" in "Status".
Error - Only shares with the value "Error" in "Status" are displayed.
"All" is the default setting
2.8 Case ID / Contact ID Input Field The table is filtered according to the characters entered in the "Case/ Contact ID" column. (see above). Same behaviour as in contact/case directory for Person ID only that you are searching for Case/ Contact ID
Share ID Case/ Contact ID Share Date Report Date Typ From / To
(Counterpart)
Sender Name Ownership handed over Status Direction
eye button First 6 sign of Share ID The first six characters of the case/contact ID. Incoming share requests: Only after successful acceptance, the case/ contact can be opened by clicking on the case/contact ID. Outgoing share requests: Case/Contact always opens by clicking on the case/contact ID. The date of the share, localised according to current language The reporting date of the data set 'Case' or 'Contact' is shown Name of other counterpart for example 'LK Würzburg' if 'LK Würzburg' is the sender organisation or received organisation Name of Person who has initiated the share (Format: Last name, First name) 'Yes' or 'No' is shown Current status of the share 'accepted' , 'pending' or 'rejected'. Is updated depending on what the target system decides (if the share is outgoing) or what the source system decides (if the share is incoming). 'Incoming' or 'Outgoing'
  • 4.1 All columns can be sorted in ascending and descending order. Please make sure that a share request that has been rejected, disappears in the system that rejected the share request.
  1. Change behaviour of the eye button:
  • 5.1 A double click or a single click on the "eye" button opens the preview of a share (is implemented yet).
  • 5.2 Eye button is red if:
    an incoming share request has the status 'pending'
  • 5.3 Eye button is yellow if:
    an outgoing share request has the status 'rejected' or the status 'pending'
  • 5.3 Eye button is blue if:
    an incoming share request has the status 'accepted' or
    an outgoing share request has the status 'accepted'.

Acceptance Criteria

Implementation Details

Additional Information

@SahaLinaPrueger SahaLinaPrueger added change A change of an existing feature (ticket type) s2s Issues related to the SORMAS2SORMAS functionality labels Jul 6, 2022
@SahaLinaPrueger SahaLinaPrueger changed the title S2S_Revision of the 'share requests' directory [in progress] S2S_Revision of the 'share requests' directory_ Part 2 Jul 7, 2022
@SahaLinaPrueger
Copy link
Author

@JaquM-HZI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change A change of an existing feature (ticket type) s2s Issues related to the SORMAS2SORMAS functionality
Projects
None yet
Development

No branches or pull requests

1 participant