-
Notifications
You must be signed in to change notification settings - Fork 31
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
Selection of datapoints to assign to a device #3168
Comments
For all the details check: #2796 With 1.10 we changed how Assignments work to ensure one assignment can only hold forms from one survey and we redesigned the form and device selectors. These changes were needed to implement the MVP of allowing to assign data points to devices. RequirementsFor all the details please check the mock ups. You can find the full mockups here: https://projects.invisionapp.com/share/NHQGVLB2EKX#/screens/346093699_0-0_Assignments_ES Creating a new assignmentThe expected user behaviour that we will support is:
Editing an existing assignment.Please note this is different than in the mockups. This is because not all assignments will have data points assigned in them so it is more important to show the dates, survey - forms and devices and have Salim take the extra steps to see the assigned data points. If Salim opens an existing assignment to check out its details, he sees the assignment name, dates, forms and devices (next to each device the number of data points assigned). If he wants to edit the assigned data points he needs to click on the device first to see which data points exactly are assigned to it. |
@janagombitova am thinking that we had storymapped this or specified somewhere else what would take place, am looking Mural but cant seem to find what we had decided/put down, |
Yesterday we went through the mock-ups again with @Kiarii, @muloem and @marvinkome. Here are the notes with the expected behaviour. We agreed:
More here: Kiarii will further define the workflow on how to edit the data points that are already assigned to the device. |
Fresh mockups to come... we pivoted on the entire screen layout. More info here #3297 |
The final mockups are here: https://projects.invisionapp.com/share/5YUUUPXF7DA#/screens |
@marvinkome please read through these comments as there will be a change in the implementation #2796 (comment) |
[#3168] - assign datapoints to assignments by name [no api included yet]
…n-datapoints [#3168] - add survey edge cases on datapoints
[#3168] - clean up and handle edge cases with creating new assignment
@muloem has made a suggestion that we consider using walkthroughs to introduce new features or actions that users can now do; For this page, one of those actions is the "Assign Datapoints" which we can introduce or highlight as follows (the text is up for adjustment..) |
@marvinkome I was going via the assignments and noted that there are a few things needing refinement;
|
The core of the work here is done. More adjustments and improvements will follow (see also the comment above) but to keep the issues organised we will use the label 1-Assignments. So when it comes to this issue the goal was to make it possible to assign datapoints. That is done. |
As part of #2796, we will enable selection of datapoints to assign to a specific device in an assignment. This is the UI work related to #3166 that will communciate with the backend to create and update the list of datapoints assigned to a device.
Initial MVP simply shows a list of datapoints selected if present or none if they are not selected.
And a layover? when Assign datapoints is selected to list all the datapoints to make a selection of the ones to be assigned to a device.
The text was updated successfully, but these errors were encountered: