Closed dustinWeaver closed 6 years ago
Can we use external Charts framework for that? The design may differ from the implementation though.
We can use an external chart framework.
We need to show one chart or two like now?
There will be two plots in the chart: "Goals", "Actual".
The user should also have the option of showing any lab values they may choose.
Currently all lab values are shown at the top and can be selected one-by-one. We can add "Other" option to the end of the list to allow user to select any lab value. Is it what you expect?
Do we hardcode the complete list of all possible lab values that user can select? Or we obtain the possible lab values from HealthKit? (not sure yet if it's possible, but seems more correct)
After user choose "Other" and selects extra lab value, then should we save this selection and show the lab value at the top the next time user opens Charts? If yes (save), then can we skip adding option to delete the added new lab value because it will require new UI and maybe the flow will be changed in future.
@seriyvolk83, answers below:
According to the above we need to:
I think the best way is to show a table will all (!) possible lab values, but separate them into two sections:
Can you confirm this?
Confirmed
On Sat, Mar 3, 2018 at 6:26 PM, seriyvolk83 notifications@github.com wrote:
According to the above we need to:
- show lab values as a list;
- show chart for each lab value.
I think the best way is to show a table will all possible lab values, but separate them into two sections:
- lab values corresponding to CKD stage (section title "Major");
- other lab values from HealthKit (section title "Other"). The initial collection at the top is removed (because is replaced by the table). When user will tap on a lab value, the chart screen will be presented as details (push transition type).
Can you confirm this?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/topcoderinc/va-kidney-ios/issues/18#issuecomment-370145695, or mute the thread https://github.com/notifications/unsubscribe-auth/AB7vceBArVoTuVnHDlQunNMelxA69Vz3ks5tapMEgaJpZM4ST5cX .
--
Regards,
Talesforce Co-pilot/ Reviewer/ Ex-Community Advisory Board talesforce@topcoder.com / admin@talesforce.com
www.topcoder.com http://topcoder.com/ / topcoder.com/blog / @Topcoder https://twitter.com/topcoder 760 Market Street, 11th Floor, San Francisco, CA 94102
Fixed as per the comment https://github.com/topcoderinc/va-kidney-ios/issues/18#issuecomment-370145695
On the charts screen, chart the lab values that the user has collected. The user should get a list based on this spreadsheet corresponding with the CKD stage.
The user should also have the option of showing any lab values they may choose.
The data should be read from Health Kit as appropriate.