EyeSeeTea / dhis2-android-capture-app-psi-fork

PSI fork of official UiO Android app (blessed repository)
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Remove the custom label for the event's name (is it possible?) #16

Closed nancyespinoza closed 3 years ago

nancyespinoza commented 3 years ago

Current Behavior If we fill the HeatherTitle Attribute (in RDQA Program for example), the name of the stage changes according to that particular data element. It changes the title of the current event and also in the event list screen.

New Behavior This new version of the app allows to display data elements in the two timelines (list or grouped, as shown in the screenshots). image image

So, we were wondering if it is possible to use the HeatherTitle attribute only in the Title of the current event but if you go out, then the app can use de display in reports property.

ifoche commented 3 years ago

Hi @nancyespinoza . It looks like a new feature, and not an immediate one. However, just to be sure that we properly understand. We're understanding that what you want to do is to group all the entries with the same HeatherTitle attribute value in the same list entry, so you can see them together, deploy to see all the options you have, and then click on one of them. Is that correct?

ifoche commented 3 years ago

Hi @nancyespinoza re-reading the issue, we may have misunderstood what you were meaning. Is it only to stop changing the event's name using the HeaderTitle attribute in the events list? And just keep that behaviour inside the event? If so...it's perfectly feasible

nancyespinoza commented 3 years ago

Hi @ifoche!

Exactly! The idea is to show the HeatherTitle only inside the event.

Thank you.