feat: Dolibarr client dashboard in Gitea #56

Open
opened 2026-05-08 04:47:37 +00:00 by jmiller · 0 comments
Owner

Per-client view inside Gitea showing all repos, issues, and activity for a Dolibarr third party.

Proposed

  • GET /dolibarr/clients — list Dolibarr third parties with linked repos
  • GET /dolibarr/clients/{id} — client detail with all linked issues, PRs, repos
  • Dashboard widget showing client health (open issues, overdue, recent activity)

UI

  • New nav item: Clients (when Dolibarr integration enabled)
  • Client page shows: repos, open issues, recent commits, time tracked, invoices
  • Filter issues across repos by client

Use Case

Before a client call, see all open issues, recent deployments, and pending invoices in one view.

Per-client view inside Gitea showing all repos, issues, and activity for a Dolibarr third party. ## Proposed - `GET /dolibarr/clients` — list Dolibarr third parties with linked repos - `GET /dolibarr/clients/{id}` — client detail with all linked issues, PRs, repos - Dashboard widget showing client health (open issues, overdue, recent activity) ## UI - New nav item: Clients (when Dolibarr integration enabled) - Client page shows: repos, open issues, recent commits, time tracked, invoices - Filter issues across repos by client ## Use Case Before a client call, see all open issues, recent deployments, and pending invoices in one view.
jmiller added the type: feature label 2026-05-11 17:08:55 +00:00
Sign in to join this conversation.
No labels type: feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#56