Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 73)

Ticket Resolution Summary Owner Reporter
#37 fixed Task should have assigned groups along side assigned persons Gavin Gavin
Description
  • Many assignedGroups may be added to a task.
  • Many assignedPersons may be added to a task.
  • A persons tasks would be every task that they are assigned to and every task that any group that they belong to is assigned to and every task where they are lead person.
  • Record changes to assigned groups as modifications see ticjet #35
  • Allow a targetStartDate for the assigned group? No this would then be better as a sub task.
  • The person groups now have the added benefit of acting as a training/qualification record. Since only persons trained/qualified to be in the group are added to that group.

Implemented in r239, r240, r241, r242, r243, r245.

#36 fixed Store configuration settings in database Gavin Gavin
Description

Create a new AppConfig class.
The system can record events and configuration settings in this class.

e.g:

Class AppConfig {
    String name
    String value
}

This will be used for recording:

  • Base data created, then can be tested to disable double creation.
  • Demo data created, then can be tested to disable double creation.
  • Date formats.
  • and other configuration settings.
#35 fixed Adding or removing assigned groups should trigger a modification to be recorded. Gavin Gavin
Description

A task modification should be recorded for the above.

Implemented in r247, r248, r249 and r251.

Note: See TracQuery for help on using queries.