Difference between revisions of "CNM Wikiware"

From CNM Wiki
Jump to: navigation, search
(User stories)
(User stories)
Line 14: Line 14:
 
===User stories===
 
===User stories===
 
#As a [[NetAnyone]], I need to be able to:
 
#As a [[NetAnyone]], I need to be able to:
#*Read and/or view contents of any wikipage at clearly understood [[URL]]s such as starting with https://wiki.ksecerts.com/
+
#*Read and/or view contents of any wikipage at clearly understood [[URL]]s such as starting with https://wiki.ksacerts.com/
 
#*See the logo at the right upper corner and the name of the resource such as [[CNM Wiki]];
 
#*See the logo at the right upper corner and the name of the resource such as [[CNM Wiki]];
 
#*Feel safe while seeing that the ''App's'' resource is verified by the [[SSL]] certificate;  
 
#*Feel safe while seeing that the ''App's'' resource is verified by the [[SSL]] certificate;  
#As a Russian-speaking [[NetAnyone]], I need to be able to locate wikipages in Russian, possibly, at [[URL]]s starting with https://wiki.ksecerts.com/ru
+
#As a Russian-speaking [[NetAnyone]], I need to be able to locate wikipages in Russian, possibly, at [[URL]]s starting with https://wiki.ksacerts.com/ru
 
#As a [[NetConsumer]], I need to be able to add selected wikipages to my watchlist and receive notifications when the watched wikipages are updated to my email.
 
#As a [[NetConsumer]], I need to be able to add selected wikipages to my watchlist and receive notifications when the watched wikipages are updated to my email.
 
#As a [[CertCandidate]], I need to be able to:
 
#As a [[CertCandidate]], I need to be able to:

Revision as of 16:07, 29 September 2018

CNM Wikiware (hereinafter, the App) is the CNM knowledge app that empowers CNM Wiki. The App is both


Architecture

The App is a MediaWiki instance that is run on the CNM Cloud Platform.

Business functionality

User roles

Since Opplet handles user management for the App (including "create account" and "change other users' rights" functions), the user roles of the App users are those Opplet roles that are specifically based on rights of groups granted by MediaWiki. The software-defined rights can be found at MediaWiki's list of groups.

User stories

  1. As a NetAnyone, I need to be able to:
    • Read and/or view contents of any wikipage at clearly understood URLs such as starting with https://wiki.ksacerts.com/
    • See the logo at the right upper corner and the name of the resource such as CNM Wiki;
    • Feel safe while seeing that the App's resource is verified by the SSL certificate;
  2. As a Russian-speaking NetAnyone, I need to be able to locate wikipages in Russian, possibly, at URLs starting with https://wiki.ksacerts.com/ru
  3. As a NetConsumer, I need to be able to add selected wikipages to my watchlist and receive notifications when the watched wikipages are updated to my email.
  4. As a CertCandidate, I need to be able to:
    • Have default rights of a user (with a registered account) established at MediaWiki;
    • Upload files, including SVG graphics, with sizes up to 2Mb; the combined size of all downloaded files shouldn't exceed 200Mb.
  5. As a CertFellow, CertPartner, and/or CertVendor, I need to be able to upload files up to 20Mb.
  6. As a WikiAdmin, I need to:
    • Have default rights of a sysop established at MediaWiki;
    • Make sure that CNM Wiki at least gets basic cyber-security features implemented; new threats are monitored and, based on them, the security policy should be defined and, further, re-defined;
    • Be able to restore CNM Wiki if the working software collapses. No more than one hour of work is allowed to be lost.

Development

The RFB has been posted and the following responses are collected so far:

  1. Define page types, naming conventions, user rights, expected behavior to select a set of useful extensions. Then develop ontologies, templates and forms for pages of various types. Adjust search function to the needs of the project.