-
Jacek Lebioda authoredJacek Lebioda authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
todos.txt 990 B
* 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.