add improvement todo list
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user