PAIR-code / PAIR-code/deliberate-lab
Add chat thread configuration to chat stage editor
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 96
- Forks
- 40
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 20
Description
Right now, chat threads are available for the backend, but there is no UI to set them up. Here's an example of how they are defined programmatically: https://github.com/PAIR-code/deliberate-lab/blob/main/frontend/src/shared/games/lost_at_sea.ts#L475
Enable experimenters to configure chat threads via the chat stage editor (in experiment editor).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the chat-thread definition example in frontend/src/shared/games/lost_at_sea.ts around line 475, then locate the chat stage editor in the experiment editor. Compare the existing programmatic configuration with the editor's available controls; done means experimenters can configure chat threads through the UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100