-
Notifications
You must be signed in to change notification settings - Fork 95
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
Update user documentation #936
Conversation
Thank you for the documentation improvements. Would you please updated your commit message with BTW in the future you can use |
Hello, I am not really familiar with git. I did the modifications directly on the github website. |
I am not aware of any way to do this in the GitHub website, but I can do it from the command line for you. Would you please let me know which name and email address I can use? |
Thanks for your suggestion for help. But I don't want to put my name and email on a public website. Could you just copy the text and do that with your credentials (of course, if you agree with the modifications) ? |
I understand. Unfortunately, it is a requirement of Nextcloud, for legal reasons I believe. @christianlupus, could you please advise what to do in this situation? |
Relax. I will fix it. I just need my laptop. |
Codecov Report
@@ Coverage Diff @@
## master #936 +/- ##
==========================================
- Coverage 28.50% 22.42% -6.09%
==========================================
Files 29 21 -8
Lines 1540 1476 -64
==========================================
- Hits 439 331 -108
- Misses 1101 1145 +44
Flags with carried forward coverage won't be shown. Click here to find out more. |
The requirement is no big deal here. It should make sure that someone feels responsible for the changes. So, @MarcelRobitaille you could have amended without problem. Git differences the notion of an author (the person who wrote the changes and is the intellectual origin) and the committer (the one who puts things into the repository). For many cases these two are equivalent. By I will just make a few minor modifications to the PR to be more precise and prevent the changelog issue. |
docs/user/index.md
Outdated
|
||
### Importing from a Website | ||
- Recipe's directory: check in the *Parameters* of Cookbook, in the low left corner, in which directory they will be stored on Nextcloud. | ||
- Pictures directory: it's also a good idea to create a directory to gather all Cookbook pictures in one place. |
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.
May I ask you @zorglubu what the intention of a dedicated image folder would be? From the perspective of the cookbook app it is definitively not required. Contrary, this will store all recipe images twice: Once in the common folder and once per recipe.
I do not want to silently remove your wording. So, I am just curiously asking for your opinion/reason for this suggestion. Feel free to communicate. This might seem a general misunderstanding and thus a good point for documentation 😄
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.
That clearly means that I didn't understand something, and that a clear documentation would be a good thing ;-)
Fell free to modify that, and by the way, I will be grateful if you check my english everywhere !
As a new user, I did put the pictures in a separate folder like /photos/recipes, and I just now discovered that they were as well in the recipe's sub-folder. But when we create a new recipe, this sub-folder doesn't exist yet. Then I presume that the process should be :
- to upload this picture somewhere in Nextcloud
- to add it to the recipe
- and finally to delete the first one ?
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.
There are different ways.
- One, you have described.
- Use an external URL if you have the image on the web
- There is I think some heuristics in place ATM to look for a file within the NC server files
- There is a plan for adding an image on the fly. We could then enhance the UI to upload an image directly.
Add paragraphs : Starting with cookbook, Adding a recipe. And move up Using keywords and categories Signed-off-by: Christian Wolf <github@christianwolf.email>
Signed-off-by: Christian Wolf <github@christianwolf.email>
Signed-off-by: Christian Wolf <github@christianwolf.email>
Thanks for jumping in @christianlupus. I figured I could put my name, but I didn't want to sign off because I'm not yet familiar enough with the project to know if everything was accurate. |
# Conflicts: # CHANGELOG.md Signed-off-by: Christian Wolf <github@christianwolf.email>
Signed-off-by: Christian Wolf <github@christianwolf.email>
Signed-off-by: Christian Wolf <github@christianwolf.email>
Signed-off-by: Christian Wolf <github@christianwolf.email>
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 a good starting point. LGTM.
Add paragraphs : Starting with cookbook, Adding a recipe. And move up Using keywords and categories