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

[#6439] Fix UI of repeat labels #6459

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

karntrehan
Copy link

@karntrehan karntrehan commented Oct 16, 2024

Closes #6439

Why is this the best possible solution? Were any other approaches considered?

Is a simple change. No approaches considered.

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

No regressions. Tests have been added. Need translations though.

Do we need any specific form for testing your changes? If so, please attach one.

Added in the code.

Does this change require updates to documentation? If so, please file an issue here and include the link below.

Not applicable

Before submitting this PR, please make sure you have:

  • added or modified tests for any new or changed behavior
  • run ./gradlew connectedAndroidTest (or ./gradlew testLab) and confirmed all checks still pass - Some are failing here without my changes as well
  • added a comment above any new strings describing it for translators - NA
  • added any new strings with date formatting to DateFormatsTest - NA
  • verified that any code or assets from external sources are properly credited in comments and/or in the about file. - NA
  • verified that any new UI elements use theme colors. UI Components Style guidelines

@@ -117,6 +117,7 @@
<string name="add_repeat">Add</string>
<string name="dont_add_repeat">Do not add</string>
<string name="add_another_menu">Add another</string>
<string name="add_another_question">Add another?</string>
Copy link
Author

Choose a reason for hiding this comment

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

Not sure how translations are done. Did not see it in the readme also. Kindly advice.

@karntrehan
Copy link
Author

Tried to look at the style guide mentioned here

1. Once you have completed your code changes, verify that you have followed the [style guidelines](https://github.com/getodk/collect/blob/master/CONTRIBUTING.md#style-guidelines).
but the link seems to be broken.

@alyblenkin
Copy link
Collaborator

The UI looks good to me. I wait for the others to chime in on implementation.

@karntrehan
Copy link
Author

Hie @lognaturel just following up on this PR.

@lognaturel
Copy link
Member

Thanks, @karntrehan! We haven't forgotten about it and will try to get to it this week. In general, our review capacity is limited so we'll have to think about the best way to get you involved. Are there some specific things that you/Samagra are hoping to get into Collect or are you looking to help out generally?

@karntrehan
Copy link
Author

Thank you for the reply @lognaturel. I understand the limited bandwidth and the busy schedules. Please take your time.

Are there some specific things that you/Samagra are hoping to get into Collect or are you looking to help out generally?

It is just me, in my personal capacity, wanting to contribute back to the amazing product I have used daily and in any capacity I can. Maybe I can keep getting a deeper knowledge of the system and also help with PR reviews in the future. Please feel free to tag me in issues you think I can help fix. I have some time kept aside for contributions to ODK.

Looking forward :)

@lognaturel
Copy link
Member

Thanks so much, @karntrehan! Excited to see what we can do together.

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.

If a repeat has no label, improve the add repeat dialog text
3 participants