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

Catalog, datepicker component workflow. #1046

Merged
merged 35 commits into from
Feb 9, 2022
Merged

Catalog, datepicker component workflow. #1046

merged 35 commits into from
Feb 9, 2022

Conversation

santosh-pingle
Copy link
Collaborator

IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).

Fixes #1045

Description
Clear and concise code change description.
Design date picker questionnaire json.
Write api to fetch date picker questionnaire json file name.
Apply custom style at application side.

Alternative(s) considered
Have you considered any alternatives? And if so, why have you chosen the approach in this PR?

Type
Choose one: Feature

Screenshots (if applicable)

Checklist

  • I have read and acknowledged the Code of conduct
  • I have read How to Contribute
  • I have read the Developer's guide
  • I have signed the Google Individual CLA, or I am covered by my company's Corporate CLA
  • I have discussed my proposed solution with code owners in the linked issue(s) and we have agreed upon the general approach
  • I have run ./gradlew spotlessApply and ./gradlew spotlessCheck to check my code follows the style guide of this project
  • I have run ./gradlew check and ./gradlew connectedCheck to test my changes locally
  • I have built and run the reference app(s) to verify my change fixes the issue and/or does not break the reference app(s)

1. Show Bottom navigation bar with Components and Layouts menus.
2. Implements components screen.
3. Implements layouts screen.
4. Handles bottom navigation clicks.
5. Update actionbar.
@santosh-pingle santosh-pingle changed the title Datepicker component workflow. Catalog, datepicker component workflow. Jan 17, 2022
@santosh-pingle santosh-pingle marked this pull request as ready for review January 17, 2022 14:25
@santosh-pingle santosh-pingle linked an issue Jan 25, 2022 that may be closed by this pull request
Base automatically changed from sp/992-single-choice to master January 25, 2022 13:29
@codecov
Copy link

codecov bot commented Feb 3, 2022

Codecov Report

Merging #1046 (ffb55db) into master (a11d8ed) will decrease coverage by 0.00%.
The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1046      +/-   ##
============================================
- Coverage     84.52%   84.51%   -0.01%     
  Complexity      608      608              
============================================
  Files           134      134              
  Lines         10279    10276       -3     
  Branches        756      756              
============================================
- Hits           8688     8685       -3     
  Misses         1215     1215              
  Partials        376      376              
Impacted Files Coverage Δ
...hir/datacapture/MoreQuestionnaireItemComponents.kt 90.19% <ø> (-0.55%) ⬇️
...ogle/android/fhir/datacapture/MoreAnswerOptions.kt 85.71% <83.33%> (ø)

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 b549fe4...ffb55db. Read the comment docs.

@jingtang10 jingtang10 enabled auto-merge (squash) February 9, 2022 05:18
@jingtang10 jingtang10 enabled auto-merge (squash) February 9, 2022 05:20
@jingtang10 jingtang10 merged commit c13b477 into master Feb 9, 2022
@jingtang10 jingtang10 deleted the sp/1045 branch February 9, 2022 10:50
ktarasenko pushed a commit that referenced this pull request Feb 16, 2022
* Sdc gallery app landing page
1. Show Bottom navigation bar with Components and Layouts menus.
2. Implements components screen.
3. Implements layouts screen.
4. Handles bottom navigation clicks.
5. Update actionbar.

* Rename file name.

* Update components and layouts vector icons.

* Sdc gallery app single choice workflow.

* Update it as boolean choice.

* Address review comments.

* Boolean choice component icon.

* Spotless apply

* Build failures

* Delete gallery drawables.

* fix package name in nav graph

* Spotless apply.

* Delete gallery color resource

* theme attributes for color value.

* bottom view margin

* Datepicker component workflow.

Co-authored-by: Jing Tang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Catalog, date picker component workflow.
2 participants