-
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
Add decision log and workflow documentation #216
Conversation
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.
So far so good. Some improvements I'd recommend:
- Keep the decision log concise and add a date component. Questions that it should answer about a decision:
- What's the decision about (heading)
- When was the decision made
- What does that decision mean for developers and users?
- How does the decision relate to other decisions (see also...)
- In the nextflow documentation, inline examples would be illustrative
- The answers to my questions around NF are good for a discussion (and that's where this text comes from), but for the actual (boring) technical documentation about it, they should merely serve as inspiration - these are the questions I have, our users/developers might have different question. It's not imperative to have these questions answered directly but rather that the documentation answers them implicitly.
Co-authored-by: Konstantin Baierer <kba@users.noreply.github.com>
api.md
Outdated
@@ -0,0 +1,4 @@ | |||
# Web API |
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.
Let's name this web_api.md
to not confuse with the python API. What information beyond the current sentence should be in here? At least a reference to the swagger UI, I suppose?
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.
@tdoan2010 will update this. We can either merge this now or wait for him
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.
Please don't wait for me. I'll open another PR when I'm finished.
now nextflow.md
replaced by #222
Provide docu (spec) about the workflow format decision: OCR-D/zenhub#90
Central documentation about crucial changes and decisions: Central documentation about crucial changes and decisions: OCR-D/zenhub#105