SciCatProject / SciCatProject/frontend

Users Endpoint integration

Open
#2,181 0 comments 0 reactions 1 assignee View on GitHub

@totopoloco is already working on this.

Since Jan 15, 2026.

Improvement
Dominant language
TypeScript
Stars
29
Forks
44
Avg merge
20h 2m
Merged PRs (30d)
20

Description

Issue Name

Integrate Users List from Backend to Frontend

Summary

We need to fetch and display the list of users in the frontend by integrating the backend API endpoint that returns user data. This includes wiring up the API request, handling loading/error states, and rendering the users in the UI.

Steps to Reproduce

Navigate to the part of the app where the users list should appear (e.g., Users page).

Currently, the frontend shows no users or placeholder data.

There is no connection between the frontend and the backend users endpoint.

Current Behaviour

The frontend does not request or show the users list from the backend.
UI shows empty state or mock data.

Expected Behaviour

Users should be displayed in a list/table/grid with relevant fields.
Handle loading and error states gracefully.
Appropriate tests should be added to verify the integration.

PS: make ssure to add the proper tags to the issue

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.