One thing to consider is, if we want to allow sessions without time/date in sort of a planning mode.
This would enable a few use cases we have not covered and is typical for all conferences I know of:
- You could do something like halfnarp with re-data
- For an app I would imagine that it would go into a "planning mode" where you can pre-pick your fav sessions before the final timeslots are selected.
Technically I would make two adjustments:
- Make
day and begin, end optional for sessions
- Add some kind of state to the
event so that an API consumer can easily tell that state the conference is in and whether he supports it (not all apps make sense in planning mode, some only there).
What do you say?
One thing to consider is, if we want to allow sessions without time/date in sort of a planning mode.
This would enable a few use cases we have not covered and is typical for all conferences I know of:
Technically I would make two adjustments:
dayandbegin,endoptional for sessionseventso that an API consumer can easily tell that state the conference is in and whether he supports it (not all apps make sense in planning mode, some only there).What do you say?