Add: New specifications
This commit is contained in:
parent
c56263d188
commit
b0ed71a413
4 changed files with 94 additions and 0 deletions
|
@ -1,2 +1,33 @@
|
||||||
Communication
|
Communication
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
- Secure chat and group chat (XMPP backend)
|
||||||
|
- Text, audio and video chatting (XMPP backend)
|
||||||
|
- Add reactions and replies to messages
|
||||||
|
- Link to documents or other object in Nerv Tales
|
||||||
|
Network (use generic link to object)
|
||||||
|
- Mail client and delivery system
|
||||||
|
- Share email folders and addresses with other
|
||||||
|
users
|
||||||
|
- Confidential emails must disappear after the first
|
||||||
|
user set it as it (like disability proof)
|
||||||
|
- Convert emails to tickets, save attachments as
|
||||||
|
documents
|
||||||
|
- SMTP, IMAP, EAS and JMAP compatibility
|
||||||
|
- Contact management with tags and groups (CardDAV
|
||||||
|
compatibility)
|
||||||
|
- Birthday announcements
|
||||||
|
- Event management and sharing (CalDAV
|
||||||
|
compatibility)
|
||||||
|
- Calendar management (internal and external)
|
||||||
|
- Online registration to event/adviser
|
||||||
|
- Contact forms
|
||||||
|
- Bulletin board system with hierarchical categories
|
||||||
|
(mixing with XMPP group chat) - public and
|
||||||
|
private boards
|
||||||
|
- Phone calls (can write textual notes during a
|
||||||
|
call) with SIP compatibility
|
||||||
|
- Communication with federated instances (XMPP
|
||||||
|
chat)
|
||||||
|
- Ticket management
|
||||||
|
- Notifications (XMPP ?)
|
||||||
|
|
|
@ -32,6 +32,36 @@ Documents
|
||||||
- Digital and physical documents (link with stocks)
|
- Digital and physical documents (link with stocks)
|
||||||
- External and internal use, licensing
|
- External and internal use, licensing
|
||||||
- Peer-adaptation with other organizations
|
- Peer-adaptation with other organizations
|
||||||
|
- Share by link, with other users, with federated
|
||||||
|
instance, by mail, by chat or by DODP (if
|
||||||
|
permitted, DRMize or encrypt if needed)
|
||||||
|
- WebDAV synchronization
|
||||||
|
- Slide show for photo
|
||||||
|
- Compatibility with PDF, ePub, HTML, RTF, RST,
|
||||||
|
Markdown, docx, doc, xls, xlsx, odt, ods and DAISY
|
||||||
|
- Connector for OCR
|
||||||
|
- Automatic and manual classification by
|
||||||
|
hierarchical tags
|
||||||
|
|
||||||
|
Document creation:
|
||||||
|
|
||||||
|
- Raw, vi and WYSIWYG mode
|
||||||
|
- Add video track, synchronize with text
|
||||||
|
- Add audio track, synchronize with text
|
||||||
|
- Multi-track audio/video editor (with simple tools)
|
||||||
|
- Add images (alt mandatory, option if images is
|
||||||
|
only to help comprehension)
|
||||||
|
- Import existing audio or video clip
|
||||||
|
- Import existing text
|
||||||
|
- Import existing images
|
||||||
|
- Organize titles
|
||||||
|
- Characters, items, arenas, connections, scenes,
|
||||||
|
episodes/chapters, symbols and themes sheets
|
||||||
|
- Dictionary and synonyms
|
||||||
|
- Translation interface
|
||||||
|
- Diagram editor (general, network, sequences, user
|
||||||
|
activities)
|
||||||
|
- Bibliography editor
|
||||||
|
|
||||||
For stories and fictions:
|
For stories and fictions:
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,28 @@
|
||||||
Help management
|
Help management
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
- Internal and external help and documentation
|
||||||
|
system
|
||||||
|
- Ticketing system and contact forms
|
||||||
|
- Send notifications
|
||||||
|
- Questions and answers
|
||||||
|
- Documentation, blog and website management
|
||||||
|
- Chat (see :doc:`communication`)
|
||||||
|
- Bulletin board system (see :doc:`communication`)
|
||||||
|
- Knowledge management
|
||||||
|
- Record in beneficiary/user file
|
||||||
|
- Credentials on sensitive data depending on level
|
||||||
|
of privacy (health data in database)
|
||||||
|
- Private messages to personal adviser
|
||||||
|
- ITIL implementation of service center
|
||||||
|
- GDPR complaints in separated channel
|
||||||
|
- Security complaints in separated channel
|
||||||
|
- Public legal information management (DPO,
|
||||||
|
privacy, terms of use, terms of sale, address,
|
||||||
|
legal identifiers, etc.)
|
||||||
|
- Internal legal information management
|
||||||
|
(anti-harassment, anti-bribery, human resources
|
||||||
|
documentation, emergency documentation)
|
||||||
|
- Quality documentation, process documentation
|
||||||
|
- Disaster recovery plan
|
||||||
|
- Crisis communication manual
|
||||||
|
|
|
@ -2,7 +2,12 @@ Quality and risk management
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
- Define quality requirements
|
- Define quality requirements
|
||||||
|
- Internal documentation for process
|
||||||
- Manage PDCA cycles
|
- Manage PDCA cycles
|
||||||
|
- SLR and SLA management
|
||||||
|
- Catalog of services and products
|
||||||
|
- Test management
|
||||||
|
- Audit management
|
||||||
- Create objectives for company or by projects
|
- Create objectives for company or by projects
|
||||||
- Set tags on objectives (like GDPR, ISO27001, etc.)
|
- Set tags on objectives (like GDPR, ISO27001, etc.)
|
||||||
- Manage tickets, feedbacks and incidents with
|
- Manage tickets, feedbacks and incidents with
|
||||||
|
@ -14,3 +19,5 @@ Quality and risk management
|
||||||
risks, and costs
|
risks, and costs
|
||||||
- Evaluation of social and environmental impacts
|
- Evaluation of social and environmental impacts
|
||||||
- Create templates of objectives and risks
|
- Create templates of objectives and risks
|
||||||
|
- Complete ITIL implementation
|
||||||
|
- Disaster recovery plan
|
||||||
|
|
Loading…
Reference in a new issue