Christopher Speller
Christopher Speller
Implement drop-down menus to remove or change status of users in participants list. [Figma Designs](https://www.figma.com/file/oBERv3BlbjpcFMKgPAo7E5/%F0%9F%91%A5-Members-%E2%89%A0-Participants?node-id=135%3A218949) Ensure that system admins are able to modify participants in any case.
Add graphql APIs for participating and removing participation in a run: ```graphql type Mutation { ... addRunParticipant(runID: String!, userID: [String!]!): String! removeRunParticipant(runID: String!, userID: String!): String! } ``` Follow existing...
When inviting users to participate you may want to automatically add them to the run channel at the same time. Add a checkbox that will automatically invite the added users...
Can also be request access instead of actually joining the channel if it is private. Should show a message if the action is enabled to add you automatically rather than...
In an effort to restore existing functionality as soon as possible create hidden actions on run channels that are enabled by default but hidden. **No UI is necessary for this...
There must be a migration from members of a channel to the new run participants table. This migration must only run once. Anyone who is a member of the channel...
There exists a table that tracks followers. For tracking participants we will update it. The `IR_Run_Participants` table currently has the following fields: | Column | Description | | -- |...
The new paginated GraphQL api is perfect for the product runs list. We should use it there too.
## Description Responses with certain markdown elements cause the blinking cursor to appear in the wrong place. (more details on when this happens needed)
Adds the ability to configure multiple AI bots. Each bot can be configured with a different backed and custom instructions.