More polish

This commit is contained in:
Daniel Quinn 2016-03-14 19:13:14 +00:00
parent de53b1c02f
commit 8f9e34078b
2 changed files with 28 additions and 16 deletions

BIN
presentation/img/stack.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -70,6 +70,11 @@
<br />
</section>
<section>
<h2>My Inspiration</h2>
<img src="img/stack.jpg" style="width: 50%;" /><br />
</section>
<section>
<section>
<h2>Paper Sucks</h2>
@ -104,7 +109,6 @@
<li>OCRs them and puts the text in a database</li>
<li>Automatically tags the db record based on user-rules</li>
<li>Encrypts and stores the original</li>
<li>Generates, encrypts, and stores a thumbnail</li>
</ul>
</section>
@ -121,7 +125,6 @@
<section>
<h2>How's it Work?</h2>
<section>
<h3>There's two processes</h3>
</section>
<section>
<h3>1: The Consumer</h3>
@ -145,19 +148,30 @@
<section data-background="img/pony.png">
<h2>Demo!</h2>
<p>Time to sacrifice a kitten</p>
<p>(Time to sacrifice a kitten)</p>
</section>
<section>
<h2>TODO</h2>
<p>It works, but it could use polish</p>
<ul>
<li>The UI is the Django admin</li>
<li>Mail consumption is really raw</li>
<li>Some sort of plugin architecture?</li>
<li>OMG Tests</li>
</ul>
</section>
<section>
<h2>TODO</h2>
<p>It works, but it could use polish</p>
<ul>
<li>The UI is the Django admin</li>
<li>Mail consumption is really raw</li>
<li>Some sort of plugin architecture?</li>
<li>OMG Tests</li>
</ul>
<aside class="notes">
<ul>
<li>
<strong>Plugin architecture</strong>: there've been requests for
some overly custom stuff to happen before and after consumption,
but in the UNIX spirit of "do one job well", I think this sort
of thing is better written as a plugin -- which means I need to
figure out a best practise for that.
</li>
</ul>
</aside>
</section>
<section>
<h2>Fork Me</h2>
@ -165,9 +179,7 @@
<i class="fa fa-github"></i> &nbsp;
<a class="nocolour" href="https://github.com/danielquinn/paperless">https://github.com/danielquinn/paperless</a>
</p>
<p style="text-align: center;">
<img src="img/repo.svg" style="width: 300px;" />
</p>
<img src="img/repo.svg" style="width: 300px;" /><br />
</section>
</div>