Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Co-Ownership UI #6

Open
theory opened this issue Apr 23, 2011 · 2 comments
Open

Add Co-Ownership UI #6

theory opened this issue Apr 23, 2011 · 2 comments
Milestone

Comments

@theory
Copy link
Member

theory commented Apr 23, 2011

Need a UI for users to login and assign co-ownership of extensions to other users. They should also be able to transfer ownership to other users. The database interface is already there in the grant_coownership(), revoke_coownership(), and transfer_ownership() functions.

N.B.: Figure out why grant_coownership() doen't appear in the DB API wiki page.

@strk
Copy link

strk commented Oct 9, 2017

@theory do you have an estimate of the effort required to make this support available ?

@theory
Copy link
Member Author

theory commented Oct 9, 2017

Not a ton. The database stuff is there; it would need routes in the router, controller methods and templates for the views for it. The UX would need to be designed to allow a user to be added as a co-owner, probably by implementing a search on the users table. From there, the controller would use the database ownership functions to execute the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants