buerokratt / Service-Module

0 stars 11 forks source link

Remove all MSW requests #153

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 and the request to /services/cs-get-user-profile-settings?userId=EE..... throws a 404 error. Expected result: /priv1/sse/cs-get-all-active-chats and /services/cs-get-user-profile-settings?userId=EE..... answer the correct way. Real result: The two request throw an error (406 and 404) How to reproduce the bug: Go to https://admin.dev.buerokratt.ee/services/overview after logging in and use inspect to view the network requests

turnerrainer commented 1 year 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