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

Ability to Create, Modify, Update and Delete the new Question. #24

Open madhavipuliraju opened 7 years ago

madhavipuliraju commented 7 years ago

The following CRUD operations are implemented for "Question" Entity.

madhavipuliraju commented 7 years ago

All the above CRUD operations are implemented. 1) Add the Question: https://github.com/vlead/feedback-portal/blob/master/src/design/index.org#add-the-question 2) Get all questions from the System: https://github.com/vlead/feedback-portal/blob/master/src/design/index.org#get-all-questions-from-the-system 3) Get question by id from the System: https://github.com/vlead/feedback-portal/blob/master/src/design/index.org#get-question-by-id-from-the-system 4) Delete Question: https://github.com/vlead/feedback-portal/blob/master/src/design/index.org#delete-question 5) Update the Question: https://github.com/vlead/feedback-portal/blob/master/src/design/index.org#update-the-question