Development for the Admin - Organization creation#409
Conversation
KudratAroraa
left a comment
There was a problem hiding this comment.
Approved.
I reviewed the changes and the PR adds meaningful improvements to the Organisation module in the admin dashboard. The implementation replaces the earlier mock-based overview flow with live organisation fetching, adds an organisation creation flow, introduces a structured organisation list/table, and supports a separate organisation detail view. The overall direction is strong, and the page now supports a much more practical admin workflow for managing organisation records from the web dashboard.
I also noted that the page includes the important UI states needed for this scope, including loading, error, empty, form, success, and list rendering states. The create flow, refresh behaviour, and detail-page handoff all make this a useful extension of the existing Organisation section. The added OrgDetailPage also helps improve the overall module structure by separating detail viewing from the main list/create page.
As a future improvement note, the service layer can later be cleaned further so that older mock-oriented helpers and temporary debug logs are removed once the live API flow is fully settled. Similarly, the detail page refresh action and any placeholder-style fallback data can be refined further in a follow-up cleanup pass. These are not blockers for the current scope of this PR.
Description
Modifying the existing organisation overview page. Replacing Mock Data with actual GET API and Build the organisation creation flow so admins can create and manage organisation records from the web admin dashboard.
Todos
Screenshots and/or Gifs