Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical scrolling of multiple days (vertical, hourly week view)? #2611

Open
3 tasks done
mleister97 opened this issue Jun 19, 2024 · 1 comment
Open
3 tasks done

Comments

@mleister97
Copy link

mleister97 commented Jun 19, 2024

Clear and concise description of the problem

Is there currently any way to display an entire week in the style of a single day USING resources? Can also be seen as a vertical week view.

This would be very helpful for me. I have been trying to implement this for several days using custom components and views, but unfortunately, I have not succeeded. From what I've seen in the code, each day is looped and displayed for each resource, which means I currently have no chance to implement this, right?

Result

Another example:

      Res A          Res B      Res C

Monday
8am
12pm
4pm
8pm

Tues
12am
4am
8am
12pm
4pm

Suggested solution

I urgently need this functionality within the next month, so I would be willing to help develop it or even implement it myself. I would appreciate any input or guidance you can provide. Is this package the right one for achieving this, or do you know of an alternative package that offers this functionality (preferably free and open source)?

If there are any resources or materials that will help me to solve my issue, please let me know. I am very grateful!

Alternative

No response

Additional context

No response

Validations

  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Would you like to open a PR for this feature?

  • I'm willing to open a PR
@mleister97 mleister97 changed the title Is there any way to combine week + day view? Is there any way to combine week + day view (vertical, hourly week view)? Jun 19, 2024
@mleister97 mleister97 changed the title Is there any way to combine week + day view (vertical, hourly week view)? Vertical scrolling of multiple days (vertical, hourly week view)? Jun 19, 2024
@geraldhoxha95
Copy link

The functionality you are looking would require some serious refactoring, and in a codebase this big, you're better off looking elsewhere especially with your timeline. Not sure what alternatives offer what you're looking for, maybe something like https://fullcalendar.io/docs/custom-views

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants