Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WARNING: This is very busted do not merge ❗
I'm long overdue to get something out for #35... I started with great intentions but life got the best of me :/ Also an apology up front, I did everything in javascript, mostly so I could take advantage of ES6 features and because I find no joy writing coffeescript. I realize the rest of nvatom is in coffeescript and having a mix of the two probably isn't best, but I wasn't getting any momentum with coffeescript so I had to try ES6 for my own sanity.
I started out by trying to implement each component separately. I should have known better, shame on me 😁
Eventually I came back to my senses and started at the existing
NotationalVelocityView
and worked my way down into theDocuments
model. It kinda sucks in its current state tbh, but I figured getting something out for folks to see was better than continuing to procrastinate.So yeah, this is in a pretty rough state, but maybe some folks will enjoy reading it? I'm about to head on holiday for a few weeks so I won't be pushing this forward until mid to late November. Feel free to pick parts of it, all of it, or ditch the entire thing :)