GeriLife / companionship

Promoting companionship and well-being for everyone.
European Union Public License 1.2
7 stars 18 forks source link

Render fewer modal dialogues to Person Activity template #86

Open brylie opened 1 year ago

brylie commented 1 year ago

The Person Activity template currently renders several modal dialogues. This means that for each scheduled activity, there is a lot of repeated code. Rather, it would be better to instantiate the dialogue via JavaScript or somehow render a single instance of each relevant dialogue to which we can pass the necessary arguments.

Task