mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-01 18:20:51 -04:00
[PR #73] [MERGED] Notifications system implementation #128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/73
Author: @timothycarambat
Created: 10/16/2023
Status: ✅ Merged
Merged: 10/16/2023
Merged by: @timothycarambat
Base:
master← Head:notifications-system📝 Commits (4)
2499f45Frontend notification setupa5dc650Implement notification systemaaa41a7Show empty notifications when none presentba2337cchange null condition of notification📊 Changes
9 files changed (+652 additions, -32 deletions)
View changed files
📝
backend/endpoints/v1/organizations/index.js(+84 -0)➕
backend/models/notification.js(+109 -0)➕
backend/prisma/migrations/20231016215213_init/migration.sql(+17 -0)📝
backend/prisma/schema.prisma(+27 -13)📝
backend/storage/settings.json(+164 -0)➕
frontend/src/components/Header/Notifications/index.tsx(+195 -0)📝
frontend/src/components/Header/index.tsx(+21 -19)📝
frontend/src/models/organization.ts(+27 -0)➕
frontend/src/utils/data.ts(+8 -0)📄 Description
Will be used for pushing notifications for job completion and other alert tasks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.