I'd appreciate any thoughts on this (I'll attach to issue once it's a bit more solid).
https://issues.apache.org/jira/browse/STANBOL-897 "The current usermanager is severly broken. It should allo adding and removing users and roles, assigning roles to user and adding individual permission both to users and roles." Expanding that, at least the following functionality should be available : list users add user remove user list roles add role remove role assign role to user remove role from user add permission to user remove permission from user add permission to role remove permission from role (The current way of expressing permissions isn't very user-friendly. It would be good to offer more UI support. Perhaps add List Permissions to the list.) Primary requirement is for browser-based UI (I've been using jQuery), but additionally the following are desirable : * API access (Turtle messages at least in the first instance) * RESTful access to appropriate resources A fair amount of this is already implemented in at least a skeletal form, but needs a lot of tidying up. Plus tests for all the above. It would be cool to support IKS VIE components, though that's probably best left until the above is in place, at that point it should involve little more than refactoring. What did I miss? Cheers, Danny. -- http://dannyayers.com http://webbeep.it - text to tones and back again
