symphonists / uniondatasource

A union datasources allows you to combine multiple datasources to output a single datasource for the primary purpose of a unified pagination.
13 stars 11 forks source link

Interface or simpler documentation? #3

Closed nilshoerrmann closed 13 years ago

nilshoerrmann commented 13 years ago

I was a bit confused about how to setup my data source and was surprised how simple the resulting union data source file actually was. I think it would be great if this extension could either feature an interface to create the union data source (this would only need the pagination settings and a multi select box of all existing data sources) or simply offer an example union data source (which would only consist of a few lines of code which would be easier to understand).

By the way, this is a gorgeous extension, Brendan! So thanks a lot!

brendo commented 13 years ago

This is planned for down the track, these first couple of releases were a proof of concept. I just wanted to know if it could be done, and thankfully, it looks like it can be :D

nilshoerrmann commented 13 years ago

As soon as you have understood how to set things up it works perfectly. A really helpful little thing this extension :)

brendo commented 13 years ago

@nils I've been working on an interface for creating Union Datasources today, it's on the integration branch, care to test?

https://github.com/brendo/uniondatasource/commits/integration

nilshoerrmann commented 13 years ago

I'm just about to pull the integration branch and will give you some feedback later.