This document outlines the things which need to be tested before pushing to production. We recognise that it is a better idea long-term to write actual integration tests but 🙃
Everything works in dark mode
Everything works for each screen size breakpoints (see line 84 of
client/src/constants/theme.ts
)Everything works after reloading the page
Things to note in particular:
Course names are not cut off in the course selection dropdown
Use dev-tools to check everything works on mobile:
Drag and drop works
Scrolling works
Nothing is cut off
Add Comment