Problem/Motivation
Currently the module documentation is no longer easy to understand, new people who want to work on issues of this module are having some trouble understanding how this module works, this is happening because the documentation should be more detailed.
Steps to reproduce
Proposed resolution
Update the README file explaining how to configure this module and how it works.
If you have some doubt you can send me a message.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #25 | 3312696-25.patch | 1.12 KB | Anonymous (not verified) |
| #23 | interdiff-3312696-17_23.txt | 535 bytes | anchal_gupta |
| #23 | 3312696-23.patch | 3.18 KB | anchal_gupta |
| #19 | 3312696-19.patch | 3.18 KB | LeoAlcci |
| #17 | 3312696-17.patch | 3.18 KB | elber |
Issue fork baguettebox-3312696
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3312696-make--module
changes, plain diff MR !4
Comments
Comment #3
lbonfioli commentedi'll work on this matter.
Comment #4
avpadernoComment #5
lbonfioli commentedHere are some updates in the README file.
Comment #6
lbonfioli commentedComment #7
LeoAlcci commentedI will review it!
Comment #8
LeoAlcci commentedAmazing job @lbonfioli, I made some changes to readme mostly adding more details and fixing some grammar. Please kindly review it!
Comment #9
elberHi @lbonfioli, I think you forgot to unassign.
Comment #10
erikaagp commentedI'll review it.
Comment #11
erikaagp commentedExcellent job guys!! it's easy to understand, I just fixed some English grammar errors on the last changes made by Leo with a commit on the branch
Comment #13
erikaagp commentedThis module doesn't depends => This module doesn't depend
make it work => make it works
to downloadlibrary => to download the library
:)
Comment #14
LeoAlcci commentedThanks for spotting those mistakes! =), I just left a recommendation.
Comment #15
elberI will work on it.
Comment #16
anoopsingh92Please review this patch. Fixed some grammatical errors and warnings. Fixed the
issues also from this file.
Before:
After:
Comment #17
elberHi @anoopsingh92 I couldn't to apply your patch and then I did a new patch to fix some phpcs erros e others small things. Please revise!
Comment #18
LeoAlcci commentedI will review it!
Comment #19
LeoAlcci commentedI fixed all grammatical issues. It was only the 's' on depends. I think this is in a good state. Please kindly review it!
Comment #20
juancec commentedI'll review it.
Comment #21
juancec commentedHey, good work everyone, indeed the grammatical issues have been fixed. Moving it to RTBC.
Comment #22
avpadernoIt should change the text as it was done some lines over those.
Comment #23
anchal_gupta commentedI have uploaded the patch addressed #22
Comment #24
avpadernoThat line is longer than 80 characters.
Comment #25
Anonymous (not verified) commentedComment #26
elberHi @anujasurve thanks for your work but your patch is incomplete and with some coding standards errors.
Comment #27
lbonfioli commented@apaderno, I didn't understand your comment, once the text is already in the format you suggested. The final work patch, on comment #19 indeed fixes all phpcs errors.
Comment #28
elberHi @apaderno thank you for your comment but I couldn't to understand it, and the patch #19 is good for me. Moving to RTBC.
Comment #29
avpadernoLines should not be longer than 80 characters. That's what the coding standards about the README file says.
Comment #30
LeoAlcci commentedMoving to RTBC, please check the patch #19. I already check it twice, and there isn't any phpcs error in that specific patch.
Command use ->
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,profile,theme,css,info,txt,md,yml,yaml,feature,json,ts,tsx,feature,twig
Comment #32
elberThank you everyone!