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
Todor's design of the quest mechanism is finalized.
The current expectation (subject to change from Todor) is the following experience:
dot mod <domain> --quest <id>
the mod command will clone (fork if gh logged in) a playground app. Adding the quest flag should do the same thing, but point to a specific branch of the repo
We need to track some sort of metadata, so that when the user later does deploy, any important reference to the quest is available
deploy command should be updated to be quest aware. Implementation depends on Todor's design
Pre-requisite:
modcommand #3The current expectation (subject to change from Todor) is the following experience:
dot mod <domain> --quest <id>modcommand will clone (fork if gh logged in) a playground app. Adding the quest flag should do the same thing, but point to a specific branch of the repodeploy, any important reference to the quest is availabledeploycommand should be updated to be quest aware. Implementation depends on Todor's design