Commit Graph

196 Commits

Author SHA1 Message Date
Julien Calixte
5d14d049a5 install sass 2023-04-09 10:55:02 +02:00
Julien Calixte
b950f190d2 list recent tasks 2023-04-09 10:49:44 +02:00
Julien Calixte
448adebaae make compatible for new Taskable 2023-04-09 10:47:58 +02:00
Julien Calixte
d1429ca08f remove totalEstimation from taskable as it must only be computable 2023-04-09 10:47:43 +02:00
Julien Calixte
ef20813c66 add a store for newTaskForm test 2023-04-09 10:47:26 +02:00
Julien Calixte
6d80abba71 fix test with createSpy implementation 2023-04-09 10:46:56 +02:00
Julien Calixte
29cf4a5743 display beauty tasks 2023-04-09 10:33:53 +02:00
Julien Calixte
19c9ea8002 reset store facilities 2023-04-09 10:33:44 +02:00
Julien Calixte
e0e38defef utils to format dates 2023-04-09 10:33:33 +02:00
Julien Calixte
6682d58bcb task has now a date 2023-04-09 10:33:26 +02:00
Julien Calixte
bef79ce468 closer save task button 2023-04-09 10:33:15 +02:00
Julien Calixte
eed7255173 persist task store 2023-04-09 10:33:05 +02:00
Julien Calixte
d0f638077a persist pinia stores 2023-04-09 10:32:50 +02:00
Julien Calixte
27b1783185 save and navigate to home where we see tasks 2023-04-09 10:21:20 +02:00
Julien Calixte
e6e7db466a add test utils to include pinia store 2023-04-09 10:20:44 +02:00
Julien Calixte
ee6941bf76 add task fixtures 2023-04-09 10:09:28 +02:00
Julien Calixte
aa2d6a0e64 save task in store 2023-04-09 10:08:16 +02:00
Julien Calixte
22d29bad90 add pinia testing 2023-04-09 10:08:08 +02:00
Julien Calixte
71915bc099 remove counter store 2023-04-09 10:08:01 +02:00
Julien Calixte
fca18707e7 add documentation for router and stores. 2023-04-09 10:07:53 +02:00
Julien Calixte
4bcbf3bb3c use pre for better readability 2023-04-09 09:35:27 +02:00
Julien Calixte
b1310dfaec upgrade types 2023-04-09 09:35:19 +02:00
Julien Calixte
ee7c98bae2 upgrade vite and test libs 2023-04-09 09:32:46 +02:00
Julien Calixte
c266eced3e add total estimation 2023-04-09 09:29:40 +02:00
Julien Calixte
68c805e4fd implement it in form 2023-04-08 18:39:11 +02:00
Julien Calixte
b6059aa666 textarea <=> steps 2023-04-08 18:38:10 +02:00
Julien Calixte
9870caac1f with real estimation 2023-04-08 18:33:00 +02:00
Julien Calixte
a7b74a5756 🔧 (doc jit) add vue js documentation to vue files 2023-04-08 12:41:06 +02:00
Julien Calixte
f94718d5e5 (step) add step input to beautifully handle all the magic inside 2023-04-08 12:38:30 +02:00
Julien Calixte
b9738c7d28 (new task) add new task link to navigate to /new-task 2023-04-08 12:27:15 +02:00
Julien Calixte
812e7509d5 init new route for a new task 2023-04-08 12:25:08 +02:00
Julien Calixte
ad423de520 init the new task form 2023-04-08 12:21:14 +02:00
Julien Calixte
12c01b2d87 ♻️ (task) title is now mandatory in constructor 2023-04-08 12:21:00 +02:00
Julien Calixte
d2242184dd 🐛 (step) fix fixture step method with estimation non nullable 2023-04-08 12:18:31 +02:00
Julien Calixte
48f6067ead (shared) create uuid with nanoid method 2023-04-08 12:17:38 +02:00
Julien Calixte
97dc4470aa install nanoid 2023-04-08 12:16:44 +02:00
Julien Calixte
b0390ec6f7 🔥 (remove icon components) 2023-04-08 12:00:41 +02:00
Julien Calixte
844ef805d1 add a template as reference for standardized work 2023-04-08 11:58:07 +02:00
Julien Calixte
c641ab1033 simplify steps! They can have substeps. Keep clean and simple. 2023-04-08 00:48:59 +02:00
Julien Calixte
707cbcefbb init NewTaskForm 2023-04-06 23:05:15 +02:00
Julien Calixte
4829a3cff4 sort imports 2023-04-06 23:04:50 +02:00
Julien Calixte
9f444375cd clean task 2023-04-06 23:04:42 +02:00
Julien Calixte
a6d3c68729 add stepable schema 2023-04-04 00:20:14 +02:00
Julien Calixte
48a3be6936 install suretype 2023-04-04 00:20:07 +02:00
Julien Calixte
a9d0c13a0c test task model 2023-04-04 00:00:17 +02:00
Julien Calixte
d58cc9c68a init 2023-04-03 23:23:17 +02:00