-
Notifications
You must be signed in to change notification settings - Fork 13
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
Planning mode #30
Comments
seems to be a legit use case |
I think this is a bad idea. A session should always have these attributes. If a session doesn't have these attributes, it isn't a session rather a draft. In my opinion that's a function of the planning tool and not the task of a standardized API. |
i think having a list of proposed or not yet scheduled sessions could have interesting use cases. maybe providing a state-value could be agreeable? |
I have some problems/ideas too. Michael |
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:
day
andbegin
,end
optional for sessionsevent
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?
The text was updated successfully, but these errors were encountered: