Tangerine-Community / Tangerine

Digitize your offline data collection. Create your Forms online with Tangerine Editor, conduct them offline with the Tangerine Android App. All results you collect can be exported as a CSV file, easy for processing in a spreadsheet. Tangerine has been used in over 1 million assessments and surveys in over 60 countries and in 100 languages.
http://www.tangerinecentral.org/
GNU General Public License v3.0
48 stars 30 forks source link

feat(group-uploads-view): Add Verification to group uploads #3704

Closed evansdianga closed 2 weeks ago

evansdianga commented 3 weeks ago

Description


Data editors should be able to verify uploaded form responses

Type of Change

Proposed Solution


Hide action bar when user is on group responses table Add handler for onRowClick Add 3 sticky buttons to the group uploads form response view i.e.

evansdianga commented 3 weeks ago

@evansdianga Amazing work! The UI updates are well thought out and it works smoothly. A few comments:

  1. What are the trade offs of having the action bar vs not having it? Does it prevent the scrolling?

My thoughts were that we needed to have the users review the document before changing the verified status. And so would go for the edit. Do you think there's a chance the users would choose to delete or verify a response without reviewing the form response?

  1. After the 'verify' button is clicked, I think it should navigate back to the uploads table because it's a 'completion' action.

That's a good one. Will add the feature

  1. Let's change the buttons from red to the default orange.

Ok. Will update the PR with the fix