Skip to content

Synchronize README and wireframe docs - #30

Merged
blackopsrepl merged 1 commit into
mainfrom
issue-11-doc-sync
Mar 21, 2026
Merged

Synchronize README and wireframe docs#30
blackopsrepl merged 1 commit into
mainfrom
issue-11-doc-sync

Conversation

@blackopsrepl

Copy link
Copy Markdown
Contributor

Closes #11.

Summary

  • update README feature descriptions and project structure to match the current repository layout
  • correct CSS source file names and mention the workflow entry points that now exist in the repo
  • trim wireframe sections that implied unsupported rail and Gantt behaviors on the current branch

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

Copy link
Copy Markdown

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: ffda83557c

ℹ️ 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 js-src/13-rail.js Outdated
Comment on lines +59 to +60
if (config.badges && config.badges.length) {
config.badges.forEach(function (entry) {

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 Normalize singleton badges values before calling forEach

SF.rail.createCard now assumes config.badges is an array, but the new API shape also encourages simple badge entries such as a single string/object. In the one-badge case ({ badges: 'TEMPRA' } or { badges: { label: 'HOT' } }), this branch reaches config.badges.forEach(...) and throws, so the entire rail card fails to render. Coercing non-array inputs to a one-element array would make the new badge support safe for scalar configs as well.

Useful? React with 👍 / 👎.

@blackopsrepl
blackopsrepl merged commit 2b484a5 into main Mar 21, 2026
1 check passed
@blackopsrepl
blackopsrepl deleted the issue-11-doc-sync branch May 15, 2026 18:27
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.

Synchronize README and wireframe docs with the current implementation

1 participant