-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #401 from dls-controls/feature/fast-update-graph-p…
…erf-#317 Feature/fast update graph perf #317
- Loading branch information
Showing
29 changed files
with
592 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Bug fixes | ||
|
||
## Demo | ||
|
||
### Details footer | ||
|
||
1. Add a footer to the main site | ||
1. Open the details panel for a block and show there is no footer there. | ||
|
||
### Layout loading | ||
|
||
1. I couldn't find what was causing the `nulls` to be sent but I've added defensive code to stop `nulls` being sent to the server for the block MRIs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Child panel open state | ||
|
||
## Demo | ||
1. Run through the story details to see the various scenarios | ||
1. Run the e2e tests to show these scenarios |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Code Quality | ||
|
||
**Stories covered:** 208, 205, 388, 333 | ||
|
||
## Demo | ||
|
||
1. Go to https://sonarcloud.io/dashboard?id=malcolmjs | ||
1. Comment on the code smells going down and the duplication down to 1% | ||
|
||
1. Show the test utilities as a make-shift documentation for the store, describe the top level structure and then the various methods underneath. | ||
|
||
1. Show the updated screenshots in the documentation at https://malcolmjs.readthedocs.io/en/latest/userguide/quick-start.html | ||
|
||
1. Style updates: | ||
- show the site running in firefox and then show that combo highlights are now white. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Sprint 10 | ||
|
||
## Stories | ||
|
||
### Done | ||
- 331: Port target should be bigger | ||
- 338: Show a drop zone for port when making links | ||
- 208: Address code smells in SonarQube | ||
- 378: /details route shouldn't apply footerHeight | ||
- 205: Work out how to document the store in a maintainable way | ||
- 316: Layout loading doesn't stop | ||
- 333: Attribute style updates | ||
- 212: update the table components to have fixed or growing width | ||
- 307: persist localstate for text input on redux | ||
- 274: sort out when the child panel should be visible | ||
- 207: refactor the malcolm reducer | ||
- 388: fix screenshots | ||
|
||
### In Progress | ||
- 317: fix performance when showing a fast updating graph | ||
|
||
|
||
|
||
## Demo Running Order | ||
|
||
Ray | ||
|
||
------- | ||
|
||
- 331: Port target should be bigger | ||
- 338: Show a drop zone for port when making links | ||
- 208: Address code smells in SonarQube | ||
- 205: Work out how to document the store in a maintainable way | ||
- 388: fix screenshots | ||
- 333: Attribute style updates | ||
- 378: /details route shouldn't apply footerHeight | ||
- 316: Layout loading doesn't stop | ||
- 274: sort out when the child panel should be visible | ||
|
||
|
||
|
||
Bryan | ||
|
||
-------- | ||
|
||
- 212: update the table components to have fixed or growing width | ||
- 307: persist localstate for text input on redux | ||
- 207: refactor the malcolm reducer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Port Updates | ||
|
||
**Stories covered:** 331, 338 | ||
|
||
## Demo | ||
|
||
1. Go to http://localhost:3000/gui/PANDA/layout | ||
1. Run autolayout | ||
1. Make a new link from a source port, show that the drop zone only appears for a sink port of the same type | ||
1. Show it doesn't appear for another source port | ||
1. Show it doesn't appear if it is a different type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.