|
This is just a note to make sure I don't forget to enter the issues properly when I have time.
1. Prototype the module-level manifest
- (component manifests with refer to resources named there)
2. Prototype the compKey attribute ("trivial join" solution #2)
- (<ShowAllPerms> would pass compKey[user.id] into <User>)
- See
STRIPES-293
Closed
3. Prototype CQL-helper queries ("trivial join" solution #3)
- Fetch list of users
- Make CQL query finding all those users' permissions
- Stitch associated permissions onto their objects
- See
STRIPES-293
Closed
4. Rewrite the Users module's create-user code to use stripes-connect
5. Rewrite the Scan module to use stripes-connect
|