Skip to content

Feature: Standup and Prosper Bot Automation#6

Merged
tylermenezes merged 8 commits into
codeday:mainfrom
dotcomaki:feature/create-standup-task
May 22, 2026
Merged

Feature: Standup and Prosper Bot Automation#6
tylermenezes merged 8 commits into
codeday:mainfrom
dotcomaki:feature/create-standup-task

Conversation

@dotcomaki
Copy link
Copy Markdown
Contributor

  • Adds a new admin activity task that creates per-project Slack standups via the Standup & Prosper API.
  • When run, the task iterates over all matched projects in the event that have a Slack channel configured, filters for accepted students with Slack IDs, and creates a weekly standup for each project posted to that project's channel.

dotcomaki added 2 commits May 20, 2026 06:27
Creates a per-project Slack standup via the Standup & Prosper API for all
students in each project that has a Slack channel configured on the event.
Uses slackEventInfoSelect to match the established pattern, and adds a
pre-query to skip projects that already have a standupId set. Saves the
returned standup ID back to the project after creation.
@tylermenezes
Copy link
Copy Markdown
Member

augment review

@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented May 20, 2026

🤖 Augment PR Summary

Summary: Adds a new admin activity that creates weekly Standup & Prosper Slack standups for each matched project in an event.

Key behavior:

  • Finds matched projects with a configured Slack channel for the selected event.
  • Builds a participant list from accepted students with Slack IDs (with an explicit exclusion list).
  • Creates a standup via the Standup & Prosper API per project channel and stores the resulting standupId on the project.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 2 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread src/activities/tasks/createStandup.ts Outdated
Comment thread src/activities/tasks/createStandup.ts Outdated
Comment thread src/activities/tasks/createStandup.ts Outdated
Comment thread src/activities/tasks/createStandup.ts Outdated
@dotcomaki dotcomaki requested a review from tylermenezes May 20, 2026 17:07
@tylermenezes tylermenezes merged commit 6a148e5 into codeday:main May 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants