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, textField component workflow. #1044

Merged
merged 35 commits into from
Feb 9, 2022
Merged

Conversation

santosh-pingle
Copy link
Collaborator

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

Fixes #1043

Description
Clear and concise code change description.
Design text field questionnaire json.
Write api to fetch textfield 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 TextField workflow. Catalog, textField component workflow. Jan 17, 2022
@santosh-pingle santosh-pingle marked this pull request as ready for review January 17, 2022 14:26
@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 Jan 27, 2022

Codecov Report

Merging #1044 (be41fe9) into master (9777f87) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1044   +/-   ##
=========================================
  Coverage     84.52%   84.52%           
  Complexity      608      608           
=========================================
  Files           134      134           
  Lines         10279    10279           
  Branches        756      756           
=========================================
  Hits           8688     8688           
  Misses         1215     1215           
  Partials        376      376           

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 9777f87...be41fe9. Read the comment docs.

@santosh-pingle santosh-pingle enabled auto-merge (squash) February 2, 2022 09:29
@santosh-pingle santosh-pingle merged commit 44c65ce into master Feb 9, 2022
@santosh-pingle santosh-pingle deleted the sp/1043-text-field branch February 9, 2022 05:00
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

* Textfield workflow.

* spotless apply
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, text field component workflow.
2 participants