Currently, WebCompat has the following packages: * di * retrievalservice * store * ui Ideally, we should remove the retrievalservice package and add a middleware package, similar to review checker. Then, we can move all of the middlewares from the store package and the retrieval service into the middleware package. Remember to do this for the tests as well
Bug 1937922 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Currently, WebCompat has the following packages: * di * retrievalservice * store * ui Ideally, we should remove the retrievalservice package and add a middleware package, similar to review checker. Then, we can move all of the middlewares from the store package into the middleware package. All of the original files in the retrievalservice package should also go into the middleware package. Remember to do this for the tests as well
Currently, WebCompat has the following packages: * di * retrievalservice * store * ui Ideally, we should remove the retrievalservice package and add a middleware package, similar to review checker. Then, we can move all of the middlewares from the store package into the middleware package. All of the original files in the retrievalservice package should also go into the middleware package. The `WebCompatInfoDeserializer` should also go in the middleware package since it is being used by the middleware. Remember to do this for the tests as well.