-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Technically, the current landing page of https://editor.opencast.org does, what it is supposed to do: redirect users to different versions of the editor. However, given the very technical look'n'feel of the site and that we do redirect new and non-technical adopters to this page, it may easily be interpreted as “the site is broken”:
Additionally, there is no explanation of what the links mean. If you don't know about the usual git branching structure of Opencast, it's not immediately clear that these reference different versions meant for the corresponding major versions of Opencast. For docs.opencast.org, we also have a version selector, but there you are actually asked to select a version:
If possible, we also want to pick up the design of the editor itself.
To-do
- Make the page look nice
- Maybe pick up some elements from the editor UI?
- Explain what the versions do
- Maybe don't display a path (
./17.x), but the corresponding version (17.x)? - Build this into the CI/CD code generating the page