Yukaii / zuzugo

租租狗,通通給我租起來!
https://zuzugo.vercel.app
MIT License
10 stars 4 forks source link

Multi-user notification with HouseNotification model #102

Open Yukaii opened 1 year ago

Yukaii commented 1 year ago

About the new house crawling mechanism

The house store stores the most recent data. There are two types of cron jobs to perform crawling:

New notification system

Notification is sent per channel. So we need new models for sending notification.

erDiagram
  Subscription ||--o{ ChannelNotification : hasMany
  House ||--o{ ChannelNotification : hasMany