VB-10: Create NotificationUser model
Closed this issue · 1 comments
alexciornii commented
- Add enums associated with the NotificationUser model:
NotificationStatus:
- new
- seen
- deleted
- Create NotificationUser model as described below:
NotificationUser:
user:
type: User
status:
type: NotificationStatus
notification:
type: Notification
created_at:
type: datetime
required:
- user
- status
- notification
RomanCudreavtev commented
Please asign on me