Expert Response - revaturelabs/ask-frontend GitHub Wiki
The expert response portion of the application is built using the Response Interface. This interface is utilized within the response service. The method get responses allows for an array of observables built with the same parameters of the response model. Upon login the expert's responder Id is created and this Id is used in conjunction with the question Id to complete a given response's question and responder Id. With both of these Ids the ability to make an edited response functionality is possible. The ability for an expert to edit his or her specific response would be made possible by a check of these two response parameters.