You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
With each landscape we should persist a (to-be created) metamodel. In my current idea this new model is only a single POJO with some attributes. These attributes essentially summarize some information about the related landscape.
This approach might be necessary for a frontend replay mode of imported landscapes, since the user might need to filter imported lanscapes.
Additionally, this can be used in the dashboard-extension.
Potential attribute candidates are:
timestampValue
activityValue
customName (users can change this property for easy recognition of desired landscapes, e.g., experiment-56)
number of entity X (where x is systems, nodegroups, nodes, etc.)
With each landscape we should persist a (to-be created) metamodel. In my current idea this new model is only a single POJO with some attributes. These attributes essentially summarize some information about the related landscape.
This approach might be necessary for a frontend replay mode of imported landscapes, since the user might need to filter imported lanscapes.
Additionally, this can be used in the
dashboard-extension
.Potential attribute candidates are:
timestampValue
activityValue
customName
(users can change this property for easy recognition of desired landscapes, e.g.,experiment-56
)number of entity X
(where x is systems, nodegroups, nodes, etc.)Things to check:
The text was updated successfully, but these errors were encountered: