hn • r/hackernews
Comment on: Show HN: Micasa – track your house from the terminal
This is quite cool. Makes me philosophical: isn't it odd, that this is like an Excel template? Like a "domain model" template? In this case, presented nicely in a TUI that makes basic CRUD workflows work.Most SaaS companies are just that:
1) Curated domain model (stored in their cloud db)
2) Some way for users do to almost raw CRUD on the tables
3) Curated high-level domain specific workflows that do n CRUD calls underneathSo many of these SaaS apps could have been a simple Excel / domain model template like Micasa.But it seems like we haven't "cracked" the perfect UI on top of relational DBs.