Week View #18
Replies: 4 comments 8 replies
-
A week view would definitely be nice to have. Two layout issues that will require smart UX decisions and possibly creative use of css grid features are overlapping time ranges for events and the display of multi-day events. The month calendar that we have now is 100% css, no JavaScript is used to layout the calendar events. It should be possible to do the same thing for a week view but it won’t be trivial. I think a proper responsive interface for the month view so it can be used perfectly on mobile devices should have higher development priority and is also quite feasible, since it can use the same grid view we already have, but after that I can see a week view being a valuable addition to work on. I’m curious, what is the specific use case that you would need a week view for? I understand that it makes sense for any calendar to include a week view but I like to question things we take for granted like that because the answers might lead us in surprising directions. |
Beta Was this translation helpful? Give feedback.
-
@bb140856 Nice to hear that you're trying to implement this view! I'd like share my thoughts about it with you, for what it's worth. I think for this to work elegantly, we need to split the I think you can almost duplicate the way Both views should 100% share the CSS and event data structures from the back-end. If that means adding a field or two to all events for the week view, that's fine. It's quite an undertaking for a big feature that has a lot of interaction with existing code and features, so it won't be trivial and I'll review critically before accepting pull requests. I'll be happy to offer guidance and feedback along the way to help things move in the right direction, so shoot me a message for any doubts you may have! |
Beta Was this translation helpful? Give feedback.
-
@wdelfuego Thanks for support! Regarding to DataProvider, this is how I planned to do this. This is critical to ensure backward compatibility for MonthCalendar. We'll be in touch. |
Beta Was this translation helpful? Give feedback.
-
This feature is coming in v2.2, we're working on it on the dev branch now, latest info in this pull request |
Beta Was this translation helpful? Give feedback.
-
As we already have the start and optionally also the end date and time of an event it would be very cool to have a view toggle button, to switch from the monthly view to a weekly one like it's integrated in thunderbird and many other tools:
Therefore two options for the frontend might be a nice to have addition:
What do you think about it?
NB: I like the clean and usable design and layout a lot, by implementing this Feature Request one should try to archive this to fit the current look and feel.
Beta Was this translation helpful? Give feedback.
All reactions