githubbob42 / mingle2github2

0 stars 1 forks source link

Add support for more indexedDB features to indexedDBShim #3005

Closed githubbob42 closed 9 years ago

githubbob42 commented 9 years ago

Mingle Card: 3303

| | |
|-|-|

We need to implement some additional features of indexedDB to support dynamic indexes and full text search:

 *   complex keys #3292

 *   multi-entry indexes #3290

Acceptance Criteria

_All of the current integration tests should work fine on Ipad._

Related Stories

Tasks

{{table query: SELECT Number, Name, Owner, 'Task Status' WHERE Type = Task and Story = THIS CARD}}

Defects
-------

{{
 table query: SELECT Number, Name, Owner, 'Status' WHERE Type = Defect and 'Related Story' = THIS CARD
}}

Test Plan
---------

Sanity check on iPad.
githubbob42 commented 9 years ago

Pull Request #1407