-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
misc: split database and added docs #267
misc: split database and added docs #267
Conversation
Codecov Report
@@ Coverage Diff @@
## master #267 +/- ##
==========================================
- Coverage 79.08% 79.05% -0.04%
==========================================
Files 214 214
Lines 12803 12808 +5
==========================================
Hits 10125 10125
- Misses 2678 2683 +5
Continue to review full report at Codecov.
|
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.
Good to have this documentation, and the code is also a lot more concise. Thanks for this!
How did you make the diagram? I like the style! 🙂
4a9d9f8
to
2973128
Compare
It's basically draw.io with a custom font: https://drawio-app.com/introducing-draw-ios-new-sketch-feature/ |
2973128
to
996dd4f
Compare
It required some effort to understand the codebase so I thought it was time to add a bunch of documentation. I also split some of the databases into different databases to get a better grouping.