Skip to content

Clarify transcripts route metadata as page-only (not console tab UI_META) - #76

Merged
erinepshovel-code merged 3 commits into
mainfrom
copilot/fix-comments-in-review-thread-again
May 27, 2026
Merged

erinepshovel-code merged 3 commits into
mainfrom
copilot/fix-comments-in-review-thread-again

Conversation

Copilot AI commented May 26, 2026

Copy link
Copy Markdown
Contributor

This PR addresses the linked review-thread feedback to implement outstanding comment fixes with minimal scope. Specifically, it resolves the transcripts metadata comment by making the module intent explicit and aligned with current /api/v1/ui/structure collection behavior.

  • Problem alignment

    • Updated the transcripts route metadata symbol to avoid implying it is part of console tab aggregation.
  • Code change

    • In python/routes/transcripts.py, renamed:
      • UI_METAPAGE_META
    • Added an inline note clarifying this metadata is for the standalone /transcripts top-nav page and is not consumed by collect_ui_meta().
  • Net effect

    • Removes ambiguity that triggered the review comment without expanding scope into collector behavior changes.
# Standalone top-nav page metadata (not a console tab; not consumed by collect_ui_meta).
PAGE_META = {"label": "Transcripts", "module": "transcripts", "order": 25, "path": "/transcripts"}

Copilot AI self-assigned this May 26, 2026
Copilot AI review requested due to automatic review settings May 26, 2026 09:47
Copilot AI removed the request for review from Copilot May 26, 2026 09:47
…ts page

Agent-Logs-Url: https://github.com/The-Interdependency/a0/sessions/8660b7a9-42e8-417a-a091-b6b41e29a665

Co-authored-by: erinepshovel-code <250928284+erinepshovel-code@users.noreply.github.com>
Copilot AI requested review from Copilot and removed request for Copilot May 26, 2026 09:53
Agent-Logs-Url: https://github.com/The-Interdependency/a0/sessions/8660b7a9-42e8-417a-a091-b6b41e29a665

Co-authored-by: erinepshovel-code <250928284+erinepshovel-code@users.noreply.github.com>
Copilot AI requested review from Copilot and removed request for Copilot May 26, 2026 09:55
Copilot AI changed the title [WIP] Fix code for all comments in review thread Clarify transcripts route metadata as page-only (not console tab UI_META) May 26, 2026
Copilot AI requested a review from erinepshovel-code May 26, 2026 09:56
@erinepshovel-code
erinepshovel-code marked this pull request as ready for review May 27, 2026 02:19
Copilot AI review requested due to automatic review settings May 27, 2026 02:19
@erinepshovel-code
erinepshovel-code merged commit 7c62cf8 into main May 27, 2026
6 of 7 checks passed
Copilot AI removed the request for review from Copilot May 27, 2026 02:44
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