This repository was archived by the owner on Feb 22, 2026. It is now read-only.
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
anon/backend) : Companies/Tags + In-App Alerts #573
For any queries, or anything, join out [Telegram Group](https://t.me/shogenlabs) or contact [Poulav](https://t.me/impoulav), [Soham](https://t.me/tosoham) or [Rahul](https://t.me/darkdanate)
Title
Follow & Notifications: Companies/Tags + In-App Alerts
Description
Type of Issue: Feature / Backend / API / DX
Directory:
anon/backendTask :
Tables:
follows {follower_user_id, kind{"company"|"tag"}, target_id, created_at};notifications {id, user_id, type, payload(jsonb), read_at?, created_at}.Endpoints:
POST /companies/{slug}/follow,DELETE /companies/{slug}/followPOST /tags/{name}/follow,DELETE /tags/{name}/followGET /me/notifications?cursor=&only_unread=;PATCH /me/notifications/{id}mark readProducer hooks: on new published review/summary for a followed entity → enqueue a notification (privacy-preserving; no email).
Current:
Expected: