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

Transition users from their app deployment into the app studio #204

Open
neilcampbell opened this issue Aug 19, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@neilcampbell
Copy link
Contributor

neilcampbell commented Aug 19, 2024

Description

As an AlgoKit developer
I want to transition users to the lora App Studio when they have deployed their ABI application using the AlgoKit tools
So that AlgoKit users can easily create an app in the App Studio and interact with their application

As an AlgoKit developer
I want to transition users to the lora App Studio when they have updated their ABI application using the AlgoKit tools
So that AlgoKit users can easily create or update an app in the App Studio and interact with their application

Technical Details

  • The initial idea is to render a link (explore.algokit.io so it works across both web and desktop lora) in the console output which users can click which transitions them into either the create or edit flow in App Studio.
  • The link could potentially contain a path to the app spec file, so we can potentially auto load it.
  • The link will need to encode the network.
  • In the case of a mutable app, the link will need to include the round number of the deployment.
  • It would be cool to encode the actual app spec in the url, however it's probably way too big for that to be possible.
  • Would required changes to utils-ts, utils-py, typed client generator ts, typed client generator py.

Acceptance Criteria

  • When a user deploys their app using the AlgoKit tooling, they are presented a link to create that app in the lora app studio
  • When a user updates their app using the AlgoKit tooling, they are presented a link to edit the app in the lora app studio

Tasks

@neilcampbell neilcampbell changed the title [local-dev-experience] Direct users from their app deployment into app studio [local-dev-experience] Transition users from their app deployment into app studio Aug 19, 2024
@neilcampbell neilcampbell changed the title [local-dev-experience] Transition users from their app deployment into app studio [local-dev-experience] Transition users from their app deployment into the app studio Aug 19, 2024
@neilcampbell neilcampbell added the enhancement New feature or request label Oct 29, 2024
@neilcampbell neilcampbell changed the title [local-dev-experience] Transition users from their app deployment into the app studio Transition users from their app deployment into the app studio Oct 29, 2024
@neilcampbell
Copy link
Contributor Author

Given that we're talking about potentially have a watch mode in the future, I don't think it makes sense to action this one just yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants