mirror of
https://github.com/vee1e/workorder-desk.git
synced 2026-09-01 09:50:13 +00:00
docs(readme): add code coverage badge
This commit is contained in:
parent
7b3d78f43f
commit
50d238e2f5
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# Work Order 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.
|
||||
|
||||
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