It'd be cool if we had server side actions, which means instead of storing an action on the client, we store it (and edit it) on the server so all users can have access to it.
Things to determine: where do we store this data?
- Do we store it in the database?
- Yes because it the risk of data being overwritten is low
- Do we store it in a JSON file in the IFS?
- Yes because the JSON is easier to manipulate if we want to add more data
- Perhaps we can automatically manage it as a git for our server files
There are probably more reasons, but this would be a killer feature.
Server side actions would only work for member, streamfile and object types not [local] file.
It'd be cool if we had server side actions, which means instead of storing an action on the client, we store it (and edit it) on the server so all users can have access to it.
Things to determine: where do we store this data?
There are probably more reasons, but this would be a killer feature.
Server side actions would only work for
member,streamfileandobjecttypes not [local]file.