-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Architecture documentation #226
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## warc2zim2 #226 +/- ##
==========================================
Coverage 85.98% 85.98%
==========================================
Files 13 13
Lines 1049 1049
Branches 195 195
==========================================
Hits 902 902
Misses 116 116
Partials 31 31 ☔ View full report in Codecov by Sentry. |
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.
Seems mostly good.
See my comments.
Great, thank you @mgautierfr ! |
I've fixed the documentation. Thank you @mgautierfr for these valuables feedbacks, please confirm it is now OK for you. @kelson42 @rgaudin do you consider this is a sufficient first step towards more documentation, or did you expected something more detailed? I tried to find the subtle limit between too many details which would get out of sync with the codebase very quickly and too few which would prevent a good understanding of warc2zim behavior, but I might have failed doing so ^^ |
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.
It's ok for me.
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.
Thank you ; I think it's a good start indeed ; please check my inline suggestions
d12a21d
to
2f9b95c
Compare
@kelson42 do you wanna review it as well or may I merge like it is, and we will always be able to open an issue to fix what needs to be later on? |
Changes:
I've left multiple
**TODO**
where I need your help if possible (especially @mgautierfr) to resolve the situation.The exercise was (as expected by all of us) very interesting to discover areas for improvements:
I'm waiting for your feedback on these last points and will add more test cases to the test website around these topics in the mean time.