edwintran235 / 326-team9

0 stars 0 forks source link

Description/ BIO box storage backend connection #49

Open ShahabKiyani opened 21 hours ago

ShahabKiyani commented 21 hours ago

On the profile page, users can input a description of themselves as a good template incase the question gets asked in an application so users can just copy/paste their already made description, so this needs to be persisted by storing the input into the backend and then retrieved when users load the profilepage Point Value: 2 Size Category: Medium Assigned to: Mohammad Kiyani

edwintran235 commented 6 hours ago

Will you include a copy button so that the user can quickly copy the description if needed?

megraves commented 2 hours ago

What kinds of CRUD operations or specific retrieval functions will you need to use that must be implemented in the backend?

ssim31 commented 55 minutes ago

Adding a character limit to the description might be a good idea to ensure that the data is manageable.