GeriLife / wellbeing-client

Client-only code for Wellbeing project.
Apache License 2.0
0 stars 0 forks source link

Adding hierarchy dropdown for homes. #53

Closed shailee-m closed 3 years ago

shailee-m commented 3 years ago

Closes #23

brylie commented 3 years ago

Looks good. Do you think we can publish this hierarchy dropdown as a Vue/Quasar package?

shailee-m commented 3 years ago

Looks good. Do you think we can publish this hierarchy dropdown as a Vue/Quasar package?

yes, we can. It shouldn't be an issue. we need to expose all slots and events the q-select component exposes, for it to work in various other use cases

brylie commented 3 years ago

Very cool. I'll create a repository in the GeriLife namespace. Would you mind creating the hierarchy component? Would it be called q-select-hierarchy or perhaps q-select-groups?

shailee-m commented 3 years ago

q-select-groups seems good

brylie commented 3 years ago

Here is the repo: https://github.com/GeriLife/quasar-q-select-group

brylie commented 3 years ago

Work incrementally. We might not need to implement the full Quasar component APIs for the initial release.