Feedback after reading tutorials #51
Open
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Hello,
I learned about Janis yesterday after an e-mail sent to the AU/NZ RSE mailing list. Really interesting project, and the code is super organized, and the docs are beyond great! 👏
The tutorials appeared to be super easy to follow, and I was really impressed when the first workflow ran without errors, and quite fast too.
This pull request includes typos, re-wording, and a couple places where the directory or command was incorrect (I will add notes to this PR).
The main change, I think, is the last commit. When I was in tutorial 1, I realized my
~/janisdirectory now had a mix of files that I could maintain, but most of them would have to be nuked if I wanted to keep it organized. However, tutorial 1 usedjanis-tutorialsfolder, keeping the newly created files isolated from the rest in~/janis.So the last commit is me trying to move all the tutorial data under
~/janis/janis-tutorials. It is similar to what you have with Cylc tutorials, or Airflow tutorials I think. Users may keep the tutorial files, or simply discard them by deleting~/janis/janis-tutorials.If this change is not really OK, I'd be happy to remove that part 👍
Also, I found a couple places where the output or the text in the tutorial did not match with what I had in my computer, but I will look at existing issues and create new ones later if necessary.
Thanks again!
Bruno