Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Maintenance] - Schedule Meeting Slack Button
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
When all required attendees confirm their availability for a meeting, we send a slack notification. We want to append a button onto this slack notification that includes a link to the event (/calendar/event/{event-id}), for the creator to schedule the event.
Acceptance Criteria
- When all required members have confirmed their availability, the Slack notification includes a button linking to /calendar/event/{event-id}
Proposed Solution
- Look at existing button implementations for slack messages in slack.utils.ts
- Update sendEventConfirmationToThread in slack.utils.ts to include the new button
Mocks
No response
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
Start in slack.utils.ts by reviewing the existing button implementations and then inspect sendEventConfirmationToThread. Add a button to the notification sent after all required attendees confirm availability, linking to /calendar/event/{event-id}. Done means that notification includes the event link button for the creator.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 84/100