django-orchestra/ROADMAP.md

46 lines
1.6 KiB
Markdown
Raw Normal View History

2014-05-08 16:59:35 +00:00
# Roadmap
2014-08-22 15:31:44 +00:00
### 1.0a1 Milestone (first alpha release on Sep '14)
2014-05-08 16:59:35 +00:00
1. [x] Automated deployment of the development environment
2. [x] Automated installation and upgrading
2. [ ] Testing framework for running unittests and functional tests
2. [ ] Continuous integration environment
2. [x] Admin interface based on django.contrib.admin foundations
3. [x] REST API based on django-rest-framework foundations
2. [x] [Orchestra-orm](https://github.com/glic3rinu/orchestra-orm) a Python library for easily interacting with the REST API
3. [x] Service orchestration framework
4. [ ] Data model, input validation, admin and REST interfaces, permissions, unit and functional tests, service management, migration scripts and some documentation of:
2014-08-22 11:28:46 +00:00
1. [x] Web applications
2. [ ] FTP accounts
2014-05-08 16:59:35 +00:00
2. [ ] Databases
1. [ ] Mail accounts, aliases, forwards
2014-08-22 11:28:46 +00:00
1. [x] DNS
2014-05-08 16:59:35 +00:00
1. [ ] Mailing lists
2014-08-22 11:28:46 +00:00
1. [x] Contact management and service contraction
2014-05-08 16:59:35 +00:00
1. [ ] Object level permissions system
1. [ ] Unittests of all the logic
2. [ ] Functional tests of all Admin and REST interations
1. [ ] Initial documentation
2014-08-22 15:31:44 +00:00
### 1.0b1 Milestone (first beta release on Nov '14)
2014-05-08 16:59:35 +00:00
2014-08-22 11:28:46 +00:00
1. [x] Resource monitoring
2014-05-08 16:59:35 +00:00
1. [ ] Orders
2. [ ] Pricing
3. [ ] Billing
2014-08-22 11:28:46 +00:00
1. [ ] Payment methods
2. [ ] Scheduling of service cancellations and deactivations
2014-05-08 16:59:35 +00:00
1. [ ] Full documentation
2014-08-22 15:31:44 +00:00
### 1.0 Milestone (first stable release on Feb '15)
2014-05-08 16:59:35 +00:00
1. [ ] Stabilize data model, internal APIs and REST API
1. [ ] Integration with third-party service providers, e.g. Gandi
1. [ ] Support for additional services like VPS
2. [ ] Issue tracking system
2014-08-22 11:28:46 +00:00
3. [ ] Translation to Spanish and Catalan