Changes between Version 15 and Version 16 of TeamCalendarPlugin


Ignore:
Timestamp:
Dec 2, 2016, 6:57:35 PM (7 years ago)
Author:
figaro
Comment:

Update based on #4115

Legend:

Unmodified
Added
Removed
Modified
  • TeamCalendarPlugin

    v15 v16  
    55== Description
    66
    7 This plugin adds a new navigation tab, "Team calendar", that can be used to keep track of team availability in a project. The data is stored in the database, which means it can be used in reports and queries.
     7This plugin adds a new navigation tab, "Team calendar", that can be used to keep track of team availability in a project. The data is stored in the Trac database, which means it can be used in reports and queries.
    88
    99See also: GoogleCalendarPlugin, GanttCalendarPlugin
     
    3232
    3333General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     34
     35The plugin requires a table `team_availability` that needs to be created manually and goes into the same database that Trac is using.
    3436
    3537For MySQL, the table can be created as follows:
     
    7173== Technical notes
    7274
    73 This plugin adds a new tab, Team Calendar, to users with the `TEAMCALENDAR_VIEW` permission. This shows a simple table with dates running down the rows and team members across the columns. Users with `TEAMCALENDAR_UPDATE_OWN` permissions can change the state of the tick boxes under their own name, and save the results. Users with `TEAMCALENDAR_UPDATE_OTHERS` permission can update everyone's.
     75This plugin adds a new tab '''Team Calendar''' to users with the `TEAMCALENDAR_VIEW` permission. This shows a table with dates running down the rows and team members across the columns. Users with `TEAMCALENDAR_UPDATE_OWN` permissions can change the state of the tick boxes under their own name, and save the results. Users with `TEAMCALENDAR_UPDATE_OTHERS` permission can update everyone else's.
    7476
    7577The table is populated form the `team_availability` table in the database.