67 lines
2.8 KiB
HTML
67 lines
2.8 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>What I am Doing</title>
|
|
<link rel="stylesheet" href="css/display.css" type="text/css">
|
|
<link
|
|
href='http://fonts.googleapis.com/css?family=Average+Sans|Quicksand:300,400,700|Oleo+Script+Swash+Caps|Ubuntu|Rationale|Exo:200,400|Cantarell|Jura|Play|Seaweed+Script|Rosario|Bubbler+One|Spinnaker|Advent+Pro'
|
|
rel='stylesheet' type='text/css'>
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
</head>
|
|
<body>
|
|
<section id=current-task>
|
|
<h3>Current Activity</h3>
|
|
<span class=task>QD Lobby Map: Meeting with JCA.</span>
|
|
<div class=task-notes>
|
|
<p>Discussed current display procedure, plans for new display.
|
|
Thoughts for new display:</p>
|
|
|
|
<ul>
|
|
<li><p>Predefined window of time (TBD) for the orders to be shown on the map. All
|
|
orders displayed will be chosen based on when they were placed.</p></li>
|
|
<li><p>Discussed whether we wanted to have a periodic refresh, meaning we would
|
|
blank the display at the beginning of the week/month and let it fill back in
|
|
as orders come in, or keep a rolling refresh, meaning we would drop orders
|
|
from the display when they are more than a week/month old.</p>
|
|
|
|
<p>In other words, does the display show the current week/month or does it show
|
|
the last 7/30 days?</p>
|
|
|
|
<p>The decision was to expirement and see which was a more impressive display.</p></li>
|
|
<li><p>I need to investigate the latest version of KML in case there are new
|
|
features available that would be useful.</p></li>
|
|
</ul>
|
|
|
|
|
|
<p>Other notes:</p>
|
|
|
|
<ul>
|
|
<li>QD is running Google Earth 7.1 (latest Beta)</li>
|
|
<li>Chris will send me the Order Tour source code.</li>
|
|
<li>We planned to have my old workstation setup and configured with GoToMyPC to
|
|
allow access to the QD development environment.</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
<section id=priorities>
|
|
<h3>Next Actions (unsorted)</h3>
|
|
<div class=next-action>
|
|
<span class=action>Respond to ELance job proposal.</span>
|
|
<span class=date>Mon, 08/05</span>
|
|
</div>
|
|
<div class=next-action>
|
|
<span class=action>Create matching project folder structure in
|
|
the <em>done</em> folder as the project folder and move action items
|
|
appropriately.</span>
|
|
<span class=project><a href=/project/gtd-cli">GTD CLI</a></span>
|
|
</div>
|
|
<div class=next-action>
|
|
<span class=action>Implement category drill down.</span>
|
|
<span class=project><a href="/project/time-analyzer">Time analyzer software</a></span>
|
|
<span class=details>Double-clicking on a category should show a
|
|
graph of sub-items in that category.</span>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html>
|