Add TODO file.

This commit is contained in:
tastytea 2020-10-14 05:44:51 +02:00
parent 49bb0793ad
commit 81475b3a20
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 4 additions and 8 deletions

4
TODO Normal file
View File

@ -0,0 +1,4 @@
- Dynamically add input fields for tags and receipts.
- Autocomplete tags.
- Make it look okay on all sorts of screen sizes.
- Let users subscribe to a set of tags of their choosing via RSS.

View File

@ -66,13 +66,5 @@
<input type="submit">
</form>
<h2>TODO</h2>
<ul>
<li>Dynamically add input fields for tags and receipts.</li>
<li>Autocomplete tags.</li>
<li>Make it look okay on all sorts of screen sizes.</li>
<li>Let users subscribe to a set of tags of their choosing via RSS.</li>
</ul>
</body>
</html>