-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Help buttons #945
Help buttons #945
Conversation
@kelson42 @Popolechien does the new "Help" buttons in the UI match your expectations? FYI, clicking the button will open the link in a new browser tab |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #945 +/- ##
==========================================
+ Coverage 87.84% 87.98% +0.13%
==========================================
Files 93 94 +1
Lines 5307 5327 +20
==========================================
+ Hits 4662 4687 +25
+ Misses 645 640 -5 ☔ View full report in Codecov by Sentry. |
FYI again, the Help button in "Content settings" section leads to https://github.com/openzim/zimfarm/wiki/Recipe-configuration-%E2%80%90-Content-settings and the Help button in "Task settings" section leads to https://github.com/openzim/zimfarm/wiki/Recipe-configuration-%E2%80%90-Task-settings. Both are freshly created and mostly placeholders for now. |
LGTM |
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 ;
Something bothers me with the new label (Content/Task/Scrapper) but I can't find any better ones and those headers improve readiness 👍
They bother me as well, but I can't find better ones either! ^^ |
Some of the fields should probably be moved about so that they better match the content / task and scraper titles ( |
@Popolechien I don't mind if you want to move fields, but this is a new issue, please create one with a more precise proposition than "some ... should ..." and the reasoning behind it. Since this current PR / change LGTY, I will merge it for now, we can always continue to enhance it afterwards. |
@benoit74 Yeah it wasn't an actual request but more a generic response to the "Something bothers me with the new label" comment. Thanks. |
@benoit74 thx for the PR... I share the "bad feeling" expressed |
Rationale
Fix #889
Fix #890
Changes
GET /offliner/{offliner}
endpoint:flags
property (it is generally considered a bad design to return arrays as root JSON objects anyway)help
property which is the URL of the help to configure given offlinerhttps://github.com/openzim/{offliner}/wiki/Frequently-Asked-Questions
for now, but could be more specific later on, at least for few offliners