1.0.11 • Published 3 years ago

team-scheduler-common-models v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Models Commonly used

This module will contain the common models for the team-scheduler application.

A common model is defined as any model used by, or expected to by used by, both the client and server portions of the overall application.

Expectation is for the follow model groupings:

1) Employee - all interfaces and classes used to define employee data. 2) Site - all interfaces and classes used to define a site with the addition of employees assigned. 3) Team - all interfaces and classes used to define a team with its associated sites/employees. 4) Requests - definitions for passing data between the client and the server. 5) Responses - definitions for passing data from server to client. 6) Common - interfaces and classes used in common by other models, but not fitting into one of the other categories.