Skip to content

Conversation

ksc-odoo
Copy link
Contributor

Task ID: 2938139

@robodoo
Copy link
Collaborator

robodoo commented Jul 29, 2022

@ksc-odoo ksc-odoo requested a review from mivu-odoo July 29, 2022 19:38
@C3POdoo C3POdoo requested a review from a team July 29, 2022 19:39
@ksc-odoo
Copy link
Contributor Author

Hey There @mivu-odoo ,

New content and screenshots for the Surveys documentation. Can you please give this a review? Then I'll send it over to Zac.

Thanks!

@mivu-odoo mivu-odoo force-pushed the 14.0-surveys-update-get-started-ksc branch from 854cbbd to ea62e34 Compare August 30, 2022 22:41
@mivu-odoo
Copy link
Contributor

Hi @ksc-odoo just letting you know I pushed a commit to fix some build errors that were keeping the PR from passing the ci/documentation code check! I'll update one again when I do content review!

Copy link
Contributor

@mivu-odoo mivu-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @ksc-odoo!

This will be part one of my final review; I figured I can publish these comments so you can get started on the changes while I continue reviewing the other RST files.

This review only contains comments on the create.rst file. Please let me know if you have any questions about them. I will continue reviewing scoring.rst and time_random.rst in the meantime, and notify you when I finish making comments and publish them to this PR.

@ksc-odoo ksc-odoo force-pushed the 14.0-surveys-update-get-started-ksc branch from ea62e34 to f814c14 Compare October 11, 2022 22:34
@mivu-odoo mivu-odoo force-pushed the 14.0-surveys-update-get-started-ksc branch from f814c14 to 1874eed Compare October 11, 2022 23:51
@mivu-odoo
Copy link
Contributor

Hi @ksc-odoo!

I opened your feature branch up on my computer to see if I can tinker around with the build errors. Surprisingly, my terminal showed a different build error from the one you showed me earlier in the day. I'm wondering if the sphinx configuration on your computer might need to be updated, but that's a question for Zac when he comes back.

I fixed the build errors that were showing on my terminal and pushed commit 1874eed, and the PR is showing that all code checks have passed now.

After I make more comments on this PR, make sure to run git pull --rebase (Step 6 on my Discord message "Follow these steps to make another commit on an existing PR (squash commits) - Part 1") on your feature branch before you start making your next round of revisions, so my commit 1874eed is pulled onto your computer and you're working with the latest version of the branch.

@StraubCreative StraubCreative force-pushed the 14.0-surveys-update-get-started-ksc branch from 1874eed to 260b407 Compare December 7, 2022 01:27
@mivu-odoo mivu-odoo force-pushed the 14.0-surveys-update-get-started-ksc branch 2 times, most recently from 934e2b6 to 36b7fc2 Compare December 7, 2022 18:58
@mivu-odoo
Copy link
Contributor

PR was failing the ci/documentation code check - pushed commits 934e2b6 and 36b7fc2 to delete trailing whitespaces.

PR is passing all checks now.

cc: @ksc-odoo @StraubCreative

Copy link
Contributor

@mivu-odoo mivu-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @ksc-odoo!

I left some comments on scoring.rst. There are slight differences in field names between Odoo 14 and Odoo 15. After this PR is merged and forward-ported, we can open another PR targeting the 15.0 branch.

I still have to review time_random.rst, and I might take another pass at create.rst. I will make another comment once I finish looking at those RST files. Feel free to start working on the changes to scoring.rst in the meantime. Thank you!

Copy link
Contributor

@mivu-odoo mivu-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments for time_random.rst! Last thing for me to do is to take a second look at create.rst, but feel free to work on the changes to time_random.rst and scoring.rst while I do that. Thank you!

@ksc-odoo ksc-odoo force-pushed the 14.0-surveys-update-get-started-ksc branch from 36b7fc2 to cc1af20 Compare December 10, 2022 00:33
@ksc-odoo ksc-odoo requested a review from mivu-odoo December 10, 2022 00:33
@StraubCreative StraubCreative force-pushed the 14.0-surveys-update-get-started-ksc branch from cc1af20 to 09b04e6 Compare December 10, 2022 01:39
@StraubCreative StraubCreative removed the request for review from mivu-odoo December 10, 2022 02:07
@StraubCreative
Copy link
Contributor

StraubCreative commented Dec 10, 2022

Updates

As of 09b04e6:

  • solved merge conflicts across scoring.rst and time_random.rst
  • removed broken links in seealso blocks
  • removed trailing whitespaces and fixed a couple line breaks in those docs as well
  • rebased on top of latest 14.0

Notes

@ksc-odoo the CI checks are not passing on this latest commit due to bountiful trailing whitespaces. You can see them here: https://runbot.odoo.com/runbot/build/21751024.

The checks did not pass on prior commit cc1af20 because there were merge conflicts against 14.0 base branch. This would have been identified before pushing that commit either by running make html or git rebase 14.0, in which case either command would have communicated issues in the terminal readout.

Reminders

  • if changes were made to your PR from other collaborators (e.g. solving a merge conflict, fixing syntax, etc.), be sure to run git pull - rebase command in your terminal so those changes are pulled to your computer before making more changes to the branch. Otherwise this creates duplicate work for maintainers (e.g. there should not be trailing whitespace issues after MIVU already fixed them for you).
  • rebase on top of a fresh pull from your base branch every time you're about to push commits (in this case, 14.0).
  • be mindful of trailing whitespaces and line breaks and do not ask for reviews until you are confident they have been addressed. PRs will not pass review if these are not 100% correct, and repeatedly ignoring these errors, both, risks introducing brittleness to your code and creates more work for everyone.
  • do not ignore merge conflict warnings. If you need help solving them, just ask 🙂
  • before pushing commits, run make html in your terminal to a) see a live preview of your changes in order to catch html rendering errors, and b) identify/address RST syntax errors that will be spit out in the terminal in red.

Next steps

Before continuing content review with @mivu-odoo, please address all of the instructions in this comment and fix all of the CI errors until they pass. Reach out if you need help.

Tip: this extension should help out with trailing whitespaces, as it removes them whenever you save the file.

Thanks!

@StraubCreative StraubCreative requested review from StraubCreative and mivu-odoo and removed request for StraubCreative and mivu-odoo December 10, 2022 02:30
@ksc-odoo ksc-odoo force-pushed the 14.0-surveys-update-get-started-ksc branch from 09b04e6 to 8b82984 Compare December 15, 2022 17:47
@ksc-odoo ksc-odoo requested a review from mivu-odoo December 15, 2022 17:48
@StraubCreative StraubCreative removed the request for review from mivu-odoo December 15, 2022 19:07
@StraubCreative
Copy link
Contributor

StraubCreative commented Dec 15, 2022

@ksc-odoo checks are not passing on 8b82984.

The build errors are listed on the ci/documentation Details link at the bottom of the page.

Try again and only request a review when the checks pass.

Thank you.

cc: @mivu-odoo

@samueljlieber
Copy link
Contributor

Updates in b9f7593:

Updates in 9f06c36:

  • added two reformatted images (questions-description-options.png & survey-question-pop-up.png)

@mivu-odoo ready for another review 🙂

@StraubCreative StraubCreative requested review from StraubCreative and removed request for mivu-odoo January 14, 2023 22:19
@StraubCreative StraubCreative force-pushed the 14.0-surveys-update-get-started-ksc branch from 9f06c36 to d9c55f5 Compare January 14, 2023 22:23
@StraubCreative
Copy link
Contributor

Fixed commit history in d9c55f5.

Copy link
Contributor

@StraubCreative StraubCreative left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ksc-odoo

This was a pleasure to read. I like how the instructions were really broken down and easy to understand. I also appreciated how each doc was laid out with bite-size paragraphs.

I have a number of change requests to tighten everything up. There are a few CRs that must be addressed due to things like typo/grammar or line breaks, but a majority of them are more or less for your consideration as doc owner.

If you agree with the content changes listed below, I can push them up and we can pass over to DR right away. Otherwise let me know what you'd like to keep or disregard, per comment.

Thanks and looking forward to your response 🙂

@ksc-odoo
Copy link
Contributor Author

Hi @ksc-odoo

This was a pleasure to read. I like how the instructions were really broken down and easy to understand. I also appreciated how each doc was laid out with bite-size paragraphs.

I have a number of change requests to tighten everything up. There are a few CRs that must be addressed due to things like typo/grammar or line breaks, but a majority of them are more or less for your consideration as doc owner.

If you agree with the content changes listed below, I can push them up and we can pass over to DR right away. Otherwise let me know what you'd like to keep or disregard, per comment.

Thanks and looking forward to your response 🙂

@StraubCreative Feel free to make any changes you'd like to tighten things up. Do whatever you feel is best. Thanks

@StraubCreative StraubCreative force-pushed the 14.0-surveys-update-get-started-ksc branch from d9c55f5 to 5c159be Compare January 22, 2023 21:03
@StraubCreative
Copy link
Contributor

Latest round of CRs addressed on 5c159be.

These docs on Surveys are ready for your review @odoo/doc-review 😉

@StraubCreative StraubCreative requested a review from a team January 22, 2023 21:06
Copy link
Collaborator

@AntoineVDV AntoineVDV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to merge after the comments have been resolved (approved or rejected).

@robodoo delegate+

@samueljlieber samueljlieber force-pushed the 14.0-surveys-update-get-started-ksc branch from 5c159be to ceab2de Compare January 25, 2023 19:41
@StraubCreative StraubCreative force-pushed the 14.0-surveys-update-get-started-ksc branch from ceab2de to f2a8375 Compare January 25, 2023 20:22
@StraubCreative
Copy link
Contributor

Addressed change requests on f2a8375

  • seealso tag cleanup: removed unnecessary lists and indentations. Also removed redundant tag at the bottom of create.rst since those docs were already referenced earlier in the article.
  • fixed broken guilabel tags on time_random.rst

All checks pass 🚀
@robodoo r+

@robodoo
Copy link
Collaborator

robodoo commented Jan 25, 2023

I'm sorry, @StraubCreative. I'm afraid I can't do that.

@StraubCreative
Copy link
Contributor

I'm sorry, @StraubCreative. I'm afraid I can't do that.

@AntoineVDV robodoo being grumpy 😭

Copy link
Collaborator

@AntoineVDV AntoineVDV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delegate+ delegates the review rights to the author of the PR; delegate=<someone> delegates the rights to <someone>.

@robodoo r+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants