-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo
77 lines (70 loc) · 3.39 KB
/
todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
TODOs 20220318:
✔ reflect file change and test @done(22-03-18 22:01)
✔ information panel @done(22-03-18 15:44)
✔ minimize, maximize code block and readme @done(22-03-18 16:24)
✔ add logic name in url param @done(22-03-18 19:06)
✔ add test output to ui @done(22-03-18 15:19)
✔ upper sort logic name @done(22-03-18 15:06)
✔ examples default values @done(22-03-18 23:12)
✔ yarn build @done(22-03-19 00:24)
✔ create package and test package (manifest.in templete) @done(22-03-19 11:37)
# beta release v0.1.0
TODOs 20220319:
✔ same port for backend and frontend @done(22-03-19 16:20)
✔ create documention @done(22-03-20 08:06)
✔ finish server only ctl+c @done(22-03-19 16:51)
✔ add pip requirement package @done(22-03-19 17:15)
✔ upgrade loading ui @done(22-03-19 16:35)
✔ get data during 1 sec @done(22-03-19 16:35)
☐ test on own project
✔ beta release v0.1.0 and publish documentation @done(22-03-20 08:24)
# 0.1.1
TODOs:
✔ enable select port --port=xxxx @done(22-03-20 11:11)
✔ move logics directory to src/logics @done(22-03-20 13:06)
✔ use logics directory path in config.json @done(22-03-20 13:10)
✔ modify terminal logs @done(22-03-20 12:01)
✔ add template in package @done(22-03-20 09:31)
✔ add 'no record logics' if no logics on ui @done(22-03-20 09:10)
✔ remove print on ui @done(22-03-20 11:14)
✔ show error if .logicbook not found @done(22-03-20 09:37)
✔ fix bag of add logic on backend @done(22-03-20 09:03)
✔ change title ReactApp to Logicbook @done(22-03-20 08:37)
# 0.1.2
TODOs:
✔ update file and reload @done(22-03-20 17:39)
✔ freeze when error occur in backend @done(22-03-20 18:48)
✔ log level critical to error @done(22-03-20 18:48)
✔ update test func content @done(22-03-20 17:37)
✔ watchdog calld twice @done(22-03-20 21:04)
✔ change tag title @done(22-03-20 23:04)
✔ update when target function changed only [hotfix] @done(22-03-21 11:30)
✔ get same function code when target function changed [hotfix] @done(22-03-21 11:30)
✔ _create_job_args() missing 1 required positional argument: 'self' in execute [hotfix] @done(22-03-21 12:39)
✔ add title in logic and show title accordion in ui @done(22-03-21 12:03)
# 0.1.3
TODOs:
✔ error when self in function at manager.py #170 [hotfix] @done(22-03-21 17:40)
TypeError: __init__() missing 2 required positional arguments: 'a' and 'b'
# 0.1.4
TODOs:
✔ apply exception throw in execute example @done(22-03-23 00:14)
✔ not reload when change file @done(22-03-23 12:46)
✔ true false is not shown to output @done(22-03-22 23:22)
✔ open brawser in startup phase @done(22-03-22 19:32)
✔ cls to test_case @done(22-03-23 22:17)
# 0.2.0
TODOs:
☐ auto create logic argument description
☐ open brawser on same tab
☐ multiple test cases: tast_cases = []
☐ loading ui on running test
☐ fix reload module delay
☐ reload logics when reload brawser
☐ put together same class on sidebar
☐ accodion open close logic on sidebar
☐ update terminal ui using rich
☐ error occur when changed test function name
☐ add output wrapper function: ex. show pipeline.json()
✔ add documentation of how to create @done(22-03-22 14:19)
✔ write qiita article in japanese @done(22-03-22 14:19)