parent
df4079da73
commit
ed47ee33fa
20
TODO.md
20
TODO.md
|
@ -4,6 +4,24 @@
|
||||||
|
|
||||||
- ~~jilo-web.db outside web root~~
|
- ~~jilo-web.db outside web root~~
|
||||||
|
|
||||||
- jilo-web.db writable by web server user
|
- ~~jilo-web.db writable by web server user~~
|
||||||
|
|
||||||
|
- major refactoring after v0.1
|
||||||
|
|
||||||
|
- - add bootstrap template
|
||||||
|
|
||||||
|
- - clean up the code to follow model-view--controller style
|
||||||
|
|
||||||
|
- - no HTML inside PHP code
|
||||||
|
|
||||||
|
- - put all additional functions in files in a separate folder
|
||||||
|
|
||||||
|
- - reduce try/catch usage, use it only for critical errors
|
||||||
|
|
||||||
|
- - move all SQL code in the model classes, one query per method
|
||||||
|
|
||||||
|
- - add 'limit' to SQL and make pagination
|
||||||
|
|
||||||
|
- - pretty URLs routing (no htaccess, it needs to be in PHP code so that it can be used with all servers)
|
||||||
|
|
||||||
- add mysql/mariadb option
|
- add mysql/mariadb option
|
||||||
|
|
Loading…
Reference in New Issue