zetonteam / zeton_django

Hacktoberfest
Apache License 2.0
10 stars 2 forks source link

Jako opiekun chcę dodawać zadania podopiecznemu #86

Open pyexplorerhs3 opened 1 month ago

pyexplorerhs3 commented 1 month ago

Check if backend is done

pyexplorerhs3 commented 1 month ago

removed TaskSerializer.student_id field and fill it with student id from URL instead, as described here: https://www.django-rest-framework.org/api-guide/serializers/#passing-additional-attributes-to-save

tgbdc7 commented 2 weeks ago

backend is done.

adrian13508 commented 1 week ago

Case should be redesigned. Tasks are reusable by design, so there should be some flag added to monitor states 'to do', 'in progress', 'done', 'rejected' or something similar.