olioapps / typescript-starter-lab

0 stars 1 forks source link

Create UserProvider #111

Open emmalgs opened 1 year ago

emmalgs commented 1 year ago

What it is: Develop the UserProvider module responsible for handling requests from the userController and interacting with the UserAPIService for data operations.

Context: The UserProvider acts as an intermediary layer between the userController and the UserAPIService, processing incoming requests, performing necessary validations, and coordinating data operations.

Acceptance Criteria: