mirror of
https://github.com/dyiop/astute.git
synced 2025-04-05 21:10:16 -04:00
- Adding ORM - *made customer and contact representation so far* - make constructor to fill data and any linked tables - Set any corresponding types - any related objected are added as feilds of the parent object (customer ← customer contact) - use object to get related objects whenever possible - Ex. Callinc customer.getContacts() instead of the get contacts service. - Add astute service calls to ORM's - Made grid row data to use same objects as the typescripts retreived data - before I was using the promise itself for the rowData, and then keeping a seperate feild to store the actual data returned from the promise. Now, they are both using the data returned from the promise instead. - have to take off the `|async` part from the grid options - AG - Grid clean up - Added whaterver column defiintions were missing - added default grid options |
||
---|---|---|
AstuteClient2 | ||
AstuteSystem | ||
.gitignore | ||
Defects | ||
README.md |
Astute Private Repo
Overview
This project contains three major components: 1. System: the back end webservices, and the part which interacts with the MySQL backend. 2. Client: the front end web tool, for easy interaction with the system. 3. SQL: the setup for the MySQL backend table.