Open rgllima opened 5 years ago
{
_id: "Object Id",
file: "measureFile",
name: "Measure Name",
initials: "Acronym of the measure",
description: "Short description about measure",
computation: "Formula used to calculate the measure",
author: "Creator"
}
Suggest of JSON structure for supported quality measures on DyMMer
Thus, standardized measures can be persisted in the database and retrieved when necessary. Decreases the coupling between the frontend and the backend.