action #1286
closedDefine API how to track staging groups
0%
Description
As groups move from within OBS logic to external logic, we need to track quite some things about SRs. To avoid an external database, we should try how far we can stress the concept of (ab)using OBS storables to store external informations.
The project _meta bears 2 fields that are for the user: title and description. The title is 255 chars and should give a good summary on what we're testing - e.g. package names or common devel project.
The description should give more infos than that: package name, requests associated with them, possibly more. The text should be human readable and machine parsable and we need functions to add requests, remove requests, check review state of them, ...
Think also about useful test cases for osc plugins.
Updated by coolo almost 11 years ago
- Assignee set to scarabeus_iv
- Target version set to Staging sprint 1
Updated by coolo almost 11 years ago
- Status changed from New to Resolved
we worked on that - even though it was never in progress and no time spent on it :)