-
Notifications
You must be signed in to change notification settings - Fork 22
Update README.md with vision statement #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,9 +4,9 @@ The Trace Server Protocol is a protocol designed to allow frontend visualizers t | |
|
|
||
| * Keep things as imutable as possible | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as possible. |
||
| * A trace can be queried for any UI elements. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. any UI element. |
||
| ** UI elements can be but should not be limited to charts, graphs, trees and more. | ||
| ** Filtering on the server side may produce additional UI elements. | ||
| ** The data type is delivered to the client so the client can remain as lightweight as possible. | ||
| * UI elements can be but should not be limited to charts, graphs, trees and more. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Markdownlint has issues with this reformatted line and the few ones below (8 and 9). |
||
| * Filtering on the server side may produce additional UI elements. | ||
| * The data type is delivered to the client so the client can remain as lightweight as possible. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The second commit should be squashed into the first/base one, here in this specific case. |
||
|
|
||
| The initial design is base on the Eclipse Trace Compass backend and the theia-trace-extension frontend, however this protocol is agnostic and all changes will be considered and suggestions are welcomed. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is based on |
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
immutable