Skip to content

Add issue-tracker demo cards#4674

Merged
burieberry merged 1 commit intomainfrom
add-issue-tracker-to-experiments
May 6, 2026
Merged

Add issue-tracker demo cards#4674
burieberry merged 1 commit intomainfrom
add-issue-tracker-to-experiments

Conversation

@burieberry
Copy link
Copy Markdown
Contributor

Adding demo cards while #4650 is under review.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5f19a4c74d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

let stored = this.args.model?.placements;
let cards = this.args.model?.cards ?? [];
if (stored?.length) {
let placedCardIds = new Set(stored.map((p) => p.itemId));
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep placed cards visible when a status option is removed

If a project status option is renamed or deleted while the board has stored placements, cards in that old status can disappear from the board: placedCardIds is populated before invalid placements are filtered out, so a placement whose effectiveKey and columnKey no longer match any current column returns null and then the card is excluded from the unplaced fallback. In that configuration change scenario, the issue is still in @model.cards but is no longer rendered; build the set from successfully resolved placements or fall back to column 0 for invalid stored columns.

Useful? React with 👍 / 👎.

@burieberry burieberry merged commit 8c9b971 into main May 6, 2026
24 checks 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.

1 participant