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 code has to be modularized #22

Open madhavipuliraju opened 7 years ago

madhavipuliraju commented 7 years ago

Implementation code has to be modularized. Need to reuse the code wherever the same code is repeated.

madhavipuliraju commented 7 years ago

For example: the implementation code for "add_responses_to_feedback" is repleased in the following operations: 1) Add Feedback: https://github.com/vlead/feedback-portal/blob/master/src/runtime/system/system-interface.org#addfeedback 2) Add Generic Lab and Experiment Feedback: https://github.com/vlead/feedback-portal/blob/master/src/runtime/system/system-interface.org#addgenericlabandexpfeedback 3) Add Generic Feedback: https://github.com/vlead/feedback-portal/blob/master/src/runtime/system/system-interface.org#addgenericfeedback