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

Similar project #4

Open
jerrycphillips opened this issue Aug 24, 2017 · 1 comment
Open

Similar project #4

jerrycphillips opened this issue Aug 24, 2017 · 1 comment

Comments

@jerrycphillips
Copy link

I'm working on a similar project and have looked through your code.

However, instead of 7 days of one individual's scheduled events, I'm creating a similar view of a single day's schedule for 1 to n individuals. So in other words instead of days at the column heads it would show names and each column would be the same day.

Do you think your classes could be subclassed to accomplish this?
screen shot 2017-08-24 at 4 44 20 pm

@reilem
Copy link
Member

reilem commented Aug 27, 2017

I think it could be doable with the labels but the way events are distributed amongst the columns is currently based on the time of the events. Unfortunately the methods which does the distribution is not subclassable. I think if u made a fork it would still be doable.

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

No branches or pull requests

2 participants