RomanPolek / wad2_ae1

1 stars 0 forks source link

Please let me know when the backend is finished #15

Open RomanPolek opened 3 years ago

RomanPolek commented 3 years ago

Hey backend team, Please let me know as soon as the backend is finished. We have to then connect the backend frontend together and fix bugs together. Ill not be working on backend anymore as I see that you started to work on it. There's very little time left, that's why while you are working on it and frontend is waiting, Im gonna fork and work on a backup - in case the main branch doesnt work near the deadline, we can use the working finished backup branch.

We should definitely have a meeting and discuss the progress. Just let me know when u can today @mrkajetanp @2397741k

RomanPolek commented 3 years ago

im just testing it and pushed the changes rn :)

RomanPolek commented 3 years ago

also I tested the Submission updated and works perfectly. Thanks great job

mrkajetanp commented 3 years ago

I implemented showing Students their past submitted exams in Exam view! Essentially I just changed the get_exams function to perform two queries (submitted & upcoming exams) and join them into one, resulting in past exams only showing up if they have a submission from this student and upcoming showing up same as before. No change to what Teachers get.

I also removed an unnecessary check since you were filtering exams by dates in exams view having already filtered them in get_exams(), if an exam got that far it should mean it's all right!

ann-kmnsk commented 3 years ago

That’s great!