So the way it currently works is this.
On the top we have timelines. Each timeline has a number of activities, each is also a part of a group.
In DB terms we can say that group - activities relationship is one to many.
Group can be anything, it doesn't need to relate with title of activity.
For example on Apps timeline, groups are apps, they have name, icon, executable filename, version info of the executable...
Each activity is part of one group, activity contains stuff like title, start, end time....
Documents timeline works in the same way. Group and activity can be two totaly different things, it is up to the plugins to sort this out. For example Visual studio plugin, on the left(activity title) - will be a list of documents, on the right, group - will be solution name.
We could for example create a web plugin which would show urls as activities and IPs as groups.
Custom title plugin is simpler in this regard, it will just take the one match and apply the same value to both the group and activity.
We can change this, we could add two named capturing groups, 'activity' and 'group'. If the match has them use them, if not just take the first match. Would that be ok?
To which title would you apply this?
Edited by user Friday, March 16, 2012 9:39:03 AM(UTC)
| Reason: Not specified