Commit Graph

6 Commits

Author SHA1 Message Date
Akash Shah
33e86732f9 Started the refacotoring Process:
- 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
2020-10-11 15:47:30 -04:00
Akash Shah
3a1c9a45e7 minor bug fixes 2019-07-14 22:35:57 -04:00
Akash Shah
6b6e5fd791 Updated Dependencies, and Added Notifications 2019-07-13 21:16:39 -04:00
Akash Shah
3ba902bfe4 changed alot of things 2019-06-19 21:18:23 -04:00
Akash Shah
57a14c9247 added some files 2018-08-23 16:06:08 -04:00
Akash Shah
3554518563
Added Astute Client Files
In the AstuteClient2 folder
2018-08-15 14:33:03 -04:00