Knguyen-dev / SDEV-265-Group-4

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

Edit account functionality #3

Closed Knguyen-dev closed 10 months ago

Knguyen-dev commented 10 months ago

Need to add feature to edit the user's account so editing the information of the currently logged in user. This would be in the class "editAccountPage", and it'd probably be a method like "editAccount". Remember that usernames should be unique so if the input username is already in the database, then that's invalid fomr. They'll need to pick a username that's not already taken.

Knguyen-dev commented 10 months ago

Functionality finished with the recent commit to condensed-gui branch.