Data Model

DB Schema

The schema serves as a blueprint for creating and maintaining the database that supports the ML Projects Services data storage and retrieval operations.

Here are examples of sample data for each collection

Programs collection is tasked with housing high-level program information, encompassing program specifics, resource listings, and program categorizations.

The solutions collection will serve as a repository for various types of resources, encompassing observations, improvement projects, and surveys, among others.

The projects collection will house projects generated by users, along with their respective status updates.

The projectTemplates collection will store foundational project structures that will serve as templates for creating individual projects.

The certificateTemplates collection will be established for solutions and associated with certificate templates to facilitate the generation of certificates, incorporating predefined criteria.

The projectTemplateTasks collection will be used to store tasks associated with a specific project template.

The programUsers Collection holds user data of those who have become part of the program and have provided their consent status.

Click here for DB schema and corresponding examples in a PDF format.

Last updated