You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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
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
Acceptance Criteria
Tasks
The text was updated successfully, but these errors were encountered: