Description
As a user, I should be able to import and export study templates in order to share study templates across different environments.
Acceptance Criteria
- Users can export a study template as a file (e.g., JSON format).
- The exported file contains all necessary data to fully reconstruct the template
- Users can import a study template from a valid file.
- The system validates the imported file:
- Rejects invalid or corrupted files with a clear error message.
- Ensures required fields are present.
- Upon successful import, a new study template is created.
- Imported templates are visible and usable immediately after import.
- Proper success and error feedback is shown to the user.
- All imports and exports are made through a single frontend component
- Generalize how you import/export certain documents
Estimated effort (Story Points)
3 Story Points
Tasks
Source Branch
dev
Description
As a user, I should be able to import and export study templates in order to share study templates across different environments.
Acceptance Criteria
Estimated effort (Story Points)
3 Story Points
Tasks
Source Branch
dev