Requirements - [X] figure out what data needs to be retrieved by TACOS backend from NOMOS **User data, and role data must be sent from NOMOS to TACOS** - [ ] What Endpoint services in NOMOS give me **User data and Role Data** - refer to full service discovery file - look for possible additional documentation on service endpoints implemented, maybe code, maybe there is something on the nomos repository - Check tacos V1 to see what api's Ty used inorder to get the user and role data - [ ] figureout what things i'd need to test in the scope of backend in the process of getting this done - is the data base running and do I even need to interface with in the scope of this task? - [ ] Figure out where to store the Data - look into documentation regarding database Implementing - [ ] learn how to call api's in Javascript Learn about - Async Programming - Promises in javascript - Syntax for this in Typescript - [ ] How do you test to make sure an API is actually working? - possibly look into postman Testing - [ ] Write an asynchronous function that uses the data within the databases to console.log the data? - make a separate branch on repository called test
Requirements
User data, and role data must be sent from NOMOS to TACOS
Implementing
Learn about
Testing