-
Notifications
You must be signed in to change notification settings - Fork 2
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
Pro 4260 export modal #4
Conversation
PRO-4260 As an editor, a Download modal is opened when I click on the Download button.
Based on designs, we need to create a new modal for downloading documents. This modal is made up of several parts:
Since for this iteration we will have only one document format (ZIP), We can hide the select but just keep the line to inform the user it will export a zip file. It might be a good idea to add some info to the user saying that this is the official format to share documents, related and attachments between sites (You might need to sync with Stu for that). Since the same modal will be used for one document or multiple ones with batch operations, it might be nice to make the vue component taking and array of IDs all the time (with one ID inside or several). Links to Sketch BackendA route can be created to perform this action. As said above, if we do that the design will slightly change since we won't have the amount of docs for each type anymore. Acceptance Criteria
|
Search relationships in widgets
https://linear.app/apostrophecms/issue/PRO-4260/as-an-editor-a-download-modal-is-opened-when-i-click-on-the-download
Summary
As an editor, an export modal is opened when I click on the export button.
What are the specific steps to test this change?