Clearpath-HQ / Clearpath_backend

De-coupled django backend of Clearpath
GNU General Public License v3.0
12 stars 0 forks source link

Notifications model #15

Open Samsonroyal opened 4 months ago

Samsonroyal commented 4 months ago

Task: Notifications Model

Description:

Develop and implement a notifications model in the Django backend.

This includes creating database models, views, and serializers for notifications, as well as ensuring proper integration with the existing user and event systems. The notifications model should support different types of notifications (e.g., email, in-app), and include features like read/unread status, timestamps, and user preferences.

Also they should be able to send reminders to users when their tasks are due. Send notifications when tasks are assigned to an individual.

Akweley commented 4 months ago

@Samsonroyal is the standard nomenclature available now?

Samsonroyal commented 4 months ago

@Samsonroyal is the standard nomenclature available now?

Hello @Akweley haven't developed the documentation yet; will inform you when it is done.