Skip to content

feat: add watchtower route with alert digest#228

Open
iamasx wants to merge 3 commits into
mainfrom
feat/206
Open

feat: add watchtower route with alert digest#228
iamasx wants to merge 3 commits into
mainfrom
feat/206

Conversation

@iamasx

@iamasx iamasx commented Apr 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a dedicated /watchtower app route with alert digest cards, health summaries, and an operator notes rail
  • keep the implementation route-local with mock data and render tests
  • trim the branch diff to stay close to the requested size target while keeping the layout responsive

Validation

  • ./node_modules/.bin/vitest run src/app/watchtower/page.test.tsx
  • ./node_modules/.bin/eslint src/app/watchtower/page.tsx src/app/watchtower/page.test.tsx src/app/watchtower/_data/watchtower-data.ts
  • ./node_modules/.bin/next build

Closes #206

@iamasx iamasx left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

add a console statement to test.


it("renders health summaries with signals, owners, and recommendations", () => {
render(<WatchtowerPage />);

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

test log: add a console statement

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.

[Test] Add Watchtower route with alert digest

1 participant