Pythagora-io / gpt-pilot

The first real AI developer
Other
30.18k stars 3.01k forks source link

add action label to states for easier debugging/loading #955

Closed senko closed 4 months ago

senko commented 4 months ago

This adds a new action field to ProjectState, which makes it easy to see what's going on in each step. This is useful both when loading the project and when inspecting the database.

Project load

Screenshot from 2024-05-25 11-01-49

(note: dropdown height tweked just for the demo, so more items can be seen)

Database inspection

From the project_state table:

Screenshot from 2024-05-25 11-10-42