Page MenuHomePhabricator

Special mode in list content model for membership lists
Closed, ResolvedPublic

Description

You should be able to trigger membership mode in list content model that would make the following changes:

  • Add myself button for one click add self
  • Add item at bottom is only NS_USER

Maybe ban non-user pages even in advanced mode? Not sure.

Event Timeline

I got started on this in T140180. I added a new field, ismemberlist which is either true or false. (It should not be required and if it is missing then false is implied.) There is also a new option memberoptions within the options object which is empty for now but in the future should be used for per-project customizations (e.g. custom questions).

Member lists are created with those things included. However, they do not actually do anything.

Change 314632 had a related patch set uploaded (by Brian Wolff):
Add memberlist mode for CollaborationKitContent.

https://gerrit.wikimedia.org/r/314632

Change 314632 merged by jenkins-bot:
Add memberlist mode for CollaborationKitContent.

https://gerrit.wikimedia.org/r/314632