Difference between revisions of "Development Status"

From Covecube - Wiki
(43 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page lists features that are either planned for future implementation or are currently in development.
+
This page lists features that are either planned for future implementation or are currently in development. Planned features are subject to change.
  
 
You can [http://stablebit.com/contact contact us] at any time to report issues or request new features to be implemented.
 
You can [http://stablebit.com/contact contact us] at any time to report issues or request new features to be implemented.
  
== Issue Analysis Requests ==
+
== Development Workflow ==
In addition to implementing new features we have an internal system for tracking potential issues (we call these IARs) which can turn into bugs once confirmed. Bug fixes are rolled into future internal BETAs and the IAR # is noted in the change log.
+
Our workflow for implementing feature requests and fixing bugs works like this:
 +
* You can contact us with any issues or feature requests using our [http://stablebit.com/contact contact us page.]
 +
* One of our support personnel will reply to the contact request.
 +
* If the problem requires additional work, an ''Issue'' request is sent to another department (such as Software Development or Sales).
 +
* Issues can then turn into ''Code Change'' requests, if the department head deems that it's necessary.
 +
* Meanwhile, while this is all happening, you get feedback on the status of your ''Issue'' or ''Code Change'' on your contact request page.
 +
* You can also see the status of all the pending ''Code Changes'' below.
  
IARs are managed by technical support @ stablebit.com. To report an issue you can [http://stablebit.com/contact contact us] at any time.
+
=== Code Changes ===
  
== StableBit DrivePool 1.X ==
+
{{#widget:Iframe
No new features are planned for this version, however bug fixes will be applied for any confirmed issues.
+
|url=https://stablebit.com/Admin/ShowCodeChangeRequestsPublic
 +
|width=1024
 +
|height=768
 +
|border=1
 +
}}
  
== StableBit DrivePool 2.X ==
+
== Future Products ==
 +
In addition to the regular ''Code Changes'' above, here are the things that we're working on in the long term:
  
=== Currently in Development ===
+
=== StableBit CloudDrive ===
 +
'''Status: Release Candidate'''
  
==== Add Pool Parts from Virtual Volumes ====
+
This product is available as a release candidate. Please take a look at it! A final release is expected to be made available soon.
'''Completion estimate: 50%'''
 
  
This has been requested often. One example of a volume that doesn't reside on a physical drive is a mounted TrueCrypt volume.
+
* [https://stablebit.com/CloudDrive StableBit CloudDrive]
 +
* [http://blog.covecube.com/ Covecube Blog]
  
=== Planned for Future Implementation ===
+
=== StableBit FileVault ===
 +
'''Status: (future)'''
  
==== Per-folder Balancing Rules ====
+
StableBit FileVault is planned to deal with data integrity and file protection, and will fit well into our existing line of StableBit products.
You should be able to limit file placement to a set of pool parts based on the path name.
 
  
==== Drive Removal Improvements ====
+
Top level features:
Drive removal should have more flexible options in terms of:
+
* Indexing of your data for enhanced statistics and data integrity verification.
* Optionally, automatically closing handles to files that are in-use on the pool part being removed.
+
* Kernel-level protection of your data from accidental modification by applications or users.
* Optionally, automatically restarting services / applications that have files open on the pool part being removed.
+
* Reporting and auditing of your data.
  
==== Better Management of Running Out of Disk Space ====
+
=== StableBit.Me ===
When an existing file cannot expand due to running out of disk space on some particular pool part, instead of returning the out of disk space error, we should force an immediate and quick re-balance in order to free up the disk space required for the file expansion and allow the expansion to go forward uninterrupted.
+
'''Status: (future)'''
  
== StableBit Scanner 1.X ==
+
* A simple and secure locally hosted solution to create your own cloud that is accessible from anywhere on the Internet or locally.
No new features are planned for this version, however bug fixes will be applied for any confirmed issues.
+
* You will be able to use a StableBit CloudDrive drive or a StableBit DrivePool drive to host your data, or even a non-StableBit drive.
  
== StableBit Scanner 2.X ==
+
=== StableBit Cloud ===
=== Deeper BitFlock integration ===
+
'''Status: (future)'''
'''Completion estimate: 20%'''
 
  
Expect to see much deeper and more functional BitFlock integration in the future, in particular:
+
The StableBit Cloud is going to be a new online service part of the StableBit brand.
* More metadata about drives from the manufacturer spec sheets integrated with the SMART interpretation system.
 
** Maximum operating temperatures, per model.
 
** Maximum load / unload cycles, per model.
 
** Warranty time period for your model.
 
** Links to the manufacturer's web site and RMA request pages.
 
* Enhanced SMART interpretation using aggregated statistics for your drive model.
 
** Your drive age will be compared to other drives in the system of the same model giving you a better idea of how often your model fails.
 
* Create password protected BitFlock nests containing your SMART data, right from the StableBit Scanner UI.
 
  
=== UI Usability ===
+
It's going to have these goals:
The UI needs to be refined for better usability. For example, you should be able to copy / paste data from the drive details window.
+
* One secure place online where you can go to see the status of your StableBit products.
 +
* Extensive centralized notifications that can be configured in one place.
 +
* Simple and responsive styling that can adapt to different sized screens.
  
=== Reporting ===
+
''The StableBit Cloud is planned to supersede BitFlock, which will be retired when the StableBit Cloud becomes available.''
You should have the ability to print out detailed drive health reports digitally signed by us.
 
  
== BitFlock ==
+
=== StableBit PowerGrid ===
=== StableBit Scanner Changes ===
+
'''Status: (concept)'''
'''Completion estimate: 50%'''
 
  
Changes related to the forthcoming tighter StableBit Scanner integration:
+
StableBit PowerGrid is going to be an Uninterruptable Power Supply (UPS) management software that will tie into the StableBit Cloud giving your insight into the power situation at any of your sites running our software.
* Password protected nests.
+
 
* A clean REST API for posting updates and querying for information.
+
This software product has no release timeframe at this point.
* Keep track of SMART statistics as they change over time.
 
=== Responsive Design ===
 
* BitFlock should look good on all devices of varying screen sizes.
 
=== Drive Health Statistics ===
 
* Show aggregate useful drive health statistics for each drive model.
 

Revision as of 18:18, 23 March 2017

This page lists features that are either planned for future implementation or are currently in development. Planned features are subject to change.

You can contact us at any time to report issues or request new features to be implemented.

Development Workflow

Our workflow for implementing feature requests and fixing bugs works like this:

  • You can contact us with any issues or feature requests using our contact us page.
  • One of our support personnel will reply to the contact request.
  • If the problem requires additional work, an Issue request is sent to another department (such as Software Development or Sales).
  • Issues can then turn into Code Change requests, if the department head deems that it's necessary.
  • Meanwhile, while this is all happening, you get feedback on the status of your Issue or Code Change on your contact request page.
  • You can also see the status of all the pending Code Changes below.

Code Changes

Future Products

In addition to the regular Code Changes above, here are the things that we're working on in the long term:

StableBit CloudDrive

Status: Release Candidate

This product is available as a release candidate. Please take a look at it! A final release is expected to be made available soon.

StableBit FileVault

Status: (future)

StableBit FileVault is planned to deal with data integrity and file protection, and will fit well into our existing line of StableBit products.

Top level features:

  • Indexing of your data for enhanced statistics and data integrity verification.
  • Kernel-level protection of your data from accidental modification by applications or users.
  • Reporting and auditing of your data.

StableBit.Me

Status: (future)

  • A simple and secure locally hosted solution to create your own cloud that is accessible from anywhere on the Internet or locally.
  • You will be able to use a StableBit CloudDrive drive or a StableBit DrivePool drive to host your data, or even a non-StableBit drive.

StableBit Cloud

Status: (future)

The StableBit Cloud is going to be a new online service part of the StableBit brand.

It's going to have these goals:

  • One secure place online where you can go to see the status of your StableBit products.
  • Extensive centralized notifications that can be configured in one place.
  • Simple and responsive styling that can adapt to different sized screens.

The StableBit Cloud is planned to supersede BitFlock, which will be retired when the StableBit Cloud becomes available.

StableBit PowerGrid

Status: (concept)

StableBit PowerGrid is going to be an Uninterruptable Power Supply (UPS) management software that will tie into the StableBit Cloud giving your insight into the power situation at any of your sites running our software.

This software product has no release timeframe at this point.