fix: dashboard
Deploy banu-front / deploy (push) Successful in 1m34s

This commit is contained in:
sajjadtalkhabi
2026-07-12 12:03:26 +03:30
parent dbc166f015
commit b592f520ab
33 changed files with 1714 additions and 102 deletions
@@ -0,0 +1,28 @@
export const counselorDashboard = {
profile: {
id: 6,
name: 'زهرا مشاور',
avatarUrl: null,
province: 'قم',
city: 'قم',
role: 'counselor',
membershipDays: 90,
},
stats: {
openTickets: 12,
answeredTickets: 8,
closedTickets: 40,
totalTickets: 60,
assignedToMe: 9,
},
recentTickets: [
{
id: 88,
studentId: 205,
studentName: 'حسین رضایی',
subject: 'درخواست مشاوره',
status: 'open',
createdAt: '2021-10-11T08:30:00+00:00',
},
],
}