diff --git a/PROJECT.org b/PROJECT.org index fad4f5c..b35e6dc 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -1,6 +1,6 @@ #+title: TODOs -* Backlog [6/23] +* Backlog [0/17] ** TODO [#A] Tasks from org-mode should properlly update notes and leave them out of the body :vrobbler:bug:tasks: ** TODO [#A] Fix small bug in views for TV series where next episode is now None :vrobbler:bug:personal:videos: @@ -48,7 +48,6 @@ Would be nice to have some loose connection to the actual event in my Garmin pro Could be as simple as a JSON form on the scrobble detail page (do I have have one of those yet?). ** TODO [#B] Explore a good way to show notes and descriptions from scrobbles to users :personal:project:scrobbling:vrobbler:spike: ** TODO [#B] Add webdav syncing to retroarch imports :vrobbler:videogames:webdav:feature:project:personal: -** TODO [#B] Fix task app to only use one tag for the context a task was done in and allow configurable contexts by user profile :personal:vrobbler:feature:tasks:project: ** TODO [#B] Add CSV endpoint for book scrobbles that LibraryThing can ingest :personal:project:books:feature:export: https://app.todoist.com/app/task/add-a-csv-endpoint-for-users-book-reads-that-library-thing-can-ingest-6X7QPMRp265xMXqg#comment-6X7QrXq6gJjMP4hg ** TODO [#C] Fix bug where podcast scrobbling creates duplicate Podcast :project:vrobbler:scrobbling:podcasts:bug:personal: @@ -353,8 +352,13 @@ it's annoying. ** TODO [#C] User should be able to enable auto trail tracking via amail reader with Garmin LiveTrack URLs :vrobbler:trails:project:feature:personal: ** TODO [#C] Allow users to see tasks on calendar view :vrobbler:personal:project:templates:feature: https://codepen.io/oliviale/pen/QYqybo -** TODO [#C] Come pu with a possible flow using WebDAV and super-productivity for tasks :personal:feature:project:vrobbler:tasks: -* Version 17.0 +** TODO [#C] Come up with a possible flow using WebDAV and super-productivity for tasks :personal:feature:project:vrobbler:tasks: +* Version 17.1 [1/1] +** DONE [#B] Fix task app to only use one tag for the context a task was done in and allow configurable contexts by user profile :personal:vrobbler:feature:tasks:project: +:PROPERTIES: +:ID: 1ec89c57-0bb8-3401-33bd-ba65127ed36b +:END: +* Version 17.0 [6/6] ** DONE [#A] Fix bug in new task label lookup for Emacs/Org-mode :vrobbler:bug:tasks: :PROPERTIES: :ID: 683fb109-dfc4-85e4-80f0-ea618434f61e diff --git a/vrobbler/apps/tasks/utils.py b/vrobbler/apps/tasks/utils.py index 5ab626b..0533ab0 100644 --- a/vrobbler/apps/tasks/utils.py +++ b/vrobbler/apps/tasks/utils.py @@ -1,7 +1,5 @@ import logging -from tasks.constants import DEFAULT_TASK_CONTEXT_LABELS - logger = logging.getLogger(__name__)