In this capstone project held by DTETI FT UGM, we, as A-10 team, designed a prototype system to monitor water quality and detect leaks in air distribution pipes with residual vector and sensitivity matrix method. In this system, we also added control mechanism to control the pressure pump with PID controller to achieve desired pressure and stop further waste due to leakage.
Capstone-A10-DTETI-2023 (Github Orgs)
feat
is for adding a new featurefix
is for fixing a bugrefactor
is for changing code for peformance or convenience purpose (e.g. readibility)chore
is for everything else (writing documentation, formatting, adding tests, cleaning useless code etc.).
After the category, there should be a ":" announcing the commit description. You could use (scope) to specify which scope are you working to.
feat: add post controller
chore: update readme
fix(auth): fix signin input now showing
- Clone this repository
git clone https://github.com/Capstone-A10-DTETI-2023/frontend.git
(if you use http method) - Install required dependencies
npm install
- Run the program
npm run dev
- (Recommended) Watch TypeScript validity/types/error while developing
npm run ts-lint
npm run build
Copyright 2023 - Capstone A10