d-Rickyy-b / Meet-n-Bot

A small Telegram bot to get connected with others and have a chat
0 stars 2 forks source link

Give user a possibility to save settings #6

Open d-Rickyy-b opened 7 years ago

d-Rickyy-b commented 7 years ago

Users may want to store their language, their gender, their age.

A database, a db-wrapper and a special search are required for this to become possible.

For the search: All the data should be fetched once from the database and then written into a in-memory list. Users should be able to set filters to their search (e.g. Only users between 18-25, only male chat partners... etc.).

Also see Issue #7