alex 17th May 2024 at 12:54pm
I am trying to achieve the quickest, stablest MVP; to that end, I'm making heavy use of Phind while developing, and opting for biggest-bang-for-buck decisions.
from paper to MVP
01 starting the project with Django
02 making use of Django's built-in authentication
03 from localhost to production test
04 preparing settings for deployment
05 removing hard-coded constants and refactoring
06 first steps into proper deployment
07 serving the static css files
08 some first tries at painting 🎨
09 authenticated static file serving with nginx
10 two nasty production problems, a hypothetical solution, and next steps
11 improving the layout, and tailwind in production
bug tracker and to-do list
Date added | Description | Priority | Status |
---|---|---|---|
24/05/17 | the front-end must be improved | low | ongoing |
24/05/17 | logging in takes long | low | not started |
24/05/23 | tailwind on development sucks without cdn | low | not started |