llaske / sugarizer-server

Sugarizer Server allow deployment of Sugarizer on a local server, for example on a school server.
Apache License 2.0
42 stars 92 forks source link

Add a recent assignment deliveries widget in teacher home screen #367

Open llaske opened 1 year ago

llaske commented 1 year ago

Add a widget in teacher dashboard home screen to see recently delivered assignments.

You can take inspiration from the Recent entries Widget:

image

iks1 commented 1 year ago

I would like to work on this issue , could you please assign it to me !

iks1 commented 1 year ago

Basically we have to display some kind of table which displays all the records of assignments, classes etc right ?

llaske commented 1 year ago

I would like to work on this issue , could you please assign it to me !

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.

Basically we have to display some kind of table which displays all the records of assignments, classes etc right ?

Nope just the list of recently delivered assignments.

parteekcoder commented 1 year ago

@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

parteekcoder commented 1 year ago

@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

NikhilM98 commented 1 year ago

@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.

parteekcoder commented 1 year ago

yeah thanks @NikhilM98

parteekcoder commented 1 year ago

hey @NikhilM98 here delivered should be true as we are requesting for assignments that are complete

Vishalk91-4 commented 10 months ago

@llaske, is this issue open for me to work onto

llaske commented 10 months ago

@Vishalk91-4 sure, let's go.