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

Filter creation functionality. #49

Closed WilliamDormer closed 2 years ago

WilliamDormer commented 2 years ago

Description of the feature

To create the frontend functionality for setting up filters/preferences during the initial signup process.
After the person has completed a profile and submitted their information and photos to the server, they must decide which filters they want to apply to their searches.

Some general comments:

List of filters to be set up (for the Proof of Concept)

I leave it up to you if you want to implement this in a series of slides (such as in the profile creation process) or as a single scrollable list view. Do whichever is more clear. Also, we will be adding more filter options later, so try to do things in a modular, programmatic way whenever possible.

When you're done let us know so we can help you hook it up to the backend. If you need more guidance, don't hesitate to drop a comment or contact me directly.

Benefits of feature It is a necessary function of the application to be able to apply and modify filters to narrow down the people that you are shown in the swiping process.

WilliamDormer commented 2 years ago

done