In some events tracks are in one room, but at other events sessions of the same track take place in different rooms. A nice way to show this is in different views. For event schedules, please implement

@mariobehling What we have now is a _Rooms view_. So, for _Tracks view_, if we group the sessions by tracks instead of rooms, there will be overlaps since multiple sessions of a track may occur simultaneously.
Or, can I, for _Tracks View_, make the UI similar to this (with tracks instead of rooms) for desktop and mobile ?
Tracks view in a timeline such as what is already there would result in overlaps
Actually your implementation is better for mobile, but as a matter of fact we already have this in a different design in the "sessions view". So, here it was more expected to just sort this instead of rooms in tracks.
There are issues in the rooms display though as well. Cannot see the sessions if the time is too short. How does shdlr.com solve this? What is your idea?
@mariobehling I'll check out shdlr.com and see if we can implement it in a better way
Two things I noticed on shdlr.com.
I feel these two points are pretty valid and practical. we could do the same.
@mariobehling what do you feel ?
:+1: Niranjan,
Coloring per track is best in my opinion too, and @mariobehling and
@aayusharora and I had agreed on the same too earlier on Gitter.
On 14 July 2016 at 19:10, Niranjan Rajendran [email protected]
wrote:
Two things I noticed on shdlr.com.
- They do not have a track view. Instead, the sessions are colored
according to the tracks. (sessions in the same track, have the same color)- The sessions have a minimum duration of 15 mins. This prevents the
height of the sessions from being too small.I feel these two points are pretty valid and practical. we could do the
same.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/fossasia/open-event-orga-server/issues/1564#issuecomment-232668182,
or mute the thread
https://github.com/notifications/unsubscribe/ABQ_yhp-f0sUUnRb6F81_CwZ4AgOrTX6ks5qVjxHgaJpZM4JJfg6
.
@niranjan94
@mariobehling
Actually "Sessions" is also a view of s schedule. So, could you add a button "Session View" next to Rooms and Tracks View, please?
So, here, you mean the same view that is at /e/<event_id>/sessions/ right ? (Link)
Track view should be same as room view, except that sessions are sorted according to tracks.
The timeline/calendar cannot be sorted by tracks correctly due to the fact that there maybe sessions within the same track that occur simultaneously. This will cause an overlap in the timeline. So, we should try to make a different UI for that.
I have completed the rest.
So, here, you mean the same view that is at /e/
/sessions/ right ?
Yes
The timeline/calendar cannot be sorted by tracks correctly due to the fact that there maybe sessions within the same track that occur simultaneously. This will cause an overlap in the timeline. So, we should try to make a different UI for that.
Good point. I have seen column split for simultaneous things. Let's refine that later and do other issues first then.
Please close this issue after the sessions link is finished.
Most helpful comment
:+1: Niranjan,
Coloring per track is best in my opinion too, and @mariobehling and
@aayusharora and I had agreed on the same too earlier on Gitter.
On 14 July 2016 at 19:10, Niranjan Rajendran [email protected]
wrote: