-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
docs(Design): Started a design document. Added packages structure #24
Conversation
@davidyaha Your understanding of the package structure is correct.
|
|
|
@TimMikeladze Update the diagram. |
@davidyaha Diagram looks good. I have some additional work to do on devel today and then I'll send a PR for review. |
…lity fix case insensitive vulnerability
…lity fix case insensitive vulnerability
Hey,
Added a simple diagram that shows the package structure as I understand it.
This PR is meant to hold feedback on the project structure.
Some things are left out.. For example the packages relations (what package depends on which package) is left out and should be discussed as well.
As I see it, the dependency tree should look like so:
Client: View -> Client Logic -> Transport
Server: Server Logic -> Transport, Data store
Would love some feedback here.