Wiki topic mini spec

We are interested in having a wiki style topic, but do not need this for version 1 of Discourse.

That said if the community would like to contribute a PR in this department we would be more than happy to review, and if good merge.

The spec for v0 of the feature.

  1. Add a column to posts wiki not nullable bit, default 0.
  2. Any post that has wiki=1 is editable by all logged on users.
  3. Add admin post action (like like/flag etc), when clicked it brings up an admin menu
  4. Admin menu allows you to wiki / unwiki a post
  5. Every change in state is logged in post_revisions with the name of the admin who changed it
  6. Any posts that are wiki have a visual cue like PM or Group on the side to denote they are wiki
  7. Accounts properly for existing states like hidden / deleted, I donā€™t want people editing deleted / hidden posts or posts they have no access to.

More context:

  • long term admin menu will have more options like, hard delete post, change owner etc.
  • longer term we may add a new permission for editing OP or posts in a category, which will allow better fidelity.

That is it, nothing else for v0.

cc @lightyear

10 Likes

Yes, indeed. Looking into that.

heeā€¦ that feels a little puzzling to me. I was thinking of implementing it as its own ā€œarchetypeā€ because thatā€™s what I thought it was for. Though this solution sounds much easier and very straight forward, you mind to explain what the ā€œarchetypeā€ system is meant for if not cases like this?

Iā€™m fine doing it either way and most definetly in a way that it gets merged faster, but if I do it, I might as well do it right from the beginning, so if archetypes are more appropriate, let me know ā€¦

Sure, use archetype, turn it to an int while at it.

1 Like

Just make sure that there arenā€™t any regressions where the archetype of the post is being compared (because that happens all over the code). A wiki post should function just like a regular post in all other aspects.

1 Like

That is a strong argument in favor of this not being a topic archetype. I donā€™t think it should be. Archetypes are for entire topics that have unique behaviors, they are not intended for individual posts that have slightly different behavior as in this case.

1 Like

That is true, I thought it was on the topic table anyway, it should be an int not a string, but unrelated to this change cause iswiki is on post

fair enough. care to explain what would be a different topic archetype example then? It hasnā€™t been defined somewhere, has it?

Because from how Iā€™d see it, wiki would be about the first post in a topic in almost all cases, arenā€™t they? Or what case do you see when a collaborative post (thatā€™s how I understand wikis in discourse at the moment) would be on other posts than the first one?

So assuming a wiki therefore is on mainly about the primary post, Iā€™d argue that the other posts are a discussion about it, but you might also want to have this rendered differently with a higher emphasis on the wiki post itself ā€“ as this shall be subject of change, reflecting the latest conclusions of that conversation, shall it not? Coming from that perspective, looking at the current system, Iā€™d argue that it falls on the level like the distinction between private message and normal topic. Which is defined by itā€™s archetype.

If it is just about allowing others to edit a post, I consider the ā€œshare editā€ plugin a more than sufficient solution ā€“Ā and even for that one I donā€™t see why youā€™d do that for a non-primary post in a discussionā€¦

No, I donā€™t think thatā€™s true at all for Wiki. Any post could be wiki. Polls do work this way though, they have to be the first post otherwise it is insanity.

No, this is a core feature, and the spec walks through the reason this is strategic, it starts work towards the admin menu per post, which we need of many reasons.

Wiki can happen anywhere in a topic, you can start discussion then have the community work on a wiki mid topic.

Longer term plans of the spec deal with per-topic type permissions.

Our intention with archetype is at a higher level.

Buying/Selling archetype, Chat archetype, Q&A etc.

The concept it to give a special skin and function per archetype. Wiki may fit there, but its way out of scope as this would involve large architectural changes. I much prefer to start with something, small, concrete, simple rather that starting work on archetypes which is a massive amount of work.

Youā€™ve not actually given any use case. Sure ā€“ technically ā€“ all posts could be a wiki, but then again, so could they be polls. But you are making the good point, that they shouldnā€™t be.

Sure, technically, this is possible to implement. But same for polls, Iā€™d consider this bad practice. Rather have a person ā€œforkā€ the conversation and do a new ā€œwiki-styleā€ topic for it than start editing some post mid-way in the conversation as the ā€œwikiā€ about it ā€“ it will be impossible to find for usersā€¦

I really like that idea and I see good reason to implement this independent from the wiki. But in particular, when allowing the post to become ā€œunwiki-edā€ by admins later, I feel this will be confusing after (as a post then has been edited by multiple authors and a visual cue was showing that but from that point on the visual cue would be gone). I would make the current status of who can edit a post independent from the wiki-flag. Having the admin menu with proper permissions per posts sounds like a much better idea.

Fair enough. Unfortunately what has been proposed as a ā€œwikiā€ spec here wouldnā€™t be sufficient in the case of what we are working on (me, full-time from next week I might add) ā€“Ā as it is only about sharing edit permissions from what I can see. Instead what we do need for our installation is a ā€œwikiā€ (or ā€œarticleā€ as it is called here) which does have another layout and different behaviour and for sure, would be bound to the topic/first post. So, from all Iā€™ve read and youā€™ve said, it should be implemented as its own archetype. Iā€™m also not afraid of bigger amounts of work for that, thatā€™s something I knew would be needed for it anyways. Iā€™d just like to make it proper in the first place so we can merge this back into master and everyone can benefit from it.

3 Likes

That is just like, your opinion man :slight_smile:

I can see multiple use cases:

Etc.

Admins can do whatever they will, then can rewrite posts, impersonate users and wreak havoc with a forum if they wish. It is the nature of being an admin. Besides history is not going to be rewritten as part of un-wiki if ever needed so you can track it down. (Though admins will need nuke revision at some point)

There is a VERY important order of operations here. This is a strategic feature that we need first before building a huge battleship. This is a small, well specified, very useful feature that could be implemented in days. And must happen before we will even consider merging a wiki archetype into core. (which must be will specified regardless)

1 Like

@velesin the major use case for editor sync is wiki type posts, was wondering if you would like to take this spec on, then I can go ahead and make all the howtos wikis and we can start exercising your awesome feature a bit more.

Iā€™m not sure if I understood correctly - do You mean if Iā€™d like to implement the Wiki topic feature?

If @lightyear is not working on this, then sure, Iā€™ll take it.

Yes, please @lightyear is not interested in taking this on , just looking for an implementation of the initial post

OK, so Iā€™m starting on this.

3 Likes

Yup, go ahead. I currently have my hands full on other parts and canā€™t take care of this. But Iā€™d love to help on the whole admin-menu-part. If you need any help, just shoot me a line.

1 Like

Hi! Just a few days ago I sent an email to Jeff about this topic. In my company there are two developers whom we are working with, that could dedicate time on this.

If @velesin wants to start on this and then we could contribute in some way, we would love to help to develope this feature :smile:

1 Like

@lightyear @DavidGNavas

Thanks a lot guys!

For now this seems like too compact feature to comfortably split work among several people, so Iā€™ll start myself right now - but if I get stuck or will need help on something Iā€™ll surely let you know!

2 Likes

Took me years due to a ton of different stuff I had to do (had a couple of quite busy weeks) but finally the prototype is thereā€¦ :slight_smile:

Please take a look. (check out the post menu - it has a new admin ā€œwrenchā€ icon now - as well as revision history popup)

14 Likes