codefori / codefori/vscode-ibmi

Server Side Actions

Open
#1,665 5 comments 1 reaction 0 assignees View on GitHub
enhancement
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.