team-scheduler-common-models
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i team-scheduler-common-models

Weekly Downloads

0

Version

1.0.11

License

ISC

Unpacked Size

268 kB

Total Files

71

Last publish

Collaborators

  • antonerne