NukeRusich / Narodi-Issue-Tracker

Submit issues for Ekunia Narodi; initial import of NodeBB issues.
http://ekunia.com
0 stars 0 forks source link

Multiple ownership for posts/topics #9

Open NukeRusich opened 9 years ago

NukeRusich commented 9 years ago

Issue by damianb Monday Jul 29, 2013 at 21:25 GMT Originally opened as https://github.com/NodeBB/NodeBB/issues/148


This is a much more theoretical thing, but it's worth thinking about.

Gist of it is that instead of a single "author", you have multiple for a given post or topic so that multiple users can edit the post/topic; by this, you can allow trusted users to manage information in a given topic for providing updates, corrections, etc. This would be different from moderation however, as it'd be on a per-topic/post basis for instances where a topic represents a given project, narration, or work of a group of people.

This'd allow much more flexibility than other systems, and allow this project to fill a niche similar to that of stackoverflow, as well.

--- Want to back this issue? **[Place a bounty on it!](https://www.bountysource.com/issues/1118698-multiple-ownership-for-posts-topics?utm_campaign=plugin&utm_content=tracker%2F282529&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F282529&utm_medium=issues&utm_source=github).
NukeRusich commented 9 years ago

Comment by julianlam Sunday Aug 04, 2013 at 17:42 GMT


Warning -- brain dump

StackOverflow has an author field, as well as an editors field, so we could adopt something similar...

Okay, just checked here, and it makes no mention of an editors field, although that does seem to be how they're handling it internally...

For the most part, if you have the rep (or are an admin) to edit a post, you'll always have the rep to edit the post...

Perhaps "community edit" topics?

NukeRusich commented 9 years ago

Comment by damianb Sunday Aug 04, 2013 at 18:26 GMT


Possibly, though the ability for the original author to appoint others the ability to edit a topic would be a way to manage things without introducing wiki-like chaos

NukeRusich commented 9 years ago

Comment by julianlam Tuesday Aug 27, 2013 at 20:15 GMT


Revisiting this issue:

We are looking into implementing user groups, which will lead to the ability to maintain a whitelist per category.

This concept can be extended down to individual topics, and even posts.

While I can't imagine allowing users to whitelist/restrict viewership on a per post basis would be popular, category whitelisting is already a requested feature.

NukeRusich commented 9 years ago

Comment by damianb Tuesday Aug 27, 2013 at 23:08 GMT


While I can't imagine allowing users to whitelist/restrict viewership on a per post basis would be popular, category whitelisting is already a requested feature.

Topic editing, however, would be.

NukeRusich commented 9 years ago

Comment by jjrh Tuesday Nov 12, 2013 at 15:47 GMT


Has anyone started work on this issue or is it open for someone to jump on?

NukeRusich commented 9 years ago

Comment by julianlam Tuesday Nov 12, 2013 at 15:51 GMT


Yes and no -- there has been some work done with the concept of User Groups, and while that portion is in, only the "Administrators" group exists.

I am working on-and-off on category whitelisting, and that will use user groups as well. You could possibly utilise it as well. (groups,js)