Update 'This is how I see it, comments please?'
parent
f70dc26a44
commit
2924f1d300
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue