-
Notifications
You must be signed in to change notification settings - Fork 23
Update Client Readme #1286
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
Update Client Readme #1286
Conversation
waxlamp
left a comment
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.
This is a great start. As we work on the software for various use cases, we will need to begin building in time to do more comprehensive architecture documentation that builds off of this.
client/README.md
Outdated
|
|
||
| ## DIVE Interface (/dive-common) | ||
|
|
||
| The DIVE interfaces handles the loading in Viewer.vue of data and manages the layout of components provided in `/src` and the state managment of the system through `useModeManager` |
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.
| The DIVE interfaces handles the loading in Viewer.vue of data and manages the layout of components provided in `/src` and the state managment of the system through `useModeManager` | |
| The DIVE interfaces handle the loading in Viewer.vue of data and manage the layout of components provided in `/src` and the state management of the system through `useModeManager`. |
Co-authored-by: Roni Choudhury <2903332+waxlamp@users.noreply.github.com>
Co-authored-by: Roni Choudhury <2903332+waxlamp@users.noreply.github.com>
Co-authored-by: Roni Choudhury <2903332+waxlamp@users.noreply.github.com>
Co-authored-by: Roni Choudhury <2903332+waxlamp@users.noreply.github.com>
Co-authored-by: Roni Choudhury <2903332+waxlamp@users.noreply.github.com>
Co-authored-by: Roni Choudhury <2903332+waxlamp@users.noreply.github.com>
waxlamp
left a comment
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.
I think this is in a good spot (just accept the one suggestion I made, which merely contains some low-level corrections). Thanks Bryon!
Co-authored-by: Roni Choudhury <2903332+waxlamp@users.noreply.github.com>
Tries to explain more about the client code in the README.
provides.