Rescale window
Closed this issue · 0 comments
dev3225 commented
User story
- As a user
- I want the plot to be rescaled whenever the user changes the size of the window
- So that the elements on the screen are visible to the user without any issues.
Acceptance criteria
- The cartesian plot should rescaled with respect to the size of the window
- When the user changes the window size of the browser the elements should re-arrange accordingly.
Definition of done (DoD)
-
Feature/Bug/Change has been implemented
-
Application compiles successfully
-
Code is documented
-
Feature/Bug/Change is tested by at least one unit or e2e test
-
Tests have been passed without warnings (except "deprecated" warnings)
-
Changes have been reviewed
-
PR has been merged to dev branch
-
New dependencies have been added to bill of materials
-
Software archticture diagram has been updated
-
All acceptance criteria are fullfilled
-
Screenshot is attached to issue
DoD general criteria
- Feature has been fully implemented
- Feature has been merged into the mainline
- All acceptance criteria were met
- Product owner approved features
- All tests are passing
- Developers agreed to release