Skip to content

Add issue tracker cards and project-backed kanban board to software-factory#4650

Open
burieberry wants to merge 23 commits intomainfrom
cs-10526-issue-tracker
Open

Add issue tracker cards and project-backed kanban board to software-factory#4650
burieberry wants to merge 23 commits intomainfrom
cs-10526-issue-tracker

Conversation

@burieberry
Copy link
Copy Markdown
Contributor

@burieberry burieberry commented May 4, 2026

  • Introduce generic kanbanBoard card and no-frills version of issue-tracker, currently in software-factory
  • Added sample cards in experiments-realm for demo

Summary

  • split up card definitions for issue tracker and related cards: issue, comment, knowledge article, agent-profile
  • add generic kanban-board card with customizable columns and polymorphic cards
  • extend kanban-board for IssueTrackerBoard with columns and enum options related to issue-tracker statuses
  • use the new boxel-ui drag-and-drop kanban board in the project-backed issue tracker board
  • update the software-factory realm wiring and dependencies to expose the new issue tracker experience
  • add board creation into software-factory operations and tests
  • test coverage and updates

Next Steps:

  • Move issue-tracker out of software-factory
  • More test coverage on functionality
  • UI polish

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Host Test Results

    1 files  ±0      1 suites  ±0   1h 42m 29s ⏱️ - 3m 24s
2 565 tests ±0  2 550 ✅ +11  15 💤 ±0  0 ❌ ± 0 
2 584 runs  ±0  2 569 ✅ +22  15 💤 ±0  0 ❌  - 11 

Results for commit 9f09e9e. ± Comparison against earlier commit d0d9fd9.

Realm Server Test Results

    1 files  ±0      1 suites  ±0   15m 27s ⏱️ - 2m 7s
1 248 tests +9  1 248 ✅ +9  0 💤 ±0  0 ❌ ±0 
1 326 runs  +9  1 326 ✅ +9  0 💤 ±0  0 ❌ ±0 

Results for commit 9f09e9e. ± Comparison against earlier commit d0d9fd9.

@burieberry burieberry force-pushed the cs-10526-issue-tracker branch 2 times, most recently from b08a0e2 to 942b3c1 Compare May 5, 2026 01:30
@burieberry burieberry changed the title Cs 10526 issue tracker Add issue tracker cards and project-backed kanban board to software-factory May 5, 2026
@burieberry burieberry marked this pull request as ready for review May 5, 2026 14:03
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: d49d7990eb

ℹ️ 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".

Comment thread packages/software-factory/realm/issue-tracker.gts Outdated
@burieberry burieberry requested a review from a team May 5, 2026 16:28
Copy link
Copy Markdown
Contributor

@lukemelia lukemelia left a comment

Choose a reason for hiding this comment

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

Do we want test coverage for this?

@burieberry burieberry force-pushed the cs-10526-issue-tracker branch from b80c6d1 to d5209e5 Compare May 5, 2026 18:00
@burieberry
Copy link
Copy Markdown
Contributor Author

Do we want test coverage for this?

Updated software-factory operations and tests to include board creation. Component itself has tests in boxel-ui. More card tests can be added when cards are moved out of software-factory.

@burieberry burieberry requested a review from a team May 5, 2026 21:36
Copy link
Copy Markdown
Contributor

@habdelra habdelra left a comment

Choose a reason for hiding this comment

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

Probably a better test would be to use a playwright spec test in the software factory to test the actual rendering of the new card defs, test moving the issues between column sin the kanban board, adding comments asserting the comments appear in the issue, etc. like full integration tests via the DOM. the node tests are mostly cheating in this regard because they would rely on mocks of the realm server and don't actually try to render the card.

@burieberry burieberry force-pushed the cs-10526-issue-tracker branch from d0d9fd9 to 9f09e9e Compare May 5, 2026 22:59
@burieberry
Copy link
Copy Markdown
Contributor Author

Probably a better test would be to use a playwright spec test in the software factory to test the actual rendering of the new card defs, test moving the issues between column sin the kanban board, adding comments asserting the comments appear in the issue, etc. like full integration tests via the DOM. the node tests are mostly cheating in this regard because they would rely on mocks of the realm server and don't actually try to render the card.

Yes, I want to add ui tests after moving it out of software-factory because it's been a huge struggle to be able to write them as playwright tests. Other option is I move them out now. The kanban component itself has tests in boxel-ui.

@habdelra
Copy link
Copy Markdown
Contributor

habdelra commented May 5, 2026

Probably a better test would be to use a playwright spec test in the software factory to test the actual rendering of the new card defs, test moving the issues between column sin the kanban board, adding comments asserting the comments appear in the issue, etc. like full integration tests via the DOM. the node tests are mostly cheating in this regard because they would rely on mocks of the realm server and don't actually try to render the card.

Yes, I want to add ui tests after moving it out of software-factory because it's been a huge struggle to be able to write them as playwright tests. Other option is I move them out now. The kanban component itself has tests in boxel-ui.

sounds good--i trust your judgement

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.

3 participants