Add compatibility score FAQ

This commit is contained in:
MartinBraquet
2025-09-11 14:12:44 +02:00
parent a0e25c941a
commit ff9b2c6ee8

View File

@@ -67,6 +67,20 @@ Yes.
* You can **control what is visible publicly**.
* Messaging may move toward **end-to-end encryption** in future versions.
### How is the compatibility score calculated?
The **compatibility score** comes from answers to **compatibility prompts**. Each user provides:
* **Their answer**
* **Answers they would accept from others**
* **A degree of importance** for each question
Matches are scored based on how well two peoples responses and accepted answers align, weighted by importance.
The [full implementation](https://github.com/CompassMeet/Compass/blob/main/common/src/love/compatibility-score.ts) is **open source** and open to review, feedback, and improvement by the community.
### How can I help?
* **Give Feedback**: [Fill out the suggestion form](https://forms.gle/tKnXUMAbEreMK6FC6)