-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
refactor: Restructure Avo::BaseResource for user customization #2998
refactor: Restructure Avo::BaseResource for user customization #2998
Conversation
Code Climate has analyzed commit 81bbda4 and detected 0 issues on this pull request. View more on Code Climate. |
e41f27a
to
6cb9af7
Compare
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.
Hei! Thanks for looking into this @Yash-Singh-Pathania !!
Looking good, let's please add some documentation about this, something like we have on controllers
A brief paragraph and an example with a method that can be reused on all resources should be enough.
@Yash-Singh-Pathania are you disponible to write the docs? (https://github.com/avo-hq/docs.avohq.io)
lib/avo/resources/base.rb
Outdated
end | ||
end | ||
end | ||
end |
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.
end | |
end | |
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.
Changes made added the empty line sorry for that , also @Paul-Bob would be totally down to write the docs could you just guide me a the repository from what I see is different , so do I raise a seprate pr and link it to this pr ?
But yeah totally down to writing it .
lmk
Thanks
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.
Yes, this is the docs repo https://github.com/avo-hq/docs.avohq.io
You can add a PR there and link it on this PR description, something like:
...
Checklist
...
- [x] I have made corresponding changes to the [documentation](https://github.com/avo-hq/avodocs)
- Link to docs here <--
...
Let me know if you need any help setting up the docs repo
Thank you!
added blank line in base.rb
BTW let's ignore the lint on this PR, let's keep the same code, we can lint it later |
@Paul-Bob added empty lines at the end without making other changes, regarding lining. Thanks for the help, but I got the docs set up and am adding a pull request for the same. Thanks. |
@Paul-Bob is there anything else needed on this pr ? |
Hey @Yash-Singh-Pathania I'll do a more careful review tomorrow, looking good! Thank you! |
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.
@Paul-Bob is there anything else needed on this pr ?
Or are we good to go
We are good to go!
We appreciate your contribution
Description
Fixes #2959
Checklist:
Screenshots & recording
Manual review steps