crashappsec / crashappsec/react-registry

registry.json index returns 404 — no way to discover what the registry publishes

Open Beginner friendly
#11 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Individual items resolve correctly (https://crashappsec.github.io/react-registry/r/theme.json, /r/button.json, /r/card.json, /r/badge.json all return 200), but https://crashappsec.github.io/react-registry/registry.json returns **404**.

Without the index there is no programmatic discovery: a consuming repo cannot enumerate available items, and tooling that lists a registry's contents has nothing to read. Found while adopting the registry in crashappsec/compass (its README names COMPASS as an in-scope consumer) — we had to probe item names by hand to confirm what exists.

Publishing the index alongside the per-item files at the documented path would fix it.

Contributor guide

Open the contributing guide

Research direction

Start by reading the README for the documented registry layout and inspecting the existing per-item files such as /r/theme.json and /r/button.json. Add the missing registry.json at the documented path so https://crashappsec.github.io/react-registry/registry.json returns the published index and consumers can enumerate the available items.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
76/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.