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.