This commit is contained in:
Tom Odem 2024-05-09 09:06:13 -07:00
parent 5332550359
commit 1b3ad87be2

View File

@ -11,3 +11,4 @@ memory system, make sure we can store memory of how things have interacted. some
why it was pressed, in response to what, etc. every single thing should connect and be traceable
widgets should have either 1 or any number of there own existance
widgets that can be more than one should have some parameters like "noUpdate" or "updateWhenFull" so we can control when more widgets can be placed and when they can be updated
elements when interacted with need to send the operation to state for the monitor to handle certain actions?