feat(sprint3): story points, estimation scale, Trello rich import, @mention notifications#253
Merged
Merged
Conversation
…ion-aware notifications Integrations (Settings → Integrations): - Manage Slack / Discord / JSON outgoing webhooks with per-event subscriptions and delivery logs - Action-aware notifications: announce the specific change (status, assignee, priority, due, rename, estimate, …) with from→to diffs and assignee/lead ids resolved to names - Deliver exactly one task.created on create (suppress create-flow churn and the project-counter phantom emit); re-read the full task before delivery so payloads are complete Importers (project filter toolbar): - CSV and Trello importers mirroring the Jira importer; map columns / lists onto the project's statuses - Resolve statuses from the project's taskStatusData with a guaranteed type/key so imports never fail statusType validation; route the Jira importer through the same shared helper - Downloadable sample templates in all three import modals Tasks: - Stop the automatic AI time estimate on task creation (manual-only now) Tests: 198 passing (webhook-rules, csv-rules, trello-rules). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ention notifications S3-01 Trello rich import: extract checklists, comments, labels, attachments and member emails from board JSON; enrich imported tasks (assignee resolution by email, checklist items, attachment link-refs, labels appended to description) and create comments post-import. S3-02 Story points: points field + updatePoints action and permission; per-project estimation scale (fibonacci/linear/tshirt/hours) with a config modal and POST /api/v1/projectSetting/estimationScale; a scale-aware points picker on the task detail panel; and a points rollup in list group headers. S3-04 @mention notifications: parse [Name](userId) mentions from comment text, persist a mentions record, and dispatch the "@mentioned" notification on comment create and update. S3-03 backlog view was skipped (AlianHub has no un-sprinted tasks) and its scaffolding removed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sprint 3 — AI Automation & Enhancement
Implements Sprint 3 end-to-end on a single branch (stacked on Sprint 2 / #252).
What's included
pointsfield +updatePointsaction and permission; per-project estimation scale (fibonacci / linear / t-shirt / hours) with a config modal andPOST /api/v1/projectSetting/estimationScale; a scale-aware points picker on the task detail panel; and a points rollup (· N pts) in list group headers.[Name](userId)mentions from comment text, persist a mentions record, and dispatch the "@mentioned" notification on comment create and update. (Frontend already inserts the mention markdown.)Not included
backlogRankscaffolding was removed in this branch.Reviewer note
This branch is stacked on #252 (Sprint 2 → staging, still open). Until #252 merges, this PR's diff includes the Sprint 2 commit as well. Once #252 lands on
staging, the diff narrows to the single Sprint 3 commit (0fdab95). Reviewing in promotion order (#252 first) keeps it clean.Verification
StoryPoints.vue,EstimationScaleModal.vue,TaskDetailRightSide.vue,ItemList.vue,ProjectFiltersToolbar.vue)🤖 Generated with Claude Code