-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Ability to Submit, Confirm, and Schedule an event all at onces #738
Comments
I do agree that adding editing input to change the time(s) and room(s) of a submission would be nice, and while adding this option isn't trivial, I'd welcome a submission of this option! I don't think this should be limited to the submission creation, either. As for the submission state, it should be selectable upon submission creation (as an organizer), but afterwards, the actual action is required to perform the relevant action (and to make sure the user is really sure they want to change the state, as this can be a destructive action). |
This is an issue that is well-suited for external contributors – let me know if I can be of any help, either via this issue or via support@pretalx.com. What this is aboutpretalx allows organisers to create submissions themselves in the organiser backend, without going through the complete submission workflow (e.g. to work around deadlines). Organisers may want to set the state of these submissions directly to "confirmed", and schedule them to a certain time or room. How to get startedFirst of all, leave a comment on this issue to make sure nobody else starts working on this issue at the same time! Next, you need pretalx running locally on your machine. First, fork the repository to your own GitHub account. Then clone it locally (or set it as your remote if you already cloned it earlier) Follow the developer setup guide, and then play around with pretalx a bit. How to do thisThe View responsible for this is in Use a different/inherited form, though, with the additional fields Submit the PRThere are a number of tutorials on the Pull Request workflow online, for example this short version by GitHub itself and this more in-depth tutorial. Remember to provide documentation and tests, if applicable. Run the tests before opening your PR, including style checks. We have a contribution guide, which ought to prove helpful at this stage. |
Woot |
Problem you are facing
I would like to, as the event organizer, be able to directly confirm and schedule talks on the submission page.
Possible Solution
Add an option to the submission page,
that lets yet set the status of a submission,
and lets you set the time and room (like on the quick schedule page).
Context
There are a surprising number of Program Items that need to be added directly by the organizer.
Where it is already certain to happen, and sometimes the times and rooms are already set.
Things where all the organisation of them has already happenned over email.
Examples include:
Right now to add these the process is:
Visiting 5 pages to do this is a bit much
The text was updated successfully, but these errors were encountered: