mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
Save progress after setting up the environment
This commit is contained in:
@@ -149,18 +149,18 @@ def set_up_environment(technologies, args):
|
|||||||
|
|
||||||
logger.info('The entire tech stack neede is installed and ready to be used.')
|
logger.info('The entire tech stack neede is installed and ready to be used.')
|
||||||
|
|
||||||
# TODO save conversations to database
|
save_progress(args['app_id'], current_step, {
|
||||||
# save_progress(args['app_id'], current_step, {
|
"os_specific_techologies": os_specific_techologies, "newly_installed_technologies": [], "app_data": generate_app_data(args)
|
||||||
# "messages": user_tasks_messages,"user_tasks": user_tasks, "app_data": generate_app_data(args)
|
})
|
||||||
# })
|
|
||||||
|
|
||||||
# ENVIRONMENT SETUP END
|
# ENVIRONMENT SETUP END
|
||||||
|
|
||||||
def start_development(user_stories, user_tasks, technologies_to_use, args):
|
def start_development(user_stories, user_tasks, technologies_to_use, args):
|
||||||
# break down the development plan
|
# break down the development plan
|
||||||
# set up the environment
|
|
||||||
# TODO REMOVE THIS
|
# TODO REMOVE THIS
|
||||||
technologies_to_use = technologies_to_use.split('\n')
|
technologies_to_use = technologies_to_use.split('\n')
|
||||||
# TODO END
|
# TODO END
|
||||||
|
|
||||||
set_up_environment(technologies_to_use, args);
|
set_up_environment(technologies_to_use, args);
|
||||||
pass
|
pass
|
||||||
Reference in New Issue
Block a user