mirror of
https://github.com/vee1e/workorder-desk.git
synced 2026-09-01 17:57:11 +00:00
Update README.md
This commit is contained in:
parent
5fd89ee85e
commit
96f960e0c9
1 changed files with 6 additions and 2 deletions
|
|
@ -1,8 +1,12 @@
|
||||||
# Work Order Desk
|
<div align="center">
|
||||||
|
|
||||||
|
### Work Order Desk
|
||||||
|
|
||||||
[](https://codecov.io/gh/vee1e/workorder-desk)
|
[](https://codecov.io/gh/vee1e/workorder-desk)
|
||||||
|
|
||||||
Work Order Desk is a web application for field service teams. A technician logs a job, tracks it, and closes it. A dispatcher sees every job on the team. The application is built with MongoDB, Express, React, and Node.js.
|
</div>
|
||||||
|
|
||||||
|
A web application for field service teams. A technician logs a job, tracks it, and closes it. A dispatcher sees every job on the team. The application is built with MongoDB, Express, React, and Node.js.
|
||||||
|
|
||||||
A work order is a job to do in the field. Each work order has a title, a description, a status, and a priority. The status is `pending`, `in_progress`, or `done`. The priority is `low`, `medium`, or `high`.
|
A work order is a job to do in the field. Each work order has a title, a description, a status, and a priority. The status is `pending`, `in_progress`, or `done`. The priority is `low`, `medium`, or `high`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue