Do ONLY ONE task at a time Once you think you've completed the item, compile and test the feature/fix in the browser on both desktop and mobile - pay attention to spacing especially on mobile We want to do TDD so create a failing test, then make it green. Ensure we are testing every change and updating tests as needed to cover the new functionality and all feasible edge cases (leave out cases that can't realistically happen). The last step in completing any TODO item is to modify the README with any new features (if relevant) or update any sections that need updating (if necessary) Once an item is completed move it to the "Completed:" section and tag a date/time to it Add a TODO item to the end of the backlog if the item you just completed should be screenshotted (ie. added to the screenshot script) for the readme Clean up any leftover screenshots from playwright/puppeteer sessions Commit all files to the repo BUT DO NOT PUSH
- set up a devctl.test proxy domain in caddy to the devctl dashboard so we can have https - still allow access on the raw 4000 port though