Skip to content

feat(app): turn registration readiness into a guided owner workflow - #487

Merged
JSONbored merged 6 commits into
JSONbored:mainfrom
jonathanchang31:feat/turn-registration-readiness-guided-owner-workflow
Jun 10, 2026
Merged

feat(app): turn registration readiness into a guided owner workflow#487
JSONbored merged 6 commits into
JSONbored:mainfrom
jonathanchang31:feat/turn-registration-readiness-guided-owner-workflow

Conversation

@jonathanchang31

@jonathanchang31 jonathanchang31 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Turns the owner-facing registration workspace into a guided workflow instead of only a raw readiness report. The owner app now groups readiness into policy, data quality, queue health, docs/onboarding, and maintainer capacity, shows accepted / needs cleanup / not ready states, and surfaces concrete remediation steps or explicit manual follow-up reasons for each bucket.

Related Issue

Closes: #246

Change Type

  • Feature
  • UI / UX update
  • Validation / test update
  • Bug fix
  • Refactor
  • Performance improvement
  • Dependency change

Real Behavior Proof

Validated locally against the real app route:

GET http://127.0.0.1:4174/app/owner
HTTP/1.1 200 OK

Validated browser-rendered owner workflow states with Playwright using controlled API responses:

API response proof captured during browser validation:

200 /v1/auth/session
200 /v1/repos/entrius/gittensor/registration-readiness
200 /v1/repos/entrius/gittensor/gittensor-config-recommendation
404 /v1/repos/entrius/gittensor/gittensor-config-recommendation   # intentional for blocked scenario

Checklist

UI Evidence

issue_246

@ghost

ghost commented Jun 9, 2026

Copy link
Copy Markdown

Note

Gittensory Gate skipped

PR closed before full evaluation. No late first comment was created.

Signal Result Evidence Action
Gate result ⚠️ Skipped #487 is no longer open. No action.

Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.

@ghost ghost added the gittensory:reviewed label Jun 9, 2026
@superagent-security

Copy link
Copy Markdown
Contributor

Superagent didn't find any vulnerabilities or security issues in this PR.

JSONbored
JSONbored previously approved these changes Jun 10, 2026

@JSONbored JSONbored left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@jonathanchang31 this is good to land.

A few notes:

  • The owner workflow is wired into the real app surface, not a detached mock.
  • The readiness buckets and remediation states match the issue direction.
  • Screenshot evidence is present; clickable thumbnail formatting would be better next time, but it is not blocking here.
  • No code changes requested.

@dosubot dosubot Bot added the lgtm label Jun 10, 2026
@JSONbored

Copy link
Copy Markdown
Owner

@jonathanchang31 please fix failing CI

@JSONbored JSONbored added the gittensor:feature Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier. label Jun 10, 2026
@jonathanchang31

Copy link
Copy Markdown
Contributor Author

@JSONbored Could you plz review my PR again? Thanks! && I love Gittensory.

@JSONbored
JSONbored self-requested a review June 10, 2026 17:12

@JSONbored JSONbored left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@jonathanchang31 this is good to land.

A few notes:

  • The owner workflow is now visible in the real /app/owner surface, not just in helper code.
  • The readiness buckets, next actions, and supporting signals match #246.
  • Screenshot evidence is present; next time, use smaller clickable thumbnails with state captions, but that is not blocking here.
  • CI is green on the current head.

No code changes requested.

@JSONbored
JSONbored merged commit a183a74 into JSONbored:main Jun 10, 2026
6 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in gittensory - v1 roadmap Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gittensor:feature Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

feat(app): turn registration readiness into a guided owner workflow

2 participants