Skip to main content

Some bugs I found...

I am particularly concern about mobile responsiveness since most people use their mobile phones to access anything these days. So here are my findings...

  1. Courses

    • The course title should be hidden in mobile view or have it's own row. Currently the course title is messing up the beautiful UI.
    • Adding new lessons. Adding/Editing a lesson in mobile is almost impossible because the sidebar was displayed with no choice of hiding it.
    • Clicking "Completed Course" on lessons would bring the student to the next lesson, but at the last lesson, it did not redirect the student to anywhere. It would be nice to have it redirected to the course page or a simple congratulations message.
  2. Lesson Discussions

    • Giphy: Couldn't get giphy attached to the comments despite having the API key entered in settings.
    • Emoji: When we click on the emoji icon, the popup is hidden from view. User had to scroll abit before the popup is visible. And when an emoji is selected, it doesn't automatically close the popup. User had to click outside the box for it to close.
    • There is a count icon at the message bubble located at the top bar of the lesson page. Not sure if it's intentionally designed that way, but the number count does not disappear even after comments have been read/view/replied or after the message bubble was clicked.
  3. Chat

    • At first I thought the chat was not working and then i realized the cache could be the issue, so i excluded the chat page in the cache. Now it's working but it is not real-time. The user needs to refresh the page every single time before they are able to see the latest messages and there wasn't any notification for the chats.
  4. Custom Lock Screen

    • When I try to embed a url in the description, the embed feature does not work.
    • Rich Text Editor don't seem to function properly. Bullet list is not displayed.
    • Page is not responsive to mobile. Contents in the description, banner, doesn't get wrapped. (Update: I discovered that when text blocks cannot be preformatted or it will not respond properly on mobile. It needs to be transformed to headings or paragraphs.)
    • Banner Content needs some padding on the sides. A long description would touch both sides of the screen.
    • In the banner section, there is currently no way to remove the button.
  5. Editor

    • Image block: When selecting images, unable to upload or choose from media library. The only option available is to import from URL.
    • When elements get grouped, there is no way to ungroup them after saving changes because all elements automatically becomes one HTML block. "Convert to blocks" options does not work.
Some bugs I found...