# Mores PoC π ENG
> [name=Mr. Morrison Su][time=Wed, Nov 10, 2021 4:59 PM]
> [Chinese version / δΈζηζ¬](https://hackmd.io/@MoresPOC/Tips)
---
# Topics :page_facing_up:
1. Improvement for different department
2. Dashboard (Emterprise)
---
## ==Application for Actual Cases==

* **P**lan : Establish objectives and processes required to deliver the desired results.
* **D**o : Carry out the objectives from the previous step.
* **C**heck : Evaluate the work quality and time matter.
* **A**ct : Planning for the next cycle can proceed with a better base-line.
---
## ==Big Planning Structure(Pending Picture)==
> 
[name=Mr. Will Lai]
---
## 1. Knowledge Management
#### Accumulating Intangible Assets
* What issue did you face by Office Word?
* What issue did you face by Google Docs?
* What we can **SOLVE** by HackMD ?
Traditional way of version controling :
Edit file > Export file > Upload and update file
~~Complicated and easy to make mistake~~
Forget to save file = :cry:
## 2. Diagram (pending pics)
#### Project/Product management - State Diagram
```plantuml
@startuml
skinparam defaultsize 15
[*]--> Waiting
note left of Waiting
Clarifing and creating issue
end note
note right of Waiting
PM
end note
Waiting--> Ready
note left of Ready
Changing status to pending
Start the product/project life cycle
end note
note right of Ready
PM
end note
Ready--> Solving
note left of Solving
Changing status to solving
Developing
Avoid PM reassign
end note
note right of Solving
RD
end note
Solving --> Evaluation
note left of Evaluation
**RD** Changing status to Evaluation
Update γGitγand record time
**PM** Trace Evaluation item everyday
----
Upload [Git] => testing
end note
note right of Evaluation
RD/PM
end note
Test --> Adjust :issue
note left of Adjust
Changing status to Need to adjust
Leave the Error point and set reminder
end note
Adjust -left-> Evaluation
Evaluation --> Test
Test --> TestSite
TestSite :PM checking issue
TestSite --> ProductionSite: RD upload [Git] => staging
TestSite -left-> Adjust :issue
ProductionSite -left-> Adjust :issue
ProductionSite:PM checking issue
ProductionSite --> Close: RD upload [Git] => main
Close:PM close
Close -->[*]
state "Test Site" AS TestSite
state "Production Site" AS ProductionSite
@enduml
```
---
#### WBS
```graphviz
digraph hierarchy{
graph [label="WBS"]
node[color=blue, fontname=Courier, shape=box]
edge[color=black,arrowhead=none]
HRsystem->{"1. Clock in/out" "2. Leave" "3. Overtime"}
"1. Clock in/out"->{"1.1Clock in/out" "1.2 θ£ Clock in/out"}
"2. Leave"->{"2.1 Apply" "2.2 Verify"}
"3. Overtime"->{"3.1 Apply" "3.2 Verify"}
}
```
---
## 3. Project - Management with HackMD

---
## 4. File Management
---
## 5. Authority management
---
## Issue
```javascript=
```