From 99ec34186e995dd3b6ea4cf1b0d1ab9cb45cded5 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 11 Jun 2025 14:39:13 +0200 Subject: [PATCH] wip - refactored dashboard --- backend/bec_atlas/model/model.py | 2 + .../app/dashboard/dashboard.component.html | 49 ++++--------- .../app/dashboard/dashboard.component.scss | 3 +- .../src/app/dashboard/dashboard.component.ts | 72 ++++++++++--------- frontend/bec_atlas/src/index.html | 16 +++++ 5 files changed, 70 insertions(+), 72 deletions(-) diff --git a/backend/bec_atlas/model/model.py b/backend/bec_atlas/model/model.py index 77c6d07..d443ce1 100644 --- a/backend/bec_atlas/model/model.py +++ b/backend/bec_atlas/model/model.py @@ -171,6 +171,8 @@ class State(AccessProfile): class Session(MongoBaseModel, AccessProfile): deployment_id: str name: str + prefix: str = "" + description: str = "" SessionPartial = make_all_fields_optional(Session, "SessionPartial") diff --git a/frontend/bec_atlas/src/app/dashboard/dashboard.component.html b/frontend/bec_atlas/src/app/dashboard/dashboard.component.html index 54ba06e..78f0cc4 100644 --- a/frontend/bec_atlas/src/app/dashboard/dashboard.component.html +++ b/frontend/bec_atlas/src/app/dashboard/dashboard.component.html @@ -4,46 +4,23 @@ BEC - - - - - - account_circle - Username - - - - - - - - - - - table_chart - Data Browser - - - - - + + + - @@ -70,10 +47,10 @@ - + --> -