forked from mckinsey/vizro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize the client-server communication (mckinsey#34)
Co-authored-by: Maximilian Schulz <83698606+maxschulz-COL@users.noreply.github.com>
- Loading branch information
1 parent
4bd9b0e
commit 3da50d1
Showing
23 changed files
with
5,401 additions
and
319 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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
|
||
# npm node_modules | ||
node_modules/ | ||
|
||
# Ipynb | ||
ipynb_checkpoints | ||
*/.ipynb_checkpoints/* | ||
|
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
45 changes: 45 additions & 0 deletions
45
...o-core/changelog.d/20230918_111226_petar_pejovic_optimise_app_rendering_time.md
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,45 @@ | ||
<!-- | ||
A new scriv changelog fragment. | ||
Uncomment the section that is right (remove the HTML comment wrapper). | ||
--> | ||
|
||
<!-- | ||
### Removed | ||
- A bullet item for the Removed category. | ||
--> | ||
<!-- | ||
### Added | ||
- A bullet item for the Added category. | ||
--> | ||
|
||
### Changed | ||
|
||
- Optimize the client-server communication ([#34](https://github.com/mckinsey/vizro/pull/34)) | ||
- Eliminate most server side callbacks in favour of client-side callbacks | ||
- Add tests for client-side callbacks written in Node.js framework called `jest`. | ||
- Add hatch command `hatch run test-js` that runs unit tests written in `jest`. | ||
- Logging information now only displayed for action function carried out (no trigger or finished information) | ||
|
||
<!-- | ||
### Deprecated | ||
- A bullet item for the Deprecated category. | ||
--> | ||
<!-- | ||
### Fixed | ||
- A bullet item for the Fixed category. | ||
--> | ||
<!-- | ||
### Security | ||
- A bullet item for the Security category. | ||
--> |
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.