add docker build, makefile, and some more shit before we move forward

This commit is contained in:
Jan Novak
2026-02-14 22:18:02 +01:00
committed by kacerr
parent 215b51aadb
commit 5207c48890
11 changed files with 271 additions and 26 deletions

14
project/todo.md Normal file
View File

@@ -0,0 +1,14 @@
## Features to add
- testing: run very limited scrape: 1 page, 10 properties so that we can do some validations on it
- makefile: add target to run locally (with the webserver)
- feature: store date of the last scrape somewhere, so that we know how fresh data are
- feature: ?? mark property with scrape when it first appeared - we might be able to look at recent diffs only
## code organization
- prepare reasonable code structure from the bunch of "random" files
## documentation
- precisely document original intent of the app (Maru has to provide this)