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

Implement GroupTool #22

Closed
maximbircu opened this issue Apr 6, 2020 · 0 comments · Fixed by #27
Closed

Implement GroupTool #22

maximbircu opened this issue Apr 6, 2020 · 0 comments · Fixed by #27
Assignees
Labels
android Relates to Android platform feature New feature or request

Comments

@maximbircu
Copy link
Owner

Abstract

There could be cases when several configuration values belong to a common context and it would be nice to have them grouped together somehow. This could be done by implementing a group dev tool, which will allow the library user to place a group of configuration values inside an object and visualize them a separate group inside the configuration screen.

Requirements

Implement a GroupTool, which will help the library consumer group its configuration values which belong to the same context.

Consumer flow

  1. Open the sample app and go to the YML dev tools screen.
  2. Find a GroupTool UI control
  3. Try to update the configuration value of the dev tools inside the group and make sure all of them are persisted after the app restarts.

Repeat the same use-case for Memory dev tools screen.

@maximbircu maximbircu added feature New feature or request android Relates to Android platform labels Apr 6, 2020
@maximbircu maximbircu self-assigned this Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Relates to Android platform feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant