Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks don't track a started_date field #60

Open
Jefficus opened this issue Mar 13, 2019 · 2 comments
Open

Tasks don't track a started_date field #60

Jefficus opened this issue Mar 13, 2019 · 2 comments

Comments

@Jefficus
Copy link

Tasks currently have date fields for tracking when they were created, due, and done, but not for when the task was started. I'm working on a stand-alone report generator that queries the db and prepares a report for a given start-end date, showing which tasks were created or completed during that period, but I currently can't produce a section in the report for tasks I started on during that time.

This report will be particularly useful for me when I'm preparing for weekly team meetings, but without that started_date field, I'm going to have to find a workaround. I'll probably create a simple mod to my version of the source that posts a [Started: YYYY-mm-dd] note to the bottom of the description field whenever a task is marked started, and then parse through the description field looking for those tags in my report generator. But it would be way easier (and more consistent) if that info was just available in a field like the other dates.

@agateau
Copy link
Owner

agateau commented Mar 16, 2019

This is a good idea 👍. It would require a new field in the task table, but that is not too complicated. I don't really have time to work on it right now, would you be interested in giving it a try?

@Jefficus
Copy link
Author

Jefficus commented Mar 16, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants