Ticket #40 (new task)

Opened 9 months ago

Last modified 7 months ago

Lazy loading in registry stores/output framework/models

Reported by: psychcf Owned by: psychcf
Priority: critical Milestone: 1.3
Component: api Version: trunk
Keywords: Cc:

Description (last modified by psychcf) (diff)

Dojo.data supports lazy loading of items. It would be interesting if there was a way we could implement this in the registry, since the registry is basically a modified datastore.

The way we can do this is by first off, telling the output framework via postdata to only return rows x-y, and then the filter() and all() methods can do some sort of lazy loading of items so that we don't have to waste time fetching the entire table from the DB.

Change History

Changed 7 months ago by psychcf

  • summary changed from Lazy loading in registry stores to Lazy loading in registry stores/output framework/models
  • description modified (diff)
  • milestone changed from 2.0 to 1.0-alpha2

Changed 7 months ago by psychcf

  • milestone changed from 1.0-alpha2 to 2.0

I can't figure this out, I'm deferring this until 2.0, maybe we can get someone experienced enough with dojo.data to do this for us

Changed 7 months ago by psychcf

  • milestone changed from 2.0 to 1.0-alpha2

Changed 7 months ago by psychcf

  • milestone changed from 1.0-alpha2 to 2.0

Changed 7 months ago by psychcf

  • priority changed from major to critical
Note: See TracTickets for help on using tickets.