-
Improvement
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-72543-master -
-
4
-
HQ Team International Sprint 9, HQ Team International Sprin 10
Currently, we use the calendar event name of the items in the calendar block. Having the whole event name in a link is a bit hard to read.
In order to further improve the readability of timeline block items, we need to update the layout as follows:
- The link of the timeline block item should only contain the activity name (eg "Organic Chemistry Lab Report").
- The item description will be displayed on the line below via a generic string depending on the event type and activity, in the following format for dates view:
<course name> · <activity type> <event action>
For example, an item relating to an assignment being due in the "Chemistry 101" course, would be shown as:
Chemistry 101 · Assignment is due
- This will look similar to the following (replacing the colon shown in the prototype with the space and dot described above):
- In courses view, the second line does not need to include the course name, so will use the following format:
<activity type> <event action>
- The courses view will look as follows:
- In both views, the second line (course/event info) should be truncated (with ellipses) when it is too long, with a tooltip or similar showing the whole contents of that line when hovered over.