Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 3.49 KB

ROADMAP.md

File metadata and controls

45 lines (26 loc) · 3.49 KB

Roadmap

The build status, immediate-term plans, and future goals of this repository.

Feature Requests

We welcome feature requests as edits to the "Backlog" section below.

Before editing this file, please check out How To Contribute to ROADMAP.md- it's a quick read :)

Current Build Status

The current Travis test output for this repository.

Release Install Command Build Status
NPM version (stable) npm install skipper-gridfs Build Status
edge npm install skipper-gridfs@git://github.com/willhuang85/skipper-gridfs.git Build Status

Roadmap

Our short-to-medium-term roadmap items, in order of descending priority:

Feature Owner Details
MaxBytes Support N/A Add support for the optional maxBytes parameter to Skipper-GridFS. Possibly just copy the same logic of the Progress Stream from Skipper-Disk
onProgress Support N/A Add support for the onProgress optional parameter to Skipper GridFS. Possibly just copy the same logic of the Progress Stream from Skipper-Disk

Backlog

The backlog consists of features which are not currently in the immediate-term roadmap above, but are useful. We would exuberantly accept a pull request implementing any of the items below, so long as it was accompanied with reasonable tests that prove it, and it doesn't break other core functionality.

(feel free to suggest things)

Feature Owner Details
no feature requests yet want to help? edit this file