SSWConsulting / SSWConsulting/SSW.Tiger
✨ Configuration - Allow Tiger to run on meetings with external participants but filter external recipients from notifications
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 1
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 2
Description
As per @CalumSimpson in Sprint 6 Review — "It's totally fine if Tiger runs, as long as it doesn't send out the message to an external person. It should go to SSW and then they can choose to share it."
Pain
Currently Tiger skips processing entirely when external participants are detected. This means no dashboards are generated for spec reviews or other meetings with clients.
Context
As per @suiyangqiu in Sprint 6 Review — "We're relying entirely on the fact that Tiger can't send messages to anyone outside of SSW's tenant. It's not something built in where Tiger is only sending it out to SSW."
Acceptance Criteria
- Tiger continues to process meetings that include external participants (generate dashboard, save transcript)
- Notifications are only sent to SSW internal participants — external participants are excluded from the recipient list
- The filtering is done at the application level (not relying on tenant restrictions)
- SSW participants can choose to share the dashboard link with externals manually if they wish
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
The issue names no files or tests; start by tracing where external participants currently cause meeting processing to be skipped and where notification recipients are assembled. Verify the processing flow still generates the dashboard and saves the transcript, then confirm notification recipients exclude external participants while internal SSW participants remain included.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100