Skip to content

Feature : Add import and export feature to Usecase Builder #1129

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

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

Conversation

Hikotty
Copy link

@Hikotty Hikotty commented Jun 8, 2025

Description of Changes

This pull request implements importing and exporting of use cases

Here is the image:

usecase_io_demo2.mp4
  • Added an import icon button to the new creation use case screen
  • Added an export icon button to each use case screen
  • When the Export button is pressed, a .json file containing the use case information will be downloaded. When the Import button is pressed, it will load the .json file and transition to the use case editing screen with the settings pre-populated.
  • This feature reuse existing backend, therefore there is no CDK modification.

Checklist

  • Modified relevant documentation
  • Verified operation in local environment
  • Executed npm run cdk:test and if there are snapshot differences, execute npm run cdk:test:update-snapshot to update snapshots

Related Issues

N/A

@tbrand
Copy link
Contributor

tbrand commented Jun 11, 2025

@Hikotty Could you merge the latest main branch into this branch?

@Hikotty Hikotty force-pushed the usecase-import-export branch from a3d8ddb to 9945a00 Compare June 11, 2025 06:33
@Hikotty
Copy link
Author

Hikotty commented Jun 11, 2025

@tbrand Hi, I have pushed the latest other updates

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.

2 participants