2024-07-01 09:48:07 +00:00
|
|
|
# Jilo Web
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
|
|
|
- ~~jilo-web.db outside web root~~
|
|
|
|
|
2024-07-08 13:13:07 +00:00
|
|
|
- ~~jilo-web.db writable by web server user~~
|
|
|
|
|
|
|
|
- major refactoring after v0.1
|
|
|
|
|
2024-07-25 16:10:53 +00:00
|
|
|
- - ~~add bootstrap template~~
|
2024-07-08 13:13:07 +00:00
|
|
|
|
2024-07-29 13:50:16 +00:00
|
|
|
- - ~~clean up the code to follow model-view--controller style~~
|
2024-07-08 13:13:07 +00:00
|
|
|
|
2024-07-29 13:50:16 +00:00
|
|
|
- - ~~no HTML inside PHP code~~
|
2024-07-08 13:13:07 +00:00
|
|
|
|
|
|
|
- - put all additional functions in files in a separate folder
|
|
|
|
|
2024-07-29 13:50:16 +00:00
|
|
|
- - ~~reduce try/catch usage, use it only for critical errors~~
|
2024-07-08 13:13:07 +00:00
|
|
|
|
|
|
|
- - 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)
|
2024-07-03 10:47:30 +00:00
|
|
|
|
|
|
|
- add mysql/mariadb option
|