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
Essentially something like this:
Could also use green maybe, just try to keep it visually distinct from the queues but not too visually distinct that that is the only thing they focus on
I am unsure on the best way to implement this, but one idea I had was to add a new unreadAsyncQuestions column inside user_course_model (i.e. the entity that represents the many-to-many relationship between user and course). Then, it would be as simple as adding 1 to all unreadAsyncQuestions whenever a new async question is created.
The text was updated successfully, but these errors were encountered:
Description
Essentially something like this:
Could also use green maybe, just try to keep it visually distinct from the queues but not too visually distinct that that is the only thing they focus on
I am unsure on the best way to implement this, but one idea I had was to add a new
unreadAsyncQuestions
column insideuser_course_model
(i.e. the entity that represents the many-to-many relationship between user and course). Then, it would be as simple as adding 1 to all unreadAsyncQuestions whenever a new async question is created.The text was updated successfully, but these errors were encountered: