EyeSeeTea / WHO-custom-forms

Custom forms developed for WHO
GNU General Public License v3.0
0 stars 0 forks source link

Fix/bug module 1 subnational single entry when pagination non exist #54

Closed xurxodev closed 3 years ago

xurxodev commented 3 years ago

:pushpin: References

https://app.clickup.com/t/fq5vda

:memo: Implementation

1) Last occupation listed as 'Dental Assistants and Therapists' is wrong. It should be 'Pharmacists'. This is number 7 in Module 1 data entry form. 2) I cannot see the old subnational data entry form to cross check if data enetered through single entry is appearing in the subnational dataset. 3) auto calculate not functioning in data entry form. 4) The data entered is not saved. 5) OU name change proposed in data entry form does not appear in the reports Points 2,3,4,5 were working in the last version I tested

:art: Screenshots

:fire: Is there anything the reviewer should know to test it?

having a local copy of WHO DEV instance

cd HEP-data-entry
yarn build
node lib/cli.js --url='http://user:pwd@localhost:8080'  --dataset-id='cLeSS7eAxN0' --module='module1_subnational_single_entry'

Then test it locally and finally export the custom form and dataset and import it in the destination instance

:bookmark_tabs: Others