Alovoa / alovoa

Free and open-source dating platform that respects your privacy
https://alovoa.com
GNU Affero General Public License v3.0
460 stars 93 forks source link

[FEATURE] Change `user.description` field type to TEXT #306

Open peterzen opened 1 year ago

peterzen commented 1 year ago

The user.description field is currently a VARCHAR(255), which is rather limited/short. If this field was changed to TEXT instead, the limitation would be removed.

Nonononoki commented 1 year ago

I have thought about that, but it is really necessary? The current description length is currently limited to 200, and other dating sites also have a rather short description length limit (I've seen 200 and 260).

peterzen commented 1 year ago

255 chars may be enough for any Tinder kind of apps - however there are use cases where longer intros are key and this is critical (mine is one of those) - it's optional of course but there is absolutely no downside in allowing this field to be longer. Any shorter limit configured in the props will still work if the database field is of TEXT type instead of VARCHAR(255).