Frontend Issue 1: Regenerate API Client After Forgejo Backend Routes #17

Open
opened 2026-05-19 02:28:01 -05:00 by null · 0 comments
Owner

Goal

Regenerate Orval clients after backend Forgejo routes are available.

Scope

  • Run Orval against the backend OpenAPI schema.
  • Commit generated model and hook files.
  • Ensure TypeScript still passes.

Acceptance Criteria

  • Generated client includes Forgejo connection, repository, issue, sync, metrics, and close endpoints.
  • npm run lint passes.
  • npx tsc --noEmit passes.

Out Of Scope

  • Handwritten UI, Backend changes.
## Goal Regenerate Orval clients after backend Forgejo routes are available. ## Scope - Run Orval against the backend OpenAPI schema. - Commit generated model and hook files. - Ensure TypeScript still passes. ## Acceptance Criteria - Generated client includes Forgejo connection, repository, issue, sync, metrics, and close endpoints. - `npm run lint` passes. - `npx tsc --noEmit` passes. ## Out Of Scope - Handwritten UI, Backend changes.
null added the
forgejo
frontend
labels 2026-05-19 03:32:01 -05:00
Sign in to join this conversation.
No description provided.