COSC481W-2024Winter / JARVIS

J.A.R.V.I.S
2 stars 3 forks source link

feature: Profile data for users #26

Closed TFlinchu closed 9 months ago

TFlinchu commented 9 months ago

This PR is to set up the user profile page, so that the user can input data to have a more personable interaction with the GPT AI.

The profile page has 3 text fields for the users Name, Age and Story. It also has a save button, so that the users data will be saved using the 'shared_preferences' package. This also contains some unit tests, on storing and retrieving data from shared preferences, as well as sending that data to GPT.

ghost commented 9 months ago

looks good to go.