drvicx / jdm-timesheet-cloud

Timesheet 2.0 Spring Cloud project with microservices
0 stars 0 forks source link

Implement New Model for Orgdata and User #23

Closed drvicx closed 2 years ago

drvicx commented 2 years ago
  1. Create NEW HSQL database "timesheet-udm" from "timesheet" database;
  2. Add new fields for ORGDATA and USER Tables;
  3. Connect NEW Database to SERVICE-TIMESHEET App;
  4. Make the appropriate changes to Orgdata and User Entity Class for SERVICE-TIMESHEET;
  5. Check JSON Response from "/orgdatas" and "/users" endpoints;