Ticket #125 (closed: fixed)
Add Categories to Algorithms
Reported by: | Nick Draper | Owned by: | Nick Draper |
---|---|---|---|
Priority: | major | Milestone: | Iteration 8 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
This is to allow sensible categorization of algorithms.
Categorization strings look like
- "Gengeral"
- "Misc"
- "DataHandling\Logs"
At the moment this is set for an algorithm at Compile time.
Change History
comment:2 Changed 12 years ago by Nick Draper
- Status changed from new to closed
- Resolution set to fixed
comment:3 Changed 12 years ago by Nick Draper
- Status changed from closed to reopened
- Resolution fixed deleted
comment:6 Changed 12 years ago by Nick Draper
- Status changed from reopened to closed
- Resolution set to fixed
comment:7 Changed 12 years ago by Nick Draper
- Status changed from closed to reopened
- Resolution fixed deleted
Note: See
TracTickets for help on using
tickets.
(In [937]) re #125 Category added to algorithm base class. This allows algorithms to be sensibly grouped in a user interface.
Also added getNamesAndCategories function to AlgorithmManager Tests included