Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.61 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.61 KB

FRC Strategy Planner - v2.10.3 ALPHA

FRC Strategy Planner is a cross-platform web application that will allow FRC users to easily develop strategies and draw on the FRC field.

(1/4/2017) Started cleanup process for app release.

(1/3/2017) Updated project to Ionic v2.0.0-rc.4

  • Will break any version below v2.0.0, as several functions from Ionic are deprecated/removed.
  • This was mainly to improve VirtualScroll performance. (We display a lot of data!)

(12/20/2016) This branch was successfully merged from 'ionic-dev'

  • This means that FRCSP is now written with the Ionic v2 framework!

TODO

Desired upcoming features and house-keeping things

  • Start packaging the app and get ready for it's first stable release! (1/4/2017 - 4:33am)
  • Optimize everything. App is starting to run a little slow. (1/4/2017)
  • Add licensing and credits to angular, ionic, font-awesome, etc. (1/4/2017)
  • Literally refactor everything and make more classes. I feel disgusting looking at it. (1/2/2017)
  • Sort through all data because most of it is out of order (12/30/2016)
  • Add search feature for the 'Events' and 'Teams' section of the statistics page (12/30/2016)
  • Add capabilities to add robots/team numbers to canvas - feed match list? (12/29/2016)
  • Design features to go along with the stats page (12/26/2016)
  • Add capabilities to save/load strategy plans - serialize this information (12/25/2016)
  • Decide to keep the home page or switch to settings page (12/24/2016)
  • Add capabilities to add field elements to the canvas (12/23/2016)
  • Migrate from ionic v1 to ionic v2 (12/20/16)