docs(tui): add godoc and field reset for RepoForm and OrgForm #376

Closed
opened 2026-07-08 12:55:04 +00:00 by the.auditor · 0 comments
Owner

Two issues in internal/tui/newrepoform.go and internal/tui/orgform.go:

  1. Missing godocs: RepoForm, NewRepoForm, RepoForm.Show(), OrgForm, NewOrgForm, OrgForm.Show() are all exported but lack doc comments.

  2. Fields not reset on Show():

    • RepoForm.Show() doesn't reset private or autoInit checkboxes (owner, name, desc, status are cleared)
    • OrgForm.Show() doesn't clear any fields — stale data persists from previous use

Ref: PR #374

Two issues in `internal/tui/newrepoform.go` and `internal/tui/orgform.go`: 1. **Missing godocs**: `RepoForm`, `NewRepoForm`, `RepoForm.Show()`, `OrgForm`, `NewOrgForm`, `OrgForm.Show()` are all exported but lack doc comments. 2. **Fields not reset on Show()**: - `RepoForm.Show()` doesn't reset `private` or `autoInit` checkboxes (owner, name, desc, status are cleared) - `OrgForm.Show()` doesn't clear any fields — stale data persists from previous use Ref: PR #374
fuzzy closed this issue 2026-07-08 13:18:50 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/steeper#376
No description provided.