[PR #34] [MERGED] feat(notifications): integrate backend notification system #65

Closed
opened 2026-05-07 00:17:41 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/appen-isen/studysen/pull/34
Author: @BreizhHardware
Created: 2/24/2025
Status: Merged
Merged: 2/25/2025
Merged by: @BreizhHardware

Base: mainHead: feat/notifications


📝 Commits (2)

  • 637cb14 feat(notifications): integrate backend notification system
  • d3db639 feat(notifications): enhance notification system with backend integration and test notification functionality

📊 Changes

5 files changed (+211 additions, -54 deletions)

View changed files

📝 app/(settings)/notifications.tsx (+38 -13)
📝 app/(tabs)/index.tsx (+25 -1)
📝 package-lock.json (+38 -1)
📝 package.json (+2 -0)
📝 utils/notificationConfig.ts (+108 -39)

📄 Description

  • Add user creation and retrieval for notifications
  • Implement notification scheduling with backend
  • Add notification cancellation functionality
  • Fix user ID handling and response parsing
  • Update API endpoint URLs for dev/prod environments

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appen-isen/studysen/pull/34 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 2/24/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `main` ← **Head:** `feat/notifications` --- ### 📝 Commits (2) - [`637cb14`](https://github.com/appen-isen/studysen/commit/637cb1487a19a3d1ab77f4784d4e6b0dffbfaab0) feat(notifications): integrate backend notification system - [`d3db639`](https://github.com/appen-isen/studysen/commit/d3db639e00fa06a1f25a109ebd0be4709afc6ab3) feat(notifications): enhance notification system with backend integration and test notification functionality ### 📊 Changes **5 files changed** (+211 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `app/(settings)/notifications.tsx` (+38 -13) 📝 `app/(tabs)/index.tsx` (+25 -1) 📝 `package-lock.json` (+38 -1) 📝 `package.json` (+2 -0) 📝 `utils/notificationConfig.ts` (+108 -39) </details> ### 📄 Description - Add user creation and retrieval for notifications - Implement notification scheduling with backend - Add notification cancellation functionality - Fix user ID handling and response parsing - Update API endpoint URLs for dev/prod environments --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:17:41 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/studysen#65
No description provided.