-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add a recent assignment deliveries widget in teacher home screen #367
Comments
I would like to work on this issue , could you please assign it to me ! |
Basically we have to display some kind of table which displays all the records of assignments, classes etc right ? |
We don't assign issue. You should check for pull requests linked to an issue you are addressing; if there are none, then assume nobody has done anything.
Nope just the list of recently delivered assignments. |
@llaske I am implementing this, I have a doubt that where can I get the all delivered assignments or where are they recorded that which student has submitted a student |
@llaske is the endpoint for this task exist or I have to make that , as far as I see there is no endpoint for this task |
@parteekcoder yeah we are going to need some endpoint for this feature. We can either edit an existing endpoint or create a new endpoint.
I prefer going with Option 1, although it will may cause backwards incompatibility depending on if Sugarizer is using this API (you can survey this). Moreover, some hardcoded strings in Assignments feature like "Delivered" can me improved. |
yeah thanks @NikhilM98 |
hey @NikhilM98 here delivered should be true as we are requesting for assignments that are complete |
@llaske, is this issue open for me to work onto |
@Vishalk91-4 sure, let's go. |
Add a widget in teacher dashboard home screen to see recently delivered assignments.
You can take inspiration from the Recent entries Widget:
The text was updated successfully, but these errors were encountered: