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.).
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