TomatoesBurner / Agile-Web-Community-Forum

0 stars 0 forks source link

Add editing functionality for the Profile's personal bio #17

Closed WannianMEI closed 4 months ago

WannianMEI commented 4 months ago

Currently users are unable to edit their personal bio in their profile after initial setup. This issue suggests implementing an edit functionality that allows users to update their bio at any time, thus improving the user's control over their personal information on the platform.

akikodesu commented 4 months ago

We need to discuss whether to introduce new fields in the database's models.py to store personal information. I suggest adding a bio = TextAreaField(...) field.