BUPT / magic-mirror

Magic Mirror - 魔镜
https://docs.google.com/presentation/d/12I5k_lhlEyipIdHq270JzEFA8WH5B4VPZKnmjj1YHJs/edit?usp=sharing
Apache License 2.0
17 stars 8 forks source link

Init whole project alpha 0.001 #32

Closed Duan-JM closed 4 years ago

Duan-JM commented 5 years ago
  1. move old sw_project to jarvice/module/legacy.
  2. create README for jarvis. (WIP)
  3. create service.py and test. (WIP)

additional

  1. module in process.py and action.py normally functional. input.py remain some bugs to fix, (hang out for HW to give demo)
  2. service script in jarvis/service folder is still under development.
huan commented 5 years ago

Ok. Please let me know when you are ready for merge.

Duan-JM commented 5 years ago

After discussion with the @ximingxing, as far as we considered, instead of using markdown for the whole README, it could be great to contain few HTML to centre the title and add tag in the doc.

Basically, the code in legacy is good to go and well documented and could be reused in the future. Code in the input.py and action immigrate from the legacy, and code in the process.py is well tested and is well documented in the code.

Maybe code can be merged, for now, and to be modified later?