Parcourir la source

重新规划一下Roadmap

nandHyf il y a 1 an
Parent
commit
a15ffeb0c0
2 fichiers modifiés avec 12 ajouts et 12 suppressions
  1. 6 6
      Roadmap.md
  2. 6 6
      Stateful.py

+ 6 - 6
Roadmap.md

@@ -9,15 +9,16 @@
 [Backlog]
 (list up -> down == requirements old -> new)
 - Redirection Board to `Class.relatedBoard`
-- Records auto-generation(random)
-- App command: cp
-- Strict Mode
+- Records randomly auto-generation(for running tests)
+- Add app command: `cp`
+- Strict Mode off support
 - Template
 - Action log
-- Multiple input object
 - Export to `.csv`
 - Search
-- Support `MongoDB`
+- Loop case support
+- Multiple input(add event EV1 EV2 EV3)
+
 
 
 # Future Versions(Roadmap)
@@ -25,7 +26,6 @@
 (list up -> down == versions new -> old)
 
 [v0.1.2]
-- Loop case support
 - Secondary response to some cases
 
 [v0.1.1]

+ 6 - 6
Stateful.py

@@ -8,17 +8,17 @@ oc = {
     "dt":str, 
     "dp":str,
 
-    "cp":str, 
-    "pp":str,
+    "cp":list, 
+    "pp":list,
 
     "next_move":str,
 
-    "tp":str, 
-    "tp_in":str, 
-    "tp_to":str, 
+    "tp":list, 
+    "tp_in":list, 
+    "tp_to":list, 
     "tp_attr":str
     }
-# thoughts:
+# some thoughts:
 # class oc():
 #   def get_oc(), def move_oc()