corede-common-cocrm
v1.8.79
Published
The common utility functions, interfaces, types etc of cocrm project.
Downloads
13,831
Readme
corede-common-cocrm
Responsibilities
This is main package that frontend will be using.
- So that that should not be anything that are backend specific - There can be static functions that are used in backend but may be used in frontend. - But the general idea is to add everything related to frontend only or frontend+backend
Data that needs to be here.
1. All of the common interfaces 2. All of the resolver input and result interfaces 3. All of the common enum definitions 4. All of the query strings. this query strings will be used by: - frontend to send request to backend server - backend for tests 5. All of the utility functions that are not dependant on backend specific data or structure 6. All of the common types.