/22-project-3

e-Triple "R"

Primary LanguageJavaScriptMIT LicenseMIT

e-Triple "R"

Electronic Repair Recovery Request

GitHub repo size GitHub top language GitHub last commit

Team members

Mila Mamat: https://github.com/mila-mamat

Matthew Southcott: https://github.com/mjsouthcott

MaxGuo: https://github.com/Maxguojiaqi

Table of Contents

Description

???????

Technologies Used

  • HTML5
  • CSS3
  • Javascript
  • Material-UI
  • Node.js
  • MongoDB
  • React
  • Various npm Packages
    • axios
    • bcryptjs
    • express
    • express-session
    • formik
    • http-proxy-middleware
    • mongoose
    • mongoose-hidden
    • mysql2
    • passport
    • passport-local
    • react-dom
    • react-router-dom
    • recharts
    • to-case
    • yup

User Story

AS A operator, when my vehicle breaks down,
I WANT the ability to create and submit a repair request remotely
IN ORDER TO minimize maintainer response time and improve efficiency.
Include location information
Allow operators to attach photos of faults to repair requests


AS A maintenance manager,
I WANT the ability to receive repair requests remotely, create work orders, allocate resources (technicians and vehicles) to them, and dispatch those resources to worksites
IN ORDER TO minimize repair times.
I ALSO WANT the ability to view work progress and completion statistics (graph and map views)
IN ORDER TO better manage resources.


AS A technician,
I WANT the ability to create, complete and submit inspection and repair work orders at the repair site
IN ORDER TO track work completion.

Usage

????

Installation

To install the application, click "Clone or download", copy the URL, launch Git Bash, navigate to your desired directory and use

git clone

followed by the copied URL.

To launch the deployed application, click the following link: https://e-triple-r.herokuapp.com/.

Usage

Launch Git Bash and navigate to the application's root directory. Once there, use

npm install

to install the dependencies, followed by

npm start

to run the application. Open a browser window and go to

https://localhost:3000

Licence

MIT License

Copyright (c) 3M

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contributing

Feel free to email me if you'd like to contribute.