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

UI to manage series of events #4048

Closed
pferreir opened this issue Aug 26, 2019 · 0 comments · Fixed by #5436
Closed

UI to manage series of events #4048

pferreir opened this issue Aug 26, 2019 · 0 comments · Fixed by #5436

Comments

@pferreir
Copy link
Member

pferreir commented Aug 26, 2019

We are already "silently" linking together events whenever someone creates a lecture series. This is the concept of Series, which we introduced in 2.0.

However, we don't have a UI where organizers can manage their series, so it's impossible to e.g. add an additional lecture to a series without an admin using the CLI. The idea would be to implement a basic management UI with the following features:

  • Creating/managing an event series (just a "group of events");
  • (Un)linking an event to/from an existing series;

See also #2993. (out of the scope of this issue, much more complex and should NOT be done at the same time because of this)


Main tasks to do here:

  • Add UI for users to create a new series
  • Add UI for users to manage a series (edit its settings and add/remove events)
  • Add new option to include new event(s) to the series while cloning if the current event is part of a series
  • Create an event selection widget for the series UI - either pasting links to the event, or a search field that searches by title within the same category. Could also suggest events straight away (based on title/dates). To be discussed w/ the Indico team (and possibly mocked up)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants