Riccardo Graziosi
Riccardo Graziosi
- Closes #375 - Adds a limitation on email registration (anyone can register, no one can register, only specific email domains can register)
Administrators can invite users by email to join the feedback space. Invited users can register to the site even though the site has been set as private and registrations have...
- Add a setting to make the site private. So only logged in users can view the site. - Make email registration optional (i.e. administrator can decide whether user can...
Bootstrap's dropdown should close if I click outside of it or on a dropdown button, but not if I click on empty space inside the dropdown. See: https://stackoverflow.com/questions/25089297/avoid-dropdown-menu-close-on-click-inside
Right now, after a successful log in users are redirected to the root page. However, a user may decide to log in (or sign up) clicking the "log in" button...
Add API
Closes #66
Right now, invitations sent can be accepted anytime: even 1 year after the invitation has been sent. Maybe it is a good idea, from a security perspective, to put a...
With the current system, a user can potentially vote on every single idea, yielding very little value to the administrators. It could be useful to add an optional setting to...
Add the possibility to vote comments. For implementation purposes, it may be useful to use [Rails polymorphic associations](https://guides.rubyonrails.org/association_basics.html#polymorphic-associations)