-
Notifications
You must be signed in to change notification settings - Fork 700
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
Added simple task crud tutorial #1545
base: 3.x
Are you sure you want to change the base?
Conversation
I think this is a good idea to have. @xabbuh what do you think? |
Resources/doc/task-crud-tutorial.rst
Outdated
* Get id | ||
* | ||
* @return int | ||
*/ |
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.
I would omit all the docblock comments. They imo do not add much value.
In general this looks good so far. I have just left some minor comments. On a general note: I would be in favour to reword the chapter to not be in the first person perspective. That would be more inline with the rest of the documentation. |
I'm added simple task crud tutorial to documentation which shows how to handle requests with Forms.