PullDating / FlutterApplication

The frontend flutter application, contains code for IOS, Android and web
GNU Affero General Public License v3.0
3 stars 1 forks source link

Number of photo in profile limits. #25

Closed WilliamDormer closed 2 years ago

WilliamDormer commented 2 years ago

For cost reasons, there should be a limit to how many photos a person should be allowed to put in their profile, eg 10. There should also be a minimum limit of photos that a person has to have. 3 is the absolute minimum, but I'd say maybe even making it 4 could be a positive change (maybe at a later date).

This forces people to make real profiles that are fleshed out enough so that other people can determine what they look like. It also makes it a little more difficult for scammers and catfishing.

WilliamDormer commented 2 years ago

Done. When the profile creation happens, it queries an endpoint on the server that gives the number (min and max) of allowed photos.