This project has the objective to implement a multi-layered, enterprise web application with a Software Quality Assurance (SQA) strategy, applied throughout the software engineering process.
It incorporates a digital marketplace to offer on-demand household services (plumber, cleaner, furniture assembly, handyman, etc.), with the nearest independent service professionals.
The platform manages a dynamic workforce of service professionals; accepts orders; optimizes the assignment of jobs to the professionals; and allows scheduled visits. It will have separated areas for the professionals to input the services provided and times, and for the consumers to use the platform and order or schedule a service.
It will includes two main “sub-projects”:
- The deliveries platform (“engine”), with use cases such as riders’ registration and reputation management, dynamic matchmaking of orders and riders, performance dashboard, etc.
- A specific application/market proposition that leverages on the deliveries platform, e.g., food ordering, drugs (medicines) delivery, “small” marketplace promoted by a municipality to stimulate local stores, etc.
Team Coordinator - Margarida Martins (NMEC: 93169)
Product Owner - Francisca Barros (NMEC: 93102)
QA Engineer - Isadora Loredo (NMEC: 91322)
DevOps Master - Gonçalo Matos (NMEC: 92972)
Project Backlog - ZenHub Workspace + GitHub Projects
Shared Documentation - Google Drive
API Documentation - WeDo4U Swagger API Documentation
Static Analysis - Frontend Distribution Platform + Frontend End User + Backend Distribution Platform + Backend End User
CI/CD Environment - Deployment
We have deployed our project at a Virtual Machine provided by the university ICT services.
The VM has DNS http://deti-tqs-14.ua.pt/. The links to each platform are available below (NOTE - This is only accessible when using the University's Internal Network.)
Credentials WeDo4U
Username/Email | Password | Role |
---|---|---|
plumber@plumber.com | abc | Business |
bob.hard@outlook.com | abc | Provider |
Credentials Plumber.com
Username/Email | Password | Role |
---|---|---|
xpto@ua.pt | abc | Client |
We have set up a continuos deployment pipeline with GitHub runner, based on the official documentation. It runs every time a commit is made to main
branch.