felipecalvo
felipecalvo
Show most recent exam inscriptions at the top. This is not a big problem in most use cases, as users will not have many inscriptions, but it makes sense to...
When an acute letter (`áéíóú`) is inserted and then, very quickly, a space is inserted, the acute letter disappears. This started happening after the spellchecker was added (https://github.com/mumuki/mumuki-laboratory/pull/1664). I don't...
Currently, on the profile view, discussions are exclusively ordered by their read/unread subscription status. Right now I'm adding on https://github.com/mumuki/mumuki-domain/pull/233 a sub-order criteria, the discussion creation date, as to provide...
> I am not asking to change this here, but I'd really recommend reinforcing the policy of adding `mu-` prefix to new css classes as opposed to legacy css code...
We had a user whose very long name didn't fit in one line, and so it overlapped with everything else. Our quick solution was to reduce the font size a...
When a moderator clicks on the button, it changes from `Yo me ocupo` to `Mejor no me ocupo`. However, since there's a time limit (currently set on Domain at 45...
So they don't get underlined and have proper focus outlines and such. Also, for accessibility reasons.
Steps to reproduce: 1. Go to `localhost:3000/organization/user#messages.` 2. Click on `organization` on the breadcrumb. 3. From the organization page, try to go `back`. 4. URL changes but page stays the...
Showing (or not) the navigation tabs (problem, console, extra code, etc) is decided ultimately by the following: https://github.com/mumuki/mumuki-laboratory/blob/ef77b5c50c734cf8e03e261a859732b061230fd2/app/helpers/exercise_input_helper.rb#L30-L32 Since it's the language the one which decides if the exercise is...
If a user self-deletes their progress and re-does some exercises, they'll be awarded experience again, as if they had never done them in the first place. If instead of destroying...