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 an export button to assignment deliveries #366

Open llaske opened 1 year ago

llaske commented 1 year ago

The idea is to add an export button in the Assignment deliveries screen to allow exporting assignments deliveries as a CSV file.

image

Only deliveries matching the filter should be exported. You can take inspiration from the Export Users button in the Users view.

parteekcoder commented 1 year ago

hey @llaske @NikhilM98 I have a question that do we want to export only the assignments that are delivered right?

llaske commented 1 year ago

@parteekcoder no, the idea is to use filter condition so the teacher could choose.

parteekcoder commented 1 year ago

hey @llaske @NikhilM98 When a teacher has created an assignment how it will reach to students , @llaske on your screen above students are shown but on my screen assignments are shown image I have also added students in the class

llaske commented 1 year ago

The assignment should be launched (play button) to be visible by students and to have deliveries visible. See here for a demo.

parteekcoder commented 1 year ago

Thanks @llaske for the help

llaske commented 1 year ago

Fixed in https://github.com/llaske/sugarizer-server/pull/396

parteekcoder commented 1 year ago

Hi @llaske is this fix released ?

llaske commented 1 year ago

@parteekcoder yes but I'm closing the issue only when it's released. it's why it's tagged "to be release".