softwarecrafters / softwarecrafters/website

Support Slack Channels in Schemata and Popup

Open
#5 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted
Dominant language
JavaScript
Stars
43
Forks
92
Avg merge
7h 18m
Merged PRs (30d)
8

Description

Might be nice to be able to quickly jump into the Slack and join a channel through the popup.

Steps:

  • Add optional slack_channel attribute (+ description whether to include # or not 😅 ) to the JSON schema
  • Show Join #channel invitation (with target=_blank leading to https://softwarecraftsmanship.slack.com/messages/${slack_channel}/ in popup if present
  • (Optional): Provide slack_channel_id as to be able to deeplink into slack clients using deep links alas slack://channel?team=${TEAM_ID}&id=${CHANNEL_ID} (our ${TEAM_ID} is T0A7W9V7C).

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

Start by locating the JSON schema and popup implementation, then review the README area describing channel information. Done means an optional slack_channel produces a new-tab Join #channel link to the specified Slack URL; if the optional ID work is included, document channel-ID discovery and provide the described deep-link fallback behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.