snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

[FEATURE] System request result interface #131

Closed BECATRUE closed 1 year ago

BECATRUE commented 1 year ago

Feature you want to implement

We want to decide an interface of system request result to provide swift channel with a consistent form.

The system request result should contain the followings:

  1. Requested feature (e.g., createApp(...))
  2. Requester app
  3. Result status (e.g., success, failed, etc.)
  4. Result details

How the feature is implemented