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

feat: implementation of support for multiple configs #182

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

Yash-Garg
Copy link
Owner

@Yash-Garg Yash-Garg commented Nov 27, 2022

Add support for multiple configs addition/modification and switching between them.

  • Global screen for listing all the ServerConfig with an edit button.
  • Load old config data by passing a Bundle through NavArgs and show it inside ConfigFragment fields.
  • Redirect home fragment FAB to navigate on ServerManagerFragment.
  • Reload ClientManager whenever a config is modified or switched.
  • Persist currently selected config inside DataStore or SharedPreferences.
  • Show a three-dot menu on right edge of config to show options, DELETE and MODIFY.

image

@Yash-Garg Yash-Garg added the C-feature New feature or request label Nov 27, 2022
@Yash-Garg Yash-Garg added this to the v1.0 milestone Nov 27, 2022
@Yash-Garg Yash-Garg self-assigned this Nov 27, 2022
@pr-triage pr-triage bot added the PR: draft label Nov 27, 2022
@Yash-Garg Yash-Garg removed the C-feature New feature or request label Dec 11, 2022
@Yash-Garg Yash-Garg added C-feature New feature or request P-medium Priority: medium S-in-progress Status: Implementation is underway labels Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature New feature or request P-medium Priority: medium PR: draft S-in-progress Status: Implementation is underway
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant