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

Filters #20

Closed WilliamDormer closed 2 years ago

WilliamDormer commented 2 years ago

regardless of which specific filters we choose to implement, there needs to be a template for filters so that we can add them quickly and efficiently in the future. Some that should exist for sure are as follows, taking a lot of inspiration from other dating applications:

The point of this feature is to allow people to sort for others with whom they are the most compatible, in hopes that we give them the best opportunity to find a real connection.

WilliamDormer commented 2 years ago

Added a filter page that is a scrollable list so that they can view the filters. The UI isn't the greatest, but it is functional. Still needs to be applied to the signup process though.

WilliamDormer commented 2 years ago

added to signup process as well.