Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Join team btn#141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
NSimon1121 wants to merge9 commits intoxtekky:main
base:main
Choose a base branch
Loading
fromKennyAngelikas:JoinTeamBtn
Open
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
updated readme with relevant info
  • Loading branch information
@Kenny-Angelikas
Kenny-Angelikas committedOct 31, 2025
commit06ef8859fbb0452f0bb2898959db414a6f1ad1ed
24 changes: 20 additions & 4 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
Development of this repository is currently in a halt, due to lack of time. Updates are comming end of June.

working again ; )
I am very busy at the moment so I would be very thankful for contributions and PR's
# Overlap
- Overlap is a team-first chat assistant that nudges teammates toward each other.
- When someone asks a question, the system checks a shared, opt‑in skills index and, if relevant, suggests which teammate(s) might help — replacing solitary AI answers with socially aware guidance.

## MVP (minimal viable product)
- Simple web chat UI (single‑page) that sends {user_id, team_id, prompt} to the server.
- Team and user records with a short skills survey (store in SQLite for MVP).
- Backend augmentation: before calling the model, do a fast skill-match (keyword or simple normalization) and inject one short hint into the prompt if a teammate matches.
- Stream model responses back to the client unchanged except for the injected hint.
- Basic seed data, Docker support, and environment variable for the model API key.
- No production auth in MVP (trusted user_id); plan to add auth before public use.

## User journey (MVP)
1. Join or create a team and complete a quick skills survey.
2. Open chat and ask a question.
3. Server checks team skills and finds possible matches.
4. If a match exists, the reply includes a short suggestion like “Alice knows React — want to connect?”
5. Conversation is logged; skill usage counters may be updated for future recommendations.

## User personas

## To do
- [x] Double confirm when deleting conversation
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp