Skip to content
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

Fix part of #3602: Add label for Walk Through Activity #3983

Merged

Conversation

priyatanu
Copy link
Contributor

@priyatanu priyatanu commented Nov 7, 2021

Explanation

Fix part of #3602: Add label for Walk Through Activity

Essential Checklist

  • The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
  • Any changes to scripts/assets files have their rationale included in the PR explanation.
  • The PR follows the style guide.
  • The PR does not contain any unnecessary code changes from Android Studio (reference).
  • The PR is made from a branch that's not called "develop" and is up-to-date with "develop".
  • The PR is assigned to the appropriate reviewers (reference).

@priyatanu priyatanu changed the title Add label for Wal Through Activity Fix #3602: Add label for Walk Through Activity Nov 7, 2021
@BenHenning BenHenning assigned priyatanu and BenHenning and unassigned priyatanu Nov 9, 2021
Copy link
Sponsor Member

@BenHenning BenHenning left a comment

Choose a reason for hiding this comment

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

Thanks @priyatanu! I left one high-level comment. However, beyond that:

  • The PR title should be "Fix part of [A11y] Add label for all non-test activities #3602" since this isn't addressing everything covered by that issue
  • You should add a description in the explanation section of the PR to explain what this PR is doing
  • The "For UI-specific PRs only" portion of the PR description needs to be filled in since this PR is changing a user behavior

Please update these & at-mention me once they've been addressed.

@@ -215,6 +215,7 @@
android:theme="@style/OppiaThemeWithoutActionBar" />
<activity
android:name=".app.walkthrough.WalkthroughActivity"
android:label="@string/walk_through_activity_title"
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

We also need to make sure that there's a test to verify this. See https://github.com/oppia/oppia-android/pull/3227/files as a reference PR for all the parts needed to add a new accessibility label.

@BenHenning BenHenning assigned priyatanu and unassigned BenHenning Nov 10, 2021
@oppiabot
Copy link

oppiabot bot commented Nov 17, 2021

Hi @priyatanu, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue.
If you are still working on this PR, please make a follow-up commit within 3 days (and submit it for review, if applicable). Please also let us know if you are stuck so we can help you!

@oppiabot oppiabot bot added the stale Corresponds to items that haven't seen a recent update and may be automatically closed. label Nov 17, 2021
@priyatanu
Copy link
Contributor Author

Hi @priyatanu, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. If you are still working on this PR, please make a follow-up commit within 3 days (and submit it for review, if applicable). Please also let us know if you are stuck so we can help you!

Thank you. I will look into this

@oppiabot oppiabot bot removed the stale Corresponds to items that haven't seen a recent update and may be automatically closed. label Nov 18, 2021
@BenHenning
Copy link
Sponsor Member

FYI I'm listed as a codeowner for this PR & I'll be unavailable to perform code reviews over the next 2 weeks--thanks for your patience.

@rt4914 rt4914 assigned Arjupta and unassigned priyatanu Nov 24, 2021
@rt4914
Copy link
Contributor

rt4914 commented Nov 24, 2021

@Arjupta Can you please review this PR first? Thanks.

@rt4914
Copy link
Contributor

rt4914 commented Nov 24, 2021

@priyatanu Thanks for the PR. Please assign PRs to @Arjupta first has he your mentor that way its easier to review PRs and communicate effectively.

@priyatanu priyatanu changed the title Fix #3602: Add label for Walk Through Activity Fix part of #3602: Add label for Walk Through Activity Nov 24, 2021
@priyatanu
Copy link
Contributor Author

@priyatanu Thanks for the PR. Please assign PRs to @Arjupta first has he your mentor that way its easier to review PRs and communicate effectively.

Thank you

@rt4914 rt4914 self-assigned this Nov 24, 2021
Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

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

@priyatanu PTAL.
Also please add screenshot in PR description showing that test is is passing on Espresso.

@rt4914 rt4914 assigned priyatanu and unassigned rt4914 and Arjupta Nov 26, 2021
@priyatanu
Copy link
Contributor Author

ExpressoWalkThroughtest

@priyatanu
Copy link
Contributor Author

LandScapre

@priyatanu
Copy link
Contributor Author

Potrait

Copy link
Contributor

@Arjupta Arjupta left a comment

Choose a reason for hiding this comment

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

@priyatanu one static check is failing because we have previously kept the WalkthroughActivity exempted from failing accessiblity issues but as you have resolved them now so it is unnecessary for the file to be exempted further, hence you need to remove the name of WalkthroughActivity from scripts/assets/accessibility_label_exemptions.textproto

Screenshot 2021-12-08 205741

Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

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

@priyatanu PTAL thanks.

Also, please mention Fix part of #3602: Add label for Walk Through Activity in your PR description also.

@oppiabot
Copy link

oppiabot bot commented Dec 15, 2021

Hi @priyatanu, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue.
If you are still working on this PR, please make a follow-up commit within 3 days (and submit it for review, if applicable). Please also let us know if you are stuck so we can help you!

@oppiabot oppiabot bot added the stale Corresponds to items that haven't seen a recent update and may be automatically closed. label Dec 15, 2021
@BenHenning
Copy link
Sponsor Member

Hi. As of today, some main reviewers have taken time off for the next few weeks, so it may take a little while before we can look at this PR. We appreciate your patience while some of our team members recharge. We'll be fully returning on 4 January 2021.

@oppiabot oppiabot bot removed the stale Corresponds to items that haven't seen a recent update and may be automatically closed. label Dec 17, 2021
@priyatanu
Copy link
Contributor Author

Test1

Copy link
Contributor

@Arjupta Arjupta left a comment

Choose a reason for hiding this comment

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

LGTM. @rt4914 PTAL

@oppiabot
Copy link

oppiabot bot commented Jan 1, 2022

Assigning @rt4914 for code owner reviews. Thanks!

@oppiabot oppiabot bot assigned rt4914 Jan 1, 2022
Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

@rt4914 rt4914 assigned BenHenning and unassigned rt4914 Jan 3, 2022
Copy link
Sponsor Member

@BenHenning BenHenning left a comment

Choose a reason for hiding this comment

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

Thanks @priyatanu! Sorry for the late review--this LGTM!

@BenHenning BenHenning merged commit 87a7acc into oppia:develop Jan 8, 2022
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.

None yet

4 participants