code4moldova/voluntar-backend

VB-10: Create NotificationUser model

Closed this issue · 1 comments

  1. Add enums associated with the NotificationUser model:
    NotificationStatus:
        - new
        - seen
        - deleted
  1. Create NotificationUser model as described below:
    NotificationUser:
       user:
          type: User
       status:
          type: NotificationStatus
       notification:
          type: Notification
       created_at:
          type: datetime
       required:
        - user
        - status
        - notification

Please asign on me