From ead50af34bc963f4cfb9f77ca0e7ba0c473d5de5 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Tue, 3 May 2016 17:37:00 -0400 Subject: [PATCH] Adding in the toto --- todo.md | 43 +++++++++++++++++++++++++++++++++++++++++++ todo.txt | 10 ---------- 2 files changed, 43 insertions(+), 10 deletions(-) create mode 100644 todo.md delete mode 100644 todo.txt diff --git a/todo.md b/todo.md new file mode 100644 index 000000000..10c1195d6 --- /dev/null +++ b/todo.md @@ -0,0 +1,43 @@ +# The Homebrewery + +## v1.5 todo +- Make statusbar un-fixed +- Simplify the panel css to remove the current issues +- Add bleed snippet (bump) +- Add the '/new' page and force save to reduce database size +! Add pagniation and query to the homebrew api +! Update the admin page with pagnition and a query box +! Test the old/small brew filtering for deleteion +- Make the status bar take children? Or just give it a string of booleans. Just simplify it +- Partial rendering kills style tags on unrendered pages. Detect if pages have style tags and render them. +- Add in the link of Pateron? + +## v1.6 +- Add error handling to the saving wdiget in the status bar + - Should provide error dump to copy and a link to github issues page +- Add in the pane splitter +- Add in CodeMIrror of markdown +- Code Editor should display errors at bottom +- Add in Descriptive name box for a brew +- Look into improving the metadata on pages for linking + + +## v1.7 +- User accounts! + - Add a new database model + - Make sure you salt those passwords + - Add a new `/user/id` page + - Should be able to change username and password + - render and show all of thier brews + - + + +# SpellSort + +## v0.1 +- Query text box + - should support `has:somatic`, `class:wizard`, `school:divination`, `level:6` +- Add a dropdown box with clickable elements to inject search terms +- Clean up the 5th edition spells json + + diff --git a/todo.txt b/todo.txt deleted file mode 100644 index c29c42f9c..000000000 --- a/todo.txt +++ /dev/null @@ -1,10 +0,0 @@ -## v1.5 todo -- Make statusbar un-fixed -- Simplify the panel css to remove the current issues -- Add bleed snippet -- Add the '/new' page and force save to reduce database size -- Add pagniation and query to the homebrew api -- Update the admin page with pagnition and a query box -- Test the old/small brew filtering for deleteion -- Make the status bar take children? Or just give it a string of booleans. Just simplify it -- Partial rendering kills style tags on unrendered pages. Detect if pages have style tags and render them. \ No newline at end of file