0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Adding in the toto

This commit is contained in:
Scott Tolksdorf
2016-05-03 17:37:00 -04:00
parent 543ab39844
commit ead50af34b
2 changed files with 43 additions and 10 deletions

43
todo.md Normal file
View File

@@ -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

View File

@@ -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.