You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When feed request is done, the frontend has the information [In almost realtime]
When feed requst is in progress, the frontend has information [In almost realtime]
Schema
Tech
Add new controller for notifications
Expose and endpoint /GET notifications/{chat_id}
In frontend, when /GET chat/{chat_id}/history contains a notif with a notification in PENDING status, add a polling logic to re fetch notifications only each 30 seconds by calling /GET notifications/{chat_id}
Tests
[] it ...
Validation Checks
Go to chat page
Upload a content
Go to supabase and manually set request notification to Pending status
Go to chat page and wait for more than 30 seconds
Go back to supabase and set status to Done
Go back on quivr and wait 30 seconds max to see new notification coming on chat dialogue
The text was updated successfully, but these errors were encountered:
Epic
Include the issue that represents the epic.
Functional
Schema
Tech
/GET notifications/{chat_id}
/GET chat/{chat_id}/history
contains a notif with a notification inPENDING
status, add a polling logic to re fetch notifications only each 30 seconds by calling/GET notifications/{chat_id}
Tests
Validation Checks
Pending
statusThe text was updated successfully, but these errors were encountered: