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
A robust mechanism for providing system notifications to the user should be added to QA
Implementation notes
QA has a database table called Notification which is expected to be updated both by flask endpoints and ray tasks.
proj_id and image_id are nullable foreign keys. mesage_type is used to meaningfully differentiate notifications from e.g., ray cluster vs. flask server.
Description
A robust mechanism for providing system notifications to the user should be added to QA
Implementation notes
Notification
which is expected to be updated both by flask endpoints and ray tasks.proj_id
andimage_id
are nullable foreign keys.mesage_type
is used to meaningfully differentiate notifications from e.g., ray cluster vs. flask server.Acceptance criteria
The text was updated successfully, but these errors were encountered: