Modal and alert consistency
In some places we use use modals to get user confirmation, in other places we use a native browser alert, we should decide a winning paradigm and stick with it for consistency. My assumption is that modals are preferred over alerts.
Also there should be some discussion on when/where to use modals.