-
Notifications
You must be signed in to change notification settings - Fork 1
Wish List
We're always happy and welcome to have contributors! As you may expect, the main question is "what are you interested in contributing?" Here's a list of some projects that are on our roadmap/wishlist that we could use a hand on. These items are roughly sorted from "least amount of work" to "most amount of work but possibly more interesting", as well as how that would help AppScale:
-
The AppController and NeptuneManager have unit tests, but could use more coverage across - would make system startup / configuration and HPC application startup / configuration more reliable.
-
The PBServer and UserAppServer need more unit tests - would reveal / fix bugs in the database-agnostic layer and ensure that if an App Engine app works on one datastore, that it works on them all without having to manually test each datastore. We use Flexmock for Python (http://pypi.python.org/pypi/flexmock).