Roboy / ravestate

✨ Ravestate is Roboy's reactive dialogue state library.
http://roboy.github.io/ravestate
BSD 3-Clause "New" or "Revised" License
25 stars 7 forks source link

Raveboard #136

Closed josephbirkner closed 4 years ago

josephbirkner commented 5 years ago

We have... Raveboard! Ravestate's new real-time UI. 💖

Remaining ToDos:

Fixes #90, #91, #92, #93, #95

codecov-io commented 5 years ago

Codecov Report

Merging #136 into velvet-revolution will decrease coverage by 1.92%. The diff coverage is 33.79%.

Impacted file tree graph

@@                  Coverage Diff                  @@
##           velvet-revolution     #136      +/-   ##
=====================================================
- Coverage              66.68%   64.75%   -1.93%     
=====================================================
  Files                     64       67       +3     
  Lines                   4058     4245     +187     
=====================================================
+ Hits                    2706     2749      +43     
- Misses                  1352     1496     +144
Impacted Files Coverage Δ
modules/ravestate_wildtalk/__init__.py 0% <0%> (ø) :arrow_up:
modules/ravestate_sendpics/__init__.py 0% <0%> (ø) :arrow_up:
modules/raveboard/ui_context.py 0% <0%> (ø)
modules/raveboard/ui_model.py 0% <0%> (ø)
modules/raveboard/__main__.py 0% <0%> (ø)
modules/ravestate_roboyio/__init__.py 0% <0%> (ø) :arrow_up:
modules/ravestate_hibye/__init__.py 100% <100%> (ø) :arrow_up:
modules/ravestate_interloc/__init__.py 88.23% <100%> (ø) :arrow_up:
modules/ravestate_conio/__init__.py 84.61% <100%> (ø) :arrow_up:
modules/ravestate_idle/__init__.py 100% <100%> (ø) :arrow_up:
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6464ba6...feff34a. Read the comment docs.

nbasargin commented 4 years ago

Added two buttons to graph controls to move horizontally. Possibly will add controls with keys later.

Moving vertically is not possible for now and I also don't see a reason why anyone would like to do that (number of nodes in one column is limited).

nbasargin commented 4 years ago

@josephbirkner, I've added UI for the chat window and tested with mock data. Give it a try with real connection and data :D

You'll need to build first. I'm not pushing compiled code during development to keep the repo size small.

josephbirkner commented 4 years ago

@nbasargin Awesome, this is ready for release. Was already useful for debugging VisionIO. Please remove the mock data panel and merge 🎉

josephbirkner commented 4 years ago

Guess I couldn't wait 😁