deep-foundation / deep-packages

This is repository for packages that are published only in NPM.
https://github.com/orgs/deep-foundation/projects/12
The Unlicense
0 stars 0 forks source link

Dating App/Website Startup #35

Open Konard opened 7 months ago

Konard commented 7 months ago

Two parts:

Profiles

We should start with a simple and yet fully customizable list of questions. To fill up the profile for the user, it is enough to choose any number of existing questions or create completely new ones. For each question, the user is free to answer using text.

Search

Here the same idea, user may choose any number of questions and limit answers to these questions in any ways. For example, multiple of possible answers or single answer that should match exactly. Multiple searches may be created, and each one is continuously searched. If at first we have no search results, and then a new user created with profile matching this search, then the user who was searching should get a notification. Otherwise, user may get notifications each week, if search results are changed.

P.S.

At first, we may start with just compare strings character by character. Later, we may join multiple questions and answers as synonyms, and choose the most concise form of synonyms group. It may be done using user's input or using GPT-3.5+ or similar GPT-like AI.