scy / timesheet.txt

A plain-text timesheet file format and tools for it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define milestones

scy opened this issue · comments

I need to think about priorities and what should be in which milestone. The only thing I know for now is that 1.0 has to have a stable and well-documented file format. But should for example the Jira export be implemented pre or post 1.0?

I'm gonna do this by what I need most urgently.

  • 0.1: timestamp-based continuation (1325^1234, see #3); really basic CLI, no filtering or input file selection or the like
  • 0.2: filter by date and billable
  • 0.3: group by issue ID and description, display a sum of all entries in that group

These three items are most important for me, because I need to be able to (manually) export to Jira for a paid project.

After that, we'll see. I think the Jira export should be created before finalizing the file format (i.e. pre-1.0), but other than that I'll just go with the flow and define more in-between milestones as we move along.

Okay, created GitHub milestones for everything in the previous comment.