-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Permit multiple owners of a note #1174
Comments
Maybe you're looking for #35? |
Mmh not the same need at all, it seems :) This issue don't focus on edit the note, but being able to edit the config of the note = being the owner or the admin (have the admin rights). Maybe describe a persona use case :
|
@rastapopougros what kind of note config details are you talking about? iirc the only things an owner can do, that everyone else can't do is changing the permissions and deleting a note. |
Like it's a trivial thing! :p Also there is the link between a note and who is the owner(s)/admin(s). In future version, if we finally have a page which answers the question "what are the notes I manage, where I'm admin ?", so the "multiple admins feature" will permit to list the same note, in this list of multiple users. (And having the list for where we are owner/admin is really critical as long as the number of notes grows and grows.) |
Agreed! Was just wondering in first place "how big the issue is". I totally agree with you, I just think we have to get to the level were groups exist as a concept in CodiMD first. |
Yeah, kind of agree. Like I said from the first post, if there is a group concept, we can deal having one only group for our team in our instance, and it will do the job. :) |
Is there any news to this? It would be really useful, especially when working in teams. |
Update dependency eslint to v7.25.0 (master)
It will be very usefull to let a note have multiple owners. So we all could change the read and write permissions, or any other config for one particular note.
Context : we are a small team with our own codimd instance, so it's not really the same as in #12, no need to have multiple groups in the same instance (but if it's implemented, we could have one only group in our instance, why not). When someone in the team is not here, and it's him/her who created a note, the others must be able to change the note config, that's the important need.
In the config panel of a note, a selector should let us add other owners.
The text was updated successfully, but these errors were encountered: