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

AC-791 Updated UI of registeration screen #770

Merged
merged 4 commits into from
Jun 28, 2020

Conversation

rishabh-997
Copy link
Collaborator

Description of what I changed

  1. Converted maximum XML to constraint layout
  2. Changed UI
  3. Renamed id's to so they make more sense
  4. Used view binding in whole activity
  5. Updated Alert dialog box

Issue I worked on

JIRA Issue: https://issues.openmrs.org/browse/AC-791

Checklist: I completed these to help reviewers :)

  • My pull request only contains ONE single commit
    (the number above, next to the 'Commits' tab is 1).
  • I have added tests to cover my changes. (If you refactored
    existing code that was well tested you do not have to add tests)
  • All new and existing tests passed.
  • My pull request is based on the latest changes of the master branch.

@rishabh-997
Copy link
Collaborator Author

rishabh-997 commented Jun 23, 2020

PicsArt_06-23-10 34 10
PicsArt_06-23-10 45 48_1

@codecov-commenter
Copy link

codecov-commenter commented Jun 23, 2020

Codecov Report

Merging #770 into master will increase coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #770      +/-   ##
==========================================
+ Coverage   11.80%   11.85%   +0.04%     
==========================================
  Files         254      254              
  Lines       10926    10886      -40     
  Branches     1091     1092       +1     
==========================================
  Hits         1290     1290              
+ Misses       9548     9508      -40     
  Partials       88       88              
Impacted Files Coverage Δ
...ivities/addeditpatient/AddEditPatientActivity.java 0.00% <0.00%> (ø)
...ivities/addeditpatient/AddEditPatientFragment.java 0.00% <0.00%> (ø)
...ies/matchingpatients/MatchingPatientsFragment.java 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2026930...4af72d0. Read the comment docs.

Copy link
Collaborator

@f4ww4z f4ww4z left a comment

Choose a reason for hiding this comment

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

@rishabh-997 I helped you with the merge conflict, just see my comments to clean up this PR.

Comment on lines 112 to 113
private final static int IMAGE_REQUEST = 1;
private final static int GALLERY_IMAGE_REQUEST = 2;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove these as they're in ApplicationConstants now.

Copy link
Collaborator

@f4ww4z f4ww4z left a comment

Choose a reason for hiding this comment

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

LGTM @rishabh-997 !

@f4ww4z f4ww4z merged commit 948675d into openmrs:master Jun 28, 2020
@rishabh-997 rishabh-997 deleted the AC-791-registerUI branch July 14, 2020 17:22
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.

4 participants