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

Export import settings #95

Merged
merged 13 commits into from
Oct 24, 2024
Merged

Export import settings #95

merged 13 commits into from
Oct 24, 2024

Conversation

james-vaughn
Copy link
Contributor

@james-vaughn james-vaughn commented Oct 23, 2024

Overview

Adds the following commands

mappings export - Exports the current user's set of status mappings to the user's settings. Gives the exported settings an id to be used later and returns the id to the user.

mappings list - List all settings ids for the user.

mappings import=<settingsId> - Replaces the current user's status mappings with those referred to by the settings id

Exported settings are stored as an array on UserSettings, allowing multiple exported settings. Codes can be given to other users to replace their status mappings with a different user's.

@james-vaughn james-vaughn changed the base branch from master to SK24-UpdateDependencies October 23, 2024 17:07
@james-vaughn james-vaughn marked this pull request as ready for review October 24, 2024 15:40
Base automatically changed from SK24-UpdateDependencies to master October 24, 2024 15:47
@james-vaughn james-vaughn merged commit 7936b0f into master Oct 24, 2024
3 checks passed
@james-vaughn james-vaughn deleted the export-import-settings branch October 24, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants