Notification Feature - CPT Table
| Requirement | Notification Feature |
|---|---|
| Input | Triggered by user actions like messages or alerts. |
| Use of List/Collection Type | Stored in an SQLite database with user links. |
| Procedure | Notification is made, linked to users, and saved. |
| Algorithm | Event happens, notification is added for a user. |
| Output | Recipient sees notification with details. |
| Functionality Demonstration | User action creates a notification, which appears in the app. |