From 2924f1d30014726cdbf8816e32795b2252c5a1ba Mon Sep 17 00:00:00 2001 From: mj-saunders Date: Thu, 17 Feb 2022 14:05:52 +0000 Subject: [PATCH] Update 'This is how I see it, comments please?' --- This-is-how-I-see-it%2C-comments-please%3F.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/This-is-how-I-see-it%2C-comments-please%3F.md b/This-is-how-I-see-it%2C-comments-please%3F.md index 2d0179b..1e4f9af 100644 --- a/This-is-how-I-see-it%2C-comments-please%3F.md +++ b/This-is-how-I-see-it%2C-comments-please%3F.md @@ -1,7 +1,6 @@ Built on top of a [XWiki](https://www.xwiki.org/). -Any additions we need to make to XWiki would be done via creating our own [Extensions](https://extensions.xwiki.org/xwiki/bin/view/Main/) (the link provides existing examples of how XWiki may be extended). -Where possible we will work with existing [Scripting](https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Scripting/) [API](https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/API/). +Any additions we need to make to XWiki would be done via creating our own [Extensions](https://extensions.xwiki.org/xwiki/bin/view/Main/) (the link provides existing examples of how XWiki may be extended). Where possible we will work with existing [Scripting](https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Scripting/) [API](https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/API/). - The membership/groups/roles - via API @@ -27,21 +26,24 @@ examples of "variables" * [x] Template: structure/workflow/templates to define variables * [x] Signup: +* [ ] Invites: methods for members to draw in others * [ ] User management: * [ ] for creating wiki pages with user rights, user groups who can edit the wiki and lock pages - * [ ] creating/joining and leaving groups, admin of groups - * [ ] invites + * **_[Can we define "lock pages"?]_** + * [ ] creating/joining and leaving groups + * [ ] admin of groups * [ ] Moderation: logic for flagging -* [ ] Voting: x3 * [x] Sortition: for roles and posts +* [ ] Voting: x3 * [ ] User page scripting * **_[Q. Can we elaborate on this a little?]_** * [ ] Basic security and checks * **_[Q. Should this really be a separate module?!]_** -* [ ] Activity streams: (by hashtag/category) - * **_[Q. Adding anything new to the already existing XWiki module?]_** +* [ ] Filtering: Activity Streams by hashtag/category + * **_[Was previously not marked as "filtering" but I believe that was the intent]_** * [ ] User Roles: are complex and needed for money but we can leave these out of draft version to **KISS** + ## TODO 1. Get a minimum spec running