invent-framework / invent

Express yourself with code.
https://invent-framework.github.io/
Apache License 2.0
108 stars 12 forks source link

Capture default value from somewhere dynamic (e.g. callable) #79

Open ntoll opened 1 month ago

ntoll commented 1 month ago

On start-up it should be possible for values in the datastore to be dynamically populated via a function. Furthermore, such functions should also be able to be called in some scheduled way so, for example, a GPS reading to be stored in the datastore is created by calling a function that uses the browser's GPS reading API, after some period of time (say 5 seconds).