<feed xmlns='http://www.w3.org/2005/Atom'>
<title>timetasker/templates, branch master</title>
<subtitle>A CLI for submitting Time Task time sheets</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/'/>
<entry>
<title>Remove generator.go, templates/ directory</title>
<updated>2017-06-03T13:26:16+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-06-03T13:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=b9c75fc559a5d79042e419cba8a9b5a4546c9b6d'/>
<id>b9c75fc559a5d79042e419cba8a9b5a4546c9b6d</id>
<content type='text'>
These are not needed in the new world where we only submit a single time
entry at a time and entry parameters are filled in on the command line.

My guess is we'll likely have some sort of generator in the future to
create the initial `config.toml` file, but that won't contain any
logic-based data. My guess is we'll probably be able to just stick it in
a template string right inside a *.go file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are not needed in the new world where we only submit a single time
entry at a time and entry parameters are filled in on the command line.

My guess is we'll likely have some sort of generator in the future to
create the initial `config.toml` file, but that won't contain any
logic-based data. My guess is we'll probably be able to just stick it in
a template string right inside a *.go file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GenerateWeeklyTimesheet()</title>
<updated>2017-03-12T17:47:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-03-12T17:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=4b1de1d7bfb0261d28a192171b73388cb639eae4'/>
<id>4b1de1d7bfb0261d28a192171b73388cb639eae4</id>
<content type='text'>
A function to generate a weekly time sheet.

Add a new `defaults` key to the config.yml file. Looks like this:

    defaults:
      client:
      project:
      module:
      task:
      work_type:
      time:
      billable:

This will be used to fill in default values when a timesheet is
generated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A function to generate a weekly time sheet.

Add a new `defaults` key to the config.yml file. Looks like this:

    defaults:
      client:
      project:
      module:
      task:
      work_type:
      time:
      billable:

This will be used to fill in default values when a timesheet is
generated.
</pre>
</div>
</content>
</entry>
</feed>
