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

Command icon 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:

Comments

elber created an issue. See original summary.

anoopsingh92 made their first commit to this issue’s fork.

lbonfioli’s picture

Assigned: Unassigned » lbonfioli

i'll work on this matter.

avpaderno’s picture

Title: Make module documentation more easier to understand. » Make the module documentation easier to understand
Issue tags: -#novice +Novice
lbonfioli’s picture

StatusFileSize
new1.84 KB

Here are some updates in the README file.

lbonfioli’s picture

Status: Active » Needs review
LeoAlcci’s picture

I will review it!

LeoAlcci’s picture

StatusFileSize
new2.9 KB

Amazing job @lbonfioli, I made some changes to readme mostly adding more details and fixing some grammar. Please kindly review it!

elber’s picture

Assigned: lbonfioli » Unassigned

Hi @lbonfioli, I think you forgot to unassign.

erikaagp’s picture

Assigned: Unassigned » erikaagp

I'll review it.

erikaagp’s picture

Assigned: erikaagp » Unassigned

Excellent 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

erikaagp’s picture

This module doesn't depends => This module doesn't depend
make it work => make it works
to downloadlibrary => to download the library
:)

LeoAlcci’s picture

Status: Needs review » Needs work

Thanks for spotting those mistakes! =), I just left a recommendation.

elber’s picture

Assigned: Unassigned » elber

I will work on it.

anoopsingh92’s picture

Status: Needs work » Needs review
StatusFileSize
new2.78 KB

Please review this patch. Fixed some grammatical errors and warnings. Fixed the

phpcs

issues also from this file.

Before:

Lenovo@LAPTOP-PDE747K8 MINGW64 /c/xampp/htdocs/drupal-9/web/modules/contrib/baguettebox-3312696 (3312696-make--module)
$ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig README.txt

FILE: C:\xampp\htdocs\drupal-9\web\modules\contrib\baguettebox-3312696\README.txt
---------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
---------------------------------------------------------------------------------
 32 | WARNING | Line exceeds 80 characters; contains 83 characters
 57 | WARNING | Line exceeds 80 characters; contains 83 characters
 73 | WARNING | Line exceeds 80 characters; contains 82 characters
 79 | WARNING | Line exceeds 80 characters; contains 84 characters
---------------------------------------------------------------------------------

Time: 160ms; Memory: 8MB

After:

Lenovo@LAPTOP-PDE747K8 MINGW64 /c/xampp/htdocs/drupal-9/web/modules/contrib/baguettebox-3312696 (3312696-make--module)
$gphpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig README.txt

Lenovo@LAPTOP-PDE747K8 MINGW64 /c/xampp/htdocs/drupal-9/web/modules/contrib/baguettebox-3312696 (3312696-make--module)
$
elber’s picture

Assigned: elber » Unassigned
StatusFileSize
new3.18 KB

Hi @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!

LeoAlcci’s picture

Assigned: Unassigned » LeoAlcci

I will review it!

LeoAlcci’s picture

Assigned: LeoAlcci » Unassigned
StatusFileSize
new3.18 KB

I fixed all grammatical issues. It was only the 's' on depends. I think this is in a good state. Please kindly review it!

juancec’s picture

Assigned: Unassigned » juancec

I'll review it.

juancec’s picture

Assigned: juancec » Unassigned
Status: Needs review » Reviewed & tested by the community

Hey, good work everyone, indeed the grammatical issues have been fixed. Moving it to RTBC.

avpaderno’s picture

Status: Reviewed & tested by the community » Needs work
+Â * Download BaguetteBox library from https://github.com/feimosi/baguetteBox.js
+Â  Â Use the exact same version as defined in the baguettebox.libraries.yml file
+Â * Unzip the library and place files in the libraries directory.

It should change the text as it was done some lines over those.

+Â * Download the BaguetteBox library from
+   https://github.com/feimosi/baguetteBox.js.
+Â  Â Use the exact same version as defined in the baguettebox.libraries.yml file
+Â * Unzip the library and place files in the libraries directory.
anchal_gupta’s picture

StatusFileSize
new3.18 KB
new535 bytes

I have uploaded the patch addressed #22

avpaderno’s picture

+Â * Download the BaguetteBox library from https://github.com/feimosi/baguetteBox.js.

That line is longer than 80 characters.

Anonymous’s picture

StatusFileSize
new1.12 KB
elber’s picture

Hi @anujasurve thanks for your work but your patch is incomplete and with some coding standards errors.

lbonfioli’s picture

@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.

elber’s picture

Status: Needs work » Reviewed & tested by the community

Hi @apaderno thank you for your comment but I couldn't to understand it, and the patch #19 is good for me. Moving to RTBC.

avpaderno’s picture

Status: Reviewed & tested by the community » Needs work

Lines should not be longer than 80 characters. That's what the coding standards about the README file says.

LeoAlcci’s picture

Status: Needs work » Reviewed & tested by the community

Moving 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

  • f7e0704 committed on 8.x-1.x
    Issue #3312696 by LeoAlcci, anoopsingh92, elber, lbonfioli, erikaagp:...
elber’s picture

Status: Reviewed & tested by the community » Fixed

Thank you everyone!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.