-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding Recipe Management #32
Conversation
…cipes-ai into feat/recipe-manager-new
I started running locally, great stuff! I checked in a change to merge recipes-creation into recipes-management, one less container. I also removed the VS Code container as a requirement, instead instructing that the user can exec into a the management container, or simply run with: A few feedback items on the PR as follows:
|
…cipes-ai into feat/recipe-manager-new
Thanks for responding to the requested feedback items @JanPeterDatakind. I will now merge this PR, noting that additional work around simplifying user experience for creating recipes will be tracked under a new PR. |
Recipe Managers can now check out recipes from the db into a docker container, connect the container to their IDE, run, debug, and edit the recipe code, update other information about the record such as the intent, then check them back into the database.