add improvement todo list

This commit is contained in:
Julien Calixte
2024-05-19 12:27:11 +02:00
parent 0964951354
commit c29db475c9
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
# 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.

View File

@@ -2,6 +2,4 @@ import { createPinia } from 'pinia'
import { createApp } from 'vue'
import App from './App.vue'
const pinia = createPinia()
createApp(App).use(pinia).mount('#app')
createApp(App).use(createPinia()).mount('#app')