In order to be useful for managing requirements, a baselining feature is needed. A baseline should contain the following information:
- baseline name
- date/time created
- creator
- list of requirements in the baseline (requirement id + version #)
- lock flag
The following functionalities need to be implemented:
- list all baselines (in a project)
- create a baseline
- modify a baseline contents (if not locked?)
- delete a baseline (if not locked?)
Does anyone else have more requirements for this feature?