SciCatProject / SciCatProject/frontend
Users Endpoint integration
@totopoloco is already working on this.
Since Jan 15, 2026.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.