Skip to content
Snippets Groups Projects
Commit 0ac755df authored by Piotr Gawron's avatar Piotr Gawron
Browse files

old todo list removed

parent d11ffb8f
No related branches found
No related tags found
No related merge requests found
* TODO List
** Notice
Moved all the important stuff to gitlab issues
** Important
- label for's => give them correct html id's (all html forms).
Currently it works, but it's not valid HTML, as the ID (for labels) are all the same.
It requires a hack, because django forms are not-so-flexible
- implement `on leave` button
- what about possible sunday in availabilities?
- in beta remember to disable Guest Access
- in beta remember to forbid not-logged users to browse the API
** Visual
- None
** Possible improvements
- breadcrumbs - make them stack. Currently, they are made "half-manually".
While it is not a great problem, it is not a flexible solution
- make some names sound/look more pythonic. Unfortunately, due to
programmistic experience of our team, instead of sticking to python convencies
(lower case methods, fields; using underscore to break words instead of
camelCase), using full names and not abbrieviations, the code sometimes
resembles a mess.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment