- 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