Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.17 KB

TODOS.md

File metadata and controls

24 lines (17 loc) · 1.17 KB

Todos

Features

  • Add a way to legitimately insert images into lesson blocks and challenges, not copy/paste or link to another url.

Bugs

  • Working through a lesson should work not just on perfect case:
    • User's should be able to complete blocks in any order.
    • If a user shows an explanation w/out answering it should still count the block as completed.
    • If a user answers incorrectly and then clicks explain it should count block as completed.

Nice Things to Have

  • Update to newest version of svelte.
  • Change database to postgresql.
  • Make the Dockerfile cross-platform compatible (mac, windows, linux).
  • Setup Cypress or a full e2e test suite and integrate w/our account at BrowserStack.