click here for details... Sakai Executive Director Position Search now open
Issue Details (XML | Word | Printable)

Key: SAK-5073
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Stephen Marquard
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Sakai

Colour-coding for different event types

Created: 26-May-2006 04:02   Updated: 23-Oct-2008 11:29
Component/s: Calendar Summary
Affects Version/s: 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0, 2.3.1
Fix Version/s: 2.4.0

Time Tracking:
Not Specified

2.6.x Status: None
2.5.x Status: None
2.4.x Status: None


 Description  « Hide
Some site owners add lecture and tutorial dates in the Calendar, so they show up, e.g. every Tues & Thu. In the summary calendar, It's then difficult to see other deadline types (e.g. Assignments) that fall on the same day. It would be nice to have some different colour-coding, e.g. if there's a calendar event of type
Deadline, then shade the background for that day a reddish colour (or some different colour), so the deadlines stand out in the summary calendar.


 All   Comments   Work Log   Change History   Subversion Commits   git Commits      Sort Order: Ascending order - Click to sort in descending order
Nuno Fernandes added a comment - 09-Mar-2007 08:32
Added in r22354

Some notes:

Configuration read order:

1. Calendar Summary user specified options
2. If (1) not set, default values specified in sakai.properties (see below)
3. If (1) and (2) not set, use as default:
   - month view
   - all calendar events as low priority events
   - calendar day background color specified in tool's CSS


Configuration in sakai.properties (all optional). Interpreted as default values (user can override in tool Options):

# Calendar view (week or month)
# Default: month
calendarSummary.viewMode = week

# Calendar day background color (as hexadecimal value).
# Default: background-color in toll CSS (.calDayWithActivity) for all priorities
calendarSummary.highPriorityColor = #FF0000
calendarSummary.mediumPriorityColor = #00FF00
calendarSummary.lowPriorityColor = #0000FF

# Define priorities for calendar events
# Default: all events as low priority
# Note: no need to specify all events, neither all priorities (high, medium, low)
calendarSummary.highPriorityEvents.count=2
calendarSummary.highPriorityEvents.1 = Deadline
calendarSummary.highPriorityEvents.2 = Exam
calendarSummary.mediumPriorityEvents.count=1
calendarSummary.mediumPriorityEvents.1 = Class section - Discussion
#calendarSummary.lowPriorityEvents.count=1
#calendarSummary.lowPriorityEvents.1 = Activity


Nuno Fernandes added a comment - 09-Mar-2007 09:51
See Calendar Summary confluence page for more details:

http://bugs.sakaiproject.org/confluence/display/CALSUM/Calendar+Summary

Megan May added a comment - 14-Mar-2007 15:46
Updating these issues to have a fix version of 2.4.0.004 tag as these will be in the .004 tag (to be cut on March 18)

Megan May added a comment - 12-Apr-2007 13:45
Tasks for 2.4 have been completed. If you find a problem related to a task, please create a bug report and use the Link feature to create a connection between the two issues.