Skip to content

Files

Latest commit

 

History

History

BO

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

logo


DOCUMENTATION STAGE: WIP - This documentation page is still a work in progress.

Project Lockdown: Back Office module

Table of Contents

  1. About this module
  2. The module in Project Lockdown
  3. General overview of the module
  4. Accessing the module
  5. Contributing
  6. More information

About this module

The Back Office module is responsible for managing sources, encoding data points and reviewing them. It provides:

  • An interface to triage sources
  • An interface to encode data points from the sources
  • An interface to review the encoded data points for QA
  • A global control panel to assign members to the above tasks

Back to top

The module in Project Lockdown

The following diagram showcases how this Module integrates in the project:

BO Module Diagram in Project Lockdown general diagram

Back to top

General overview of the module

The following diagram showcases the general design of the Back End module:

BO Module Diagram

Back to top

Accessing the module

To access the Back Office, please visit https://BO.ProjectLockdown.world (Status: Under development)

Back to top

Contributing

The open GitHub Issues can be found here:

Pending tasks (Labels: Module: BO + Stage: Ready) https://github.com/TheIOFoundation/ProjectLockdown/issues?q=is%3Aopen+is%3Aissue+label%3A%22Module%3A+BO%22+label%3A%22Status%3A+Ready%22

Tasks in progress (Labels: Module: BO + Stage: In Progress) https://github.com/TheIOFoundation/ProjectLockdown/issues?q=is%3Aopen+is%3Aissue+label%3A%22Module%3A+BO%22+OR+label%3A%22Stage%3A+In+Progress%22

Upcoming tasks that are being prepared (Labels: Module: BO + Stage: Not Ready) https://github.com/TheIOFoundation/ProjectLockdown/issues?q=is%3Aopen+is%3Aissue+label%3A%22Module%3A+BO%22+label%3A%22Stage%3A+Not+Ready%22

Back to top

More information

For all the necessary information please refer to the technical documentation in the wiki: https://github.com/TheIOFoundation/ProjectLockdown/wiki/Back-Office-(BO)

Back to top