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/).
|
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).
|
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/).
|
||||||
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
|
- The membership/groups/roles
|
||||||
- via API
|
- via API
|
||||||
|
@ -27,21 +26,24 @@ examples of "variables"
|
||||||
|
|
||||||
* [x] Template: structure/workflow/templates to define variables
|
* [x] Template: structure/workflow/templates to define variables
|
||||||
* [x] Signup:
|
* [x] Signup:
|
||||||
|
* [ ] Invites: methods for members to draw in others
|
||||||
* [ ] User management:
|
* [ ] User management:
|
||||||
* [ ] for creating wiki pages with user rights, user groups who can edit the wiki and lock pages
|
* [ ] 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
|
* **_[Can we define "lock pages"?]_**
|
||||||
* [ ] invites
|
* [ ] creating/joining and leaving groups
|
||||||
|
* [ ] admin of groups
|
||||||
* [ ] Moderation: logic for flagging
|
* [ ] Moderation: logic for flagging
|
||||||
* [ ] Voting: x3
|
|
||||||
* [x] Sortition: for roles and posts
|
* [x] Sortition: for roles and posts
|
||||||
|
* [ ] Voting: x3
|
||||||
* [ ] User page scripting
|
* [ ] User page scripting
|
||||||
* **_[Q. Can we elaborate on this a little?]_**
|
* **_[Q. Can we elaborate on this a little?]_**
|
||||||
* [ ] Basic security and checks
|
* [ ] Basic security and checks
|
||||||
* **_[Q. Should this really be a separate module?!]_**
|
* **_[Q. Should this really be a separate module?!]_**
|
||||||
* [ ] Activity streams: (by hashtag/category)
|
* [ ] Filtering: Activity Streams by hashtag/category
|
||||||
* **_[Q. Adding anything new to the already existing XWiki module?]_**
|
* **_[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**
|
* [ ] User Roles: are complex and needed for money but we can leave these out of draft version to **KISS**
|
||||||
|
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
1. Get a minimum spec running
|
1. Get a minimum spec running
|
||||||
|
|
Loading…
Reference in New Issue