- About this module
- The module in Project Lockdown
- General overview of the module
- Accessing the module
- Contributing
- More information
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
The following diagram showcases how this Module integrates in the project:
The following diagram showcases the general design of the Back End module:
To access the Back Office, please visit https://BO.ProjectLockdown.world (Status: Under development)
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
For all the necessary information please refer to the technical documentation in the wiki: https://github.com/TheIOFoundation/ProjectLockdown/wiki/Back-Office-(BO)