vlead / feedback-portal

This is the portal, where all kinds of feedback related to a lab or an experiment is filled in.
Other
0 stars 11 forks source link

Implementation of System Operations #8

Open madhavipuliraju opened 8 years ago

madhavipuliraju commented 8 years ago

System holds all the operations which are invoked by the System interface. System checks all the State, Authorization, Arity and Type checks and then performs the action.

madhavipuliraju commented 8 years ago

Following are the list of operations:

1) AddQuestion 2) AddAnswer 3) AddResponse 4) AddFeedback 5) AddResponsesToFeedback

madhavipuliraju commented 7 years ago

6) UpdateQuestion 7) DeleteQuestion 8) GetFeedbackUsage 9) GetFeedbackDump 10) GetFeedbackForm

madhavipuliraju commented 7 years ago

All the above System Operations are Implemented. Please refer to: https://github.com/vlead/feedback-portal/blob/master/src/runtime/system/system.org