OpenChartProject / OpenChart

✨ NEW REPO ✨ https://github.com/OpenChartProject/OpenChart-web
https://github.com/OpenChartProject/OpenChart-web
Other
8 stars 3 forks source link

Create note field widgets #44

Closed Kangaroux closed 4 years ago

Kangaroux commented 4 years ago

Closes #24, closes #25

This branch is just for displaying a static note field. You pass it a Chart object and it renders out the taps, holds, and beat lines. As of now the note field cannot be manipulated or interacted with, aside from scrolling

TODO

Kangaroux commented 4 years ago

@monotron For the UI tests I tested the NoteFieldData class but didn't test any widgets. The widgets themselves are pretty logicless, they are just grabbing values from a NoteFieldData object, plus it's easy to see if the widgets are working properly just by using the editor.

If you think there are some low hanging fruit with regards to widget tests let me know.

emberdex commented 4 years ago

If you think there are some low hanging fruit with regards to widget tests let me know.

Nothing that springs to mind immediately, but I will let you know if something comes up!