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, show questionnaire response when submit questionnaire button get clicked. #1097

Merged
merged 45 commits into from
Feb 24, 2022

Conversation

santosh-pingle
Copy link
Collaborator

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

Fixes #1081

Description
Collect questionnaire response json string.
Design and implement fragment to show questionnaire json output string
Navigate back to landing page on close button click.

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
Copy link
Collaborator Author

santosh-pingle commented Feb 11, 2022

Thanks @santosh-pingle for this! Good work!

  1. can you add some screenshots please?
  2. does the submit button always show up? i think we probably shouldn't have it in the components?

We can also see screenshots in issue #1081
Screen Shot 2022-02-01 at 3 02 18 PM
Screen Shot 2022-02-01 at 3 02 39 PM

@jingtang10
Copy link
Collaborator

can you put the submit button as a menu item in the app bar?

@santosh-pingle
Copy link
Collaborator Author

looking into the comment.

@santosh-pingle
Copy link
Collaborator Author

can you put the submit button as a menu item in the app bar?

done.

@santosh-pingle
Copy link
Collaborator Author

Submit menu added to overflow menu until #1088 get fixed.

Screen Shot 2022-02-18 at 3 26 38 PM

Screen Shot 2022-02-18 at 3 26 54 PM

@santosh-pingle
Copy link
Collaborator Author

looking into the review comments.

@santosh-pingle santosh-pingle enabled auto-merge (squash) February 24, 2022 01:07
@santosh-pingle santosh-pingle merged commit e6bb4c4 into master Feb 24, 2022
@santosh-pingle santosh-pingle deleted the sp/1081-q-response branch February 24, 2022 02:11
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, implement workflow when submit questionnaire button get clicked.
2 participants