This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
jamie
jamie.ideasasylum.com
did:plc:wu2l6vx2ahoo7v56gyig3vot
If it can only be in one state at a time: enum
If states can’t freely transition to all other states: state machine
If it can be in multiple states, or you need audit tracking: timestamps
Notably, timestamps can be combined with an enum or state machine. They’re not exclusive
2024-12-09T22:29:27.863Z