buerokratt / Analytics-Module

0 stars 14 forks source link

Remove all MSW requests #128

Open turnerrainer opened 1 year ago

turnerrainer commented 1 year ago

AS A Product Owner I WANT all of the MSW requests to be removed and replaced with Ruuter endpoints SO THAT the all of the mock requests would be removed and the service could be fully functioning

Acceptance Criteria

ValterAro commented 1 year ago

BUG: Short summary: The MSW request all seem to be removed when testing the service module, but request to /priv1/sse/cs-get-all-active-chats throws a 406 error. Expected result: /priv1/sse/cs-get-all-active-chats answers the correct way. Real result: The request throws an error (406) How to reproduce the bug: Go to https://admin.dev.buerokratt.ee/analytics/overview after logging in and use inspect to view the network requests

turnerrainer commented 12 months ago

AT will be done by @1AhmedYasser

1AhmedYasser commented 12 months ago

@turnerrainer Looks good to me, only one thing i noticed that the NSW package is still there and its unused anymore, so i will remove it in my next PR