Pat Answering card order
Current: the Notes question appears at the beginning of the PAT answering list
Desired: the notes question appears at the end of the PAT answering list
We ought to have a more generic solution for this in the future, but for now just look for the queryControl associated with the question of id rcc-curated-default-00-daily-note
and move it to the end.
I suggest adding an extra line for sorting into DayQueryRunPageComponent.updateCurrentQueryControls()
.
If you find a less invasive way to do this, go for it! :)
Where to start?
DayQueryRunPageComponent
Edited by Andreas Pittrich