=== Summary: 675 files | 7 generated | 484 fresh | 4605 untracked | 4268 adopted | 355 marked | 466 validated-ok | 2+0 stale (sig+body) | 0 skipped | 0 failed | elapsed 11:08:11.442 (40091.44s) ===

This commit is contained in:
julian
2026-06-28 02:50:05 -07:00
parent a19fb90902
commit 586f02a2ca
654 changed files with 5260 additions and 0 deletions
@@ -11,6 +11,7 @@ namespace adas_core.Domain.Models.MongoModels;
/// <remarks>
/// This class is intended to be used as a data container or settings holder for card-related configurations.
/// </remarks>
/// <!-- aidoc:v1 sig=03cda1e -->
public class CardConfig
{
public ObjectId Id { get; set; }
@@ -23,6 +24,7 @@ public class CardConfig
/// <remarks>
/// This type is intended to be used as a data container to define the visual or behavioral properties of a row card.
/// </remarks>
/// <!-- aidoc:v1 sig=c6be0d4 -->
public class RowCardConfig
{
// Dynamic cells de nurse y Dynamic Obs de monitoring
@@ -47,6 +49,7 @@ public class RowCardConfig
/// <summary>
/// Represents a single cell, typically used as an individual unit within a larger structured data model such as a grid, table, or matrix.
/// </summary>
/// <!-- aidoc:v1 sig=f829831 -->
public class Cell
{
public ChartSettings? ChartSettings { get; set; }
@@ -96,6 +99,7 @@ public class Cell
/// <summary>
/// Represents the configuration settings used to control the appearance and behavior of a chart.
/// </summary>
/// <!-- aidoc:v1 sig=f930ff3 -->
public class ChartSettings
{
public LegendLayoutConfig? LegendLayoutConfig { get; set; }
@@ -106,6 +110,7 @@ public class ChartSettings
/// <summary>
/// Represents configuration settings for a dialog, providing a centralized structure to manage dialog-related options and parameters.
/// </summary>
/// <!-- aidoc:v1 sig=a54c110 -->
public class DialogConfig
{
public bool? IsDraggable { get; set; }
@@ -118,6 +123,7 @@ public class DialogConfig
/// <remarks>
/// Serves as a container for medical configuration data, providing a centralized structure to manage and access medical settings within the application.
/// </remarks>
/// <!-- aidoc:v1 sig=90344c2 -->
public class MedicalConfig
{
public bool HasFinalizeTime { get; set; }
@@ -127,6 +133,7 @@ public class MedicalConfig
/// <summary>
/// Represents a list of icon values, providing a collection structure for managing and accessing icon-related data.
/// </summary>
/// <!-- aidoc:v1 sig=8813035 -->
public class IconValueList
{
public double? MinValue { get; set; }
@@ -139,6 +146,7 @@ public class IconValueList
/// <summary>
/// Represents the configuration settings for the home page or home component.
/// </summary>
/// <!-- aidoc:v1 sig=016eb54 -->
public class HomeConfig
{
public string? MinColumnSize { get; set; }