add improvement todo list
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
# Thinking People System
|
# Thinking People System
|
||||||
|
|
||||||
A interactive website to better understand the Thinking People System.
|
A interactive website to better understand the Thinking People System.
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
### Pull system article
|
||||||
|
|
||||||
|
- [ ] explaining 0 defect policy
|
||||||
|
- [ ] work emoji is not contrastred enough and we don't understand it
|
||||||
|
- [ ] complexity can be removed
|
||||||
|
- [ ] add a visual to demonstrate a card is going backward and the card had a quality issue.
|
||||||
|
|||||||
@@ -2,6 +2,4 @@ import { createPinia } from 'pinia'
|
|||||||
import { createApp } from 'vue'
|
import { createApp } from 'vue'
|
||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
|
|
||||||
const pinia = createPinia()
|
createApp(App).use(createPinia()).mount('#app')
|
||||||
|
|
||||||
createApp(App).use(pinia).mount('#app')
|
|
||||||
|
|||||||
Reference in New Issue
Block a user