fcatae / Arda

Arda is an open source tool designed to manage team workloads.
42 stars 18 forks source link

Permission API (CreateNewUserAndSetInitialPermissions) depends on KanbanAPI #78

Closed fcatae closed 7 years ago

fcatae commented 7 years ago

CreateNewUserAndSetInitialPermissions calls KanbanAPI. Since they are different microservices, they should not talk.

            var res = Util.ConnectToRemoteService(HttpMethod.Post, Util.KanbanURL + "api/user/add", "kanban", "kanban", kanbanUser).Result;
fcatae commented 7 years ago

Moved the call to the front-end (Arda.Main)