Express router for tablet app related routes
Methods
(static) get/fabcut/cutting/jobs/fetch/:jobId/jobStatus() → {Array.<todaysJobs>}
The route to fetch all jobs for the current day at a given location
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.jobId |
String |
Returns:
The list of job details module:routers/v8/fabcut/cutting/devices~
- Type
- Array.<todaysJobs>
(static) get/fabcut/cutting/jobs/fetch/:jobId/jobStatus() → {Array.<todaysJobs>}
The route to fetch all jobs for the current day at a given location
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.jobId |
String |
Returns:
The list of job details module:routers/v8/fabcut/cutting/devices~
- Type
- Array.<todaysJobs>
(static) get/fabcut/cutting/jobs/fetch/:jobId/jobStatus() → {Array.<todaysJobs>}
The route to fetch all jobs for the current day at a given location
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.followerDeviceId |
String |
Returns:
The list of job details module:routers/v8/fabcut/cutting/devices~
- Type
- Array.<todaysJobs>
(static) get/fabcut/cutting/jobs/fetch/:jobId/jobStatus() → {Array.<todaysJobs>}
The route to fetch all jobs for the current day at a given location
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.jobId |
String |
Returns:
The list of job details module:routers/v8/fabcut/cutting/devices~
- Type
- Array.<todaysJobs>
(static) get/fabcut/cutting/jobs/fetch/:location() → {Array.<todaysJobs>}
The route to fetch all jobs for the current day at a given location
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.location |
String |
Returns:
The list of job details module:routers/v8/fabcut/cutting/devices~
- Type
- Array.<todaysJobs>
(static) get/fabcut/cutting/jobs/fetch/:location/follower() → {Array.<todaysJobs>}
The route to fetch all jobs for the current day at a given location
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.location |
String |
Returns:
The list of job details module:routers/v8/fabcut/cutting/devices~
- Type
- Array.<todaysJobs>
(static) get/fabcut/cutting/jobs/fetch/:location/jobs() → {Array.<todaysJobs>}
The route to fetch all jobs for the current day at a given location
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.location |
String |
Returns:
The list of job details module:routers/v8/fabcut/cutting/devices~
- Type
- Array.<todaysJobs>
(static) get/fabcut/cutting/jobs/fetch/:location/leader() → {Array.<todaysJobs>}
The route to fetch all jobs for the current day at a given location
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.location |
String |
Returns:
The list of job details module:routers/v8/fabcut/cutting/devices~
- Type
- Array.<todaysJobs>
(static) put/fabcut/cutting/follower/fetch/:followerDeviceId/followerStatus() → {Array.<todaysJobs>}
The route to fetch all jobs for the current day at a given location
Parameters:
| Name | Type | Description |
|---|---|---|
req.params.followerDeviceId |
String |
Returns:
The list of job details module:routers/v8/fabcut/cutting/devices~
- Type
- Array.<todaysJobs>
Type Definitions
ALL
jobs
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
jobId |
Number | The unique job id |
tableNum |
Number | The table number of the associated job |
location |
String | The loaction |
jobStatus |
String | The job status |
jobQuantity |
String | The job Quantity |
followerDeviceId |
String | The follower Device Id |
followerStatus |
String | The follower Status |
leaderUniqueId |
String | The leader Unique Id |
follower
z
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
followerUniqueId |
String | The leader Unique Id |
jobs
z
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
location |
String | |
followerDeviceId |
String |
jobs
z
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
followerUniqueId |
String | The leader Unique Id * @property {Number} jobId The unique job id |
tableNum |
Number | The table number of the associated job |
location |
String | The loaction |
jobStatus |
String | The job status |
jobQuantity |
String | The job Quantity |
followerDeviceId |
String | The follower Device Id |
followerStatus |
String | The follower Status |
jobs
z
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
jobStatus |
String | The job Status |
jobId |
Number | The unique job id |
jobs
z
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
jobId |
Number | The unique job id |
jobs
z
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
jobId |
Number | The unique job id |
leaders
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
date |
date | The leader created date |
leaderDeviceId |
String | The leader Device Id |
leaderUniqueId |
String | The leader Unique Id |