Skip to content

Commit

Permalink
Add to-do items
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 1, 2012
1 parent d4b0a14 commit 280dd79
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -7,14 +7,15 @@ Right, this is the TODO list for Buildbot-0.9.0. We'll delete this once it's em
* Parsing of endpoint options is currently left to the endpoint, which will lead to inconsistencies.
Add and document some helper methods to ``base.Endpoint`` for parsing e.g., boolean options (supporting on/off, 0/1, true/false, etc.)
* Optimize the type verification system by dynamically creating verifier functions once.
* Move `master/buildbot/test/interfaces/*` to `master/buildbot/test/unit`

# Documentation #

* Rename ``masters/docs/developer/database.rst`` to ``db.rst`` for consistency.
* Put update methods in the appropriate resource-type files, rather than in ``data.rst``
* Move data API how-to guides

# Resource Types #
# Data API #

For each resource type, we'll need the following (based on "Adding Resource Types" in ``master/docs/developer/data.rst``). use this list as a template in the list of types below when you begin a new type.

Expand Down Expand Up @@ -49,6 +50,11 @@ The outstanding resource types are:
* Add support for uids to the change resource type
* Define real masters, that check in periodically, and have individual IDs (blocked on 'Add a ``masters`` table')

## Misc Data API Work ##

* Paging, filtering, and so on of data API results.
* Factor ``self.assertEqual(self.master.mq.productions, [ .. ])`` into something that will assert and then flush

# Web #

## Infrastructure ##
Expand Down

0 comments on commit 280dd79

Please sign in to comment.