Bug fixes and Enhancements

This document lists known bugs that we plan to fix and planned enhancements not yet made. They are listed in this file, rather than in the Project Plan because these are things that are not part of the linear progression of the project, in the sense that further work can be done on the main project plan without these bug fixes or enhancements.

Bug fixes

Overall

Load and save

Other

Enhancements

Validation

MathQuill parsing

Dependencies

Cheat sheets

The "Cheatsheets" menu item of the RStudio GUI is an excellent resource for many users. It contains links to online PDFs of one- or two-sided printable, dense reference sheets for common topics in RStudio. A similar cheatsheet (or set thereof) could be created about Lurch. Consider these topics.

Groups Plugin

UI for Connections Between Groups

Miscellaneous

Background processing

P = new Processor 'group type name here'
P.addStep ( group ) -> ...
P.addStep ( group ) -> ...

Enhancements to the XML Groups module and/or demo app

editor.on 'init', ->
    ( $ editor.getDoc() ).on 'click', '.rendered-latex', ( event ) ->
        event.stopPropagation()
        # here, "this" is the element that received the click event