Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #175 +/- ##
==========================================
+ Coverage 73.58% 76.11% +2.53%
==========================================
Files 170 191 +21
Lines 4384 5502 +1118
==========================================
+ Hits 3226 4188 +962
- Misses 1158 1314 +156 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
faucomte97
left a comment
There was a problem hiding this comment.
@faucomte97 reviewed 67 files and all commit messages, and made 3 comments.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on SKairinos).
codeforlife/user/models/klass.py line 47 at r2 (raw file):
"""Manager for Class model.""" def all_members(self, user):
This actually doesn't look like it's used anywhere. Add a TODO to remove plz
codeforlife/user/models/klass.py line 127 at r2 (raw file):
@property def active_game(self):
From the old aimmo days. Add a TODO to remove plz
codeforlife/user/models/other.py line 253 at r2 (raw file):
) # Same as User model # TODO: Make not nullable once data has been transferred _invited_teacher_first_name = models.BinaryField(null=True, blank=True)
Remove the 3 fields that start with _ which were for our original approach
8cbda58 to
4d55e43
Compare
faucomte97
left a comment
There was a problem hiding this comment.
@faucomte97 reviewed 8 files and all commit messages, and resolved 3 discussions.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on SKairinos).
SKairinos
left a comment
There was a problem hiding this comment.
@SKairinos made 2 comments.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on SKairinos).
codeforlife/user/models/klass.py line 47 at r2 (raw file):
Previously, faucomte97 (Florian Aucomte) wrote…
This actually doesn't look like it's used anywhere. Add a TODO to remove plz
deleted
codeforlife/user/models/klass.py line 127 at r2 (raw file):
Previously, faucomte97 (Florian Aucomte) wrote…
From the old aimmo days. Add a TODO to remove plz
deleted
faucomte97
left a comment
There was a problem hiding this comment.
Reviewable status:
complete! all files reviewed, all discussions resolved (waiting on SKairinos).
faucomte97
left a comment
There was a problem hiding this comment.
@faucomte97 made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on SKairinos).
This change is