Closed vinayvenu closed 1 year ago
To remember - usage of setState on RadioGroup has no purpose, and can be removed
Edit of enrolment, encounter and registration details raised as part of #854 need to be tested here
Testing: in JSCS: - viveks@jscs - Anuppur catchment Old:
New:
in Ashwini: - sachink@ashwini, Gudulur catchment Old: Edit of previous completed visit(the first page has checkboxes and radio buttons): 3s Edit of program enrolment(the first page has checkboxes and radio buttons): 3s
New: Edit of previous completed visit: 1.5s - 50% faster Edit of program enrolment: 1.5s - 50% faster
Additional Testing info for JSCS: - viveks@jscs
While editing Subject registration details, in AddressLevel Block section, switching from "Pushparajgarh" from "Anuppur" took 39 seconds with RadioGroup(Old), but took only 13 seconds with SelectableItemGroup(New).
This should improve performance of the app throughout the app.
(Expected to go in a patch release)
What has been been changed
What has been not been changed
Testing
Edit of enrolment, encounter and registration details raised as part of #854 need to be tested here