Knguyen-dev / SDEV-265-Group-4

Shared repo for sdev 265 group
0 stars 1 forks source link

saveStoryPage #7

Closed Knguyen-dev closed 10 months ago

Knguyen-dev commented 10 months ago

Let user input in a story title in a form. The title field is the only field in the form so it's a very short form. It should have a clear and submit button. The submit button should save the story, getting the messages from the most recent chat, and using the title that the user entered and create a story object. This is then saved into the database.

Knguyen-dev commented 10 months ago

The GUI is done. Now working on application logic. The form for this page will appear if the user is saving a completely new story, however if the user is continuing where they left off on a saved story, calling this page class should automatically save/update the corresponding saved story in the library.

Knguyen-dev commented 10 months ago

Application logic complete on saving a new story, which could be saving a remix, and then saving an already existing saved story.