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

Simple Export / Import Configurations #220

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

srjpn
Copy link

@srjpn srjpn commented Oct 30, 2018

Two buttons are added to the dashboard to import and export task configurations.

The Export button downloads a JSON file with all the tasks listed.

The import button uploads a .json file which should be similar to the exported JSON schema.

There are more validations required and also need to handle edge-scenarios. For now, I have implemented a happy path which would enable the user to export the configurations and can import the same file to a new instance of pa11y to get the configurations copied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants