Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show new unread async questions on course page #91

Open
AdamFipke opened this issue Sep 5, 2024 · 0 comments
Open

Show new unread async questions on course page #91

AdamFipke opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@AdamFipke
Copy link
Collaborator

AdamFipke commented Sep 5, 2024

Description

Essentially something like this:
image
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.

image

@AdamFipke AdamFipke added the good first issue Good for newcomers label Sep 5, 2024
@patrickma6199 patrickma6199 self-assigned this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants