AOSSIE-Org / AOSSIE-Org/Devr.AI

FEATURE REQUEST: Connect Frontend With Backend User System

未關閉
#175 4 則留言 0 個 reaction 已指派 1 人 已被 @PinJinx 認領 在 GitHub 檢視
enhancement
主要語言
Python
星號
102
分支
137
PR 合併指標
30 天內沒有已合併 PR

描述

### Is your feature request related to a problem?

- [x] Yes, it is related to a problem

### Describe the feature you'd like

## 🌟 Feature Description
Our backend now includes a complete users table and several related entities, but the frontend still relies on mock user data. As a result, the Profile page does not display actual authenticated user information, and backend-linked records are reflected in the UI.

## 🔍 Problem Statement
The Profile page still uses mock data and does not display real user information. Additionally, both the frontend and backend independently connect to Supabase, causing duplication and inconsistent data handling. The frontend needs to stop using mock data and rely solely on backend-managed user data.

## 🎯 Expected Outcome
- Replace all mock data on the Profile page with real user data coming from backend API endpoints.
- Ensure proper linkage between the authenticated user and their backend-stored profile record.
- Implement clear loading, error, and empty UI states.
- Maintain full type safety through TypeScript interfaces consistent with the backend schema.

## 📷 Screenshots and Design Ideas
Image

## 📋 Additional Context
I hoped to create endpoints in the backend and manage the supase stuff in the backend itself currently both front end and back end connects to supa base for fetching data and retrieving things. This is unnecessary and wasting resources.I thought we could migrate everything to the back end.

### Record

- [x] I agree to follow this project's Code of Conduct
- [x] I want to work on implementing this feature

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。