C2LC-37: Remove components not used in 0.1 from App.js

Metadata

Source
C2LC-37
Type
Sub-task
Priority
N/A
Status
Done
Resolution
N/A
Assignee
Daniel Cho
Reporter
Simon Bates
Created
2019-11-28T16:38:45.933-0500
Updated
2020-01-08T09:50:06.759-0500
Versions
N/A
Fixed Versions
  1. Coding Env 0.1
Component
N/A

Description

Remove:

  • Menu for selecting editor mode
  • EditorContainer (use a ProgramBlockEditor directly)
  • TurtleGraphics
    • Also remove calls to register interpreter command handlers for the turtle
  • Speech recognition switch and supporting code
  • MicMonitor
  • Control for changing language

Remove any no-longer-needed event handlers and component state values.

Leave the unused component source files and tests in the project repo – just remove their usage from App.js.