amosproj / amos2024ss01-xcelerator-demo-app

a student project in cooperation with Siemens for a Demo Web Application around water tank management
MIT License
6 stars 0 forks source link

Implement frame application design using iX #28

Open lamara11 opened 2 weeks ago

lamara11 commented 2 weeks ago

User story

  1. As a developer
  2. I want to implement the Frame Application Design using components from ix.siemens.io. This means that generic layout components like Frame Application, colors, button controls etc. are given by the framework, but developers are free to move in those boundaries.

Here is an example:

Starting point see issue Q&A - 30. April 2024 #27

Acceptance criteria

Definition of done (DoD)

DoD general criteria

sn0wcat commented 2 weeks ago

if you pick up this task - this is the way to make the frame application use 100% of browser height:

:host {
  display: block;
  width: 100%;
  height: 100vh;
}

see also demo on stackblitz https://stackblitz.com/edit/iryzgw?file=src%2Fapp%2Fapp.component.css

sn0wcat commented 2 weeks ago

The story for the application:

A water tank management company is managing water tanks installed in different locations. They can observe the water tanks and by problems issue work orders to repair or replace something.

we are going to have these screens in the application:

AMOS drawio