Skip to content

Commit

Permalink
worked on roadmap a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeken committed Feb 16, 2013
1 parent 567f704 commit 1970746
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions ROADMAP
@@ -1,14 +1,21 @@
v2.x Release - Ongoing

* WEB - add drop job flow to website for printing / slicing jobs.
* WEB - add ability to make notes on individual jobs
* WEB - slice configs only accessible to owner
* WEB - add name info to oauth consumer registration
* WEB - Remove access token for a certain computer.
* WEB - multi-job prints (eg: .zip file w/ manifest)
* pull in all files from thingiverse.com/thing:####
* WEB - add source info for jobs added by url.
* WEB - upgrade to latest version of bootstrap
* WEB - add percentage to progress bar (also animate it!)

* BUMBLEBEE - Make adding bots in bumblebee easier. (No manual configuration editing)
* BUMBLEBEE - headless app authentication support
* BUMBLEBEE - add support for dropping jobs mid-print / mid-slice
* BUMBLEBEE - better interactivity from main menu for controlling bots / stopping jobs / etc.
* BUMBLEBEE - raspberry pi image & support
* BUMBLEBEE - temperature reporting
* BUMBLEBEE - when getting list of bots - show non-config'd bots and allow you to configure them.

v3 - ???

Expand All @@ -33,10 +40,6 @@ WEBSITE
* WEB - Single unified queue view w/ auto-update
* combine queue page into single list of all open jobs w/ tabs to limit based on job status

* WEB - Allow canceling of print jobs through website.
* similar error flow to QA failure
* Prereq: websockets server

* WEB - Allow pausing / resuming through website

* WEB - bot current status / mini-dashboard with machine vitals such as temp.
Expand All @@ -60,13 +63,8 @@ Long term wants:

* BUMBLEBEE - Better / faster shutdown

* API - Add computer name / id to app approval so we can show that on app page
* WEB - Remove access token for a certain computer.
* API - Add callback url support for web-based apps

* WEB - multi-job prints (eg: .zip file w/ manifest)
* pull in all files from thingiverse.com/thing:####

* WEB - print grouping using slic3r
* modify jobs to add allow_grouping file
* look at job grabbing to allow multiple jobs to be grabbed
Expand Down
2 changes: 1 addition & 1 deletion views/main/dashboard.php
Expand Up @@ -117,7 +117,7 @@
<a class="btn btn-success" href="<?=$sj->getUrl()?>/pass">PASS</a>
<a class="btn btn-danger" href="<?=$sj->getUrl()?>/fail">FAIL</a>
<? else: ?>
<div class="progress progress-striped" style="width: 400px">
<div class="progress progress-striped active" style="width: 400px">
<div class="bar" style="width: <?=round($j->get('progress'))?>%;"></div>
</div>
<? endif ?>
Expand Down

0 comments on commit 1970746

Please sign in to comment.