codefori / codefori/vscode-ibmi
Server Side Actions
- Dominant language
- TypeScript
- Stars
- 418
- Forks
- 160
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 12
Description
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`.
Contributor guide
Assessment
This issue has not been assessed yet.