Skip to content

Commit

Permalink
Add TODOs for pending tasks related to extending changes in models.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-VM committed Dec 17, 2024
1 parent d77c557 commit 64a4db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/utils/bioinfo_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import core.utils.samples
import core.utils.schema


# TODO: Replace the outdated DateUpdateState with the new SampleStateHistory
def get_bio_analysis_stats_from_lab(lab_name=None):
"""Get the number of samples that are analized and compare with the number
of recieved samples. If no lab name is given it matches all labs
Expand Down
2 changes: 1 addition & 1 deletion core/utils/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def delete_temporary_sample_table(user_obj):
core.models.TemporalSampleStorage.objects.filter(user=user_obj).delete()
return True


# TODO: Replace the outdated DateUpdateState with the new SampleStateHistory
def get_lab_last_actions(lab_name=None):
"""Get the last action performed on the samples for a specific lab.
If no lab is given it returns the info for all labs
Expand Down

0 comments on commit 64a4db4

Please sign in to comment.