You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could benefit from having a generic calendar component build into the system, which would allow us to have a more intuitive interface for managing time based events.
Make use of Vuetify built-in calendar component (https://v2.vuetifyjs.com/en/components/calendars/) within your custom repository linked component: src/components/base/EntityCalendar.vue.
Look at src/components/base/EntityCards.vue for an idea on what to do in terms of linking a repository into your custom component.
Please talk to me if you are unclear on what to do.
P.S. We will likely need to figure out how we can filter the repository list by a given start and end date (calendar display dates). I believe the existing filtering will be able to handle this, we just need to ensure that stub layer is able to handle this as expected as well.
We could benefit from having a generic calendar component build into the system, which would allow us to have a more intuitive interface for managing time based events.
Component setup psudo:
<calendar repository="entries" />
Component hooks:
The text was updated successfully, but these errors were encountered: