Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
Slack Config
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
enum Slack_Config_Type {
DESIGN_REVIEW
CHANGE_REQUEST
}
model Slack_Config {
slackConfigId String @id @default(uuid())
type Slack_Config_Type
slackChannelIds String[]
team Team
teamId
}
Acceptance Criteria
Implementing a framework to allow admins to configure to what slack channels pings are sent on certain events (e.g. CR creation, design review creation, etc.)
Proposed Solution
Talk to Reid
Mocks
N/A
Contributor guide
No contributing guide indexed for this repository
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
No files, tests, or entry points are named. Start by discussing the proposed solution with Reid, then define how admins configure Slack channels for events such as change-request and design-review creation; done means those event pings can be configured per team and sent to the selected channels.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100