aula
aula copied to clipboard
An online platform for political participation in schools
As of #920, browser caching is universally disabled. This is bad for scalability and for people coming through bad networks. What we want is something more like this: - cache...
Make sure that quickcheck deps are removed from the library completely. There is subtle stuff going on with it all over the place, and we probably don't want any of...
Problem: If no avatar image is provided in user profile edit, we get an error instead of a `Nothing`. Workaround: We treat all errors as "no avatar image provided for...
Entering a special character like “!,.@” in an idea title produces a validation error that reads “unerwartet '.'erwartet letter or digit, space oder end of input”. The validation message should...
i18n
- transifex interoperability - make it easy to change wording in the UI without touching the code - NTH: support for multiple languages
we are setting cookies, but we are not doing the obnoxious EU-required warning. not sure that's a problem? we are not a public application, but by-invitation only in closed organisations,...
We should mark all occurrances of `User` where we expect a non-deleted user, and find a way to enforce `isActiveUser` in those places on the type level somehow. I'm just...
- dangerousResetAulaData - dangerousRenameAllLogins
Many pages enumerate data. There is no pagination defined in the click dummy. A list of pages should be created where the pagination applies.
in #615, we currently implement the delegation logic, and we ran into a weirdness in the fringe case where N voters delegate to each other in a cycle and then...