-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement record malaria follow-up visit button row in malaria profile #20
Comments
…e' into #20-implement-malaria-follo-up-visit # Conflicts: # opensrp-chw-malaria/src/main/java/org/smartregister/chw/malaria/activity/BaseMalariaProfileActivity.java # opensrp-chw-malaria/src/main/java/org/smartregister/chw/malaria/domain/MemberObject.java
…isit' into #20-implement-malaria-follo-up-visit # Conflicts: # opensrp-chw-malaria/src/main/java/org/smartregister/chw/malaria/activity/BaseMalariaProfileActivity.java # opensrp-chw-malaria/src/main/java/org/smartregister/chw/malaria/presenter/BaseMalariaProfilePresenter.java # opensrp-chw-malaria/src/test/java/org/smartregister/presenter/BaseMalariaProfilePresenterTest.java
Leaving this for now, waiting on #7 to be completed so i can move work on the rest of the tasks. |
…isit' into #20-implement-malaria-follo-up-visit
# Conflicts: # opensrp-chw-malaria/src/main/java/org/smartregister/chw/malaria/domain/MemberObject.java # opensrp-chw-malaria/src/main/java/org/smartregister/chw/malaria/util/DBConstants.java # opensrp-chw-malaria/src/test/java/org/smartregister/presenter/BaseMalariaProfilePresenterTest.java
QA July 5 Build:
|
@msschroeder the follow-up visit removes a record from the malaria register, this means that if we are removing the record immediately after completing the visit we are not able to edit the visit |
@manutarus That is far. I have put a strike through the last few comments. We should not allow them to edit the form then. |
lgtm |
The follow-up visit appear according to the schedule (#6 )
On the malaria profile page, the visit buttons in the top row have various states:
malaria_test_date
+ 7 daysmalaria_test_date
+ 10 days) turns red.- [ ] When the follow-up visit is done, the follow-up visit button takes on a temporary state. Replace 'December visit done' with text in red, 'Follow-up visit done' similar to above. For the 24 hours after a follow-up visit is recorded, the user will have this status. After 24 hours, no button will appear for the follow-up visit.- [ ] Tapping on the edit button launches the form that they submitted previously, where they can make edits.The text was updated successfully, but these errors were encountered: