Unskilledcrab / chain-generator

0 stars 0 forks source link

Save list of previous generators sessions #5

Open Unskilledcrab opened 5 months ago

Unskilledcrab commented 5 months ago

Overview

The user currently has to save the generators they have made by downloading a json representation of it locally, and then they will have to re upload that json at a later time in order to continue working on it

This creates a problem because it requires a manual action from the user. We should automatically be saving their sessions and tying it to the user (this could be a login feature only).

Think similarly to how chat gpt has your past chat sessions on the left panel

exit criteria

Create a design doc, get it reviewed and accepted on how to complete this task