From ff9b2c6ee852a2a0fe22df65b59e7e180b708b75 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 11 Sep 2025 14:12:44 +0200 Subject: [PATCH] Add compatibility score FAQ --- web/public/md/faq.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/web/public/md/faq.md b/web/public/md/faq.md index 068d0e51..16d9b15b 100644 --- a/web/public/md/faq.md +++ b/web/public/md/faq.md @@ -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 people’s 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)