Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: move todo from docstring to comments
Browse files Browse the repository at this point in the history
Co-authored-by: David Vogt <dave@winged.ch>
  • Loading branch information
c0rydoras and winged committed Apr 23, 2024
1 parent 8b0f61d commit 8d34364
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions timed/projects/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,11 @@ class Meta:


class MyMostFrequentTaskFilter(Filter):
"""Filter most frequently used tasks.
"""Filter most frequently used tasks."""

Todo:
----
From an api and framework standpoint instead of an additional filter it
would be more desirable to assign an ordering field frecency and to
limit by use paging. This is way harder to implement therefore on hold.
"""
# TODO: From an api and framework standpoint instead of an additional filter it
# would be more desirable to assign an ordering field frecency and to
# limit by use paging. This is way harder to implement therefore on hold.

def filter(self, qs, value):
"""Filter for given most frequently used tasks.
Expand Down

0 comments on commit 8d34364

Please sign in to comment.