Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine

Slack Config

Open
#2,371 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

back-end difficult front-end spike
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.