Roadmap 2016 - sbsdev/pipeline-mod-sbs GitHub Wiki
Roadmap for 2016 and time estimations
See list of issues:
Overview and status: https://huboard.com/sbsdev/pipeline-mod-sbs
Meaning of labels:
Label | Effort |
---|---|
XS | 1h .. 2h |
S | 2h .. 1d |
M | 1d .. 2d |
L | 2d .. 1w |
XL | 1w .. 2w |
If you sum everything we end up with something between 200 and 440 hours (between 2 and 4.5 month if I work 3/5 and would work alone). It's a very rough estimate but at least it gives an idea.
Workflow
In order to allow fast and frequent deployment to the test server without having to depend on e.g. Dotify releases, the plan is to develop within the "aggregator project" https://github.com/snaekobbi/pipeline. Whenever we want to deploy, we just make a (local) release (or snapshot) of this one project. This simplifies things a lot, and I think it will improve productivity. At the same time we make regular pull requests to the individual upstream repositories so that we can rebase on released versions eventually.