zaratanDotWorld / choreWheel

Computational governance tooling
GNU Affero General Public License v3.0
9 stars 0 forks source link

Add isActive checks for houses #181

Open kronosapiens opened 4 days ago

kronosapiens commented 4 days ago

Closes #179

We need a way to figure out if a house is actively using an app. Some query which checks the last time a key table has been updated should do the trick:

If there have been no writes to these tables in the last 30 days, the workspace should be considered "inactive". This can be used as a conditional when receiving events to decide how to respond.