17691 Posts in 4607 Topics by 2180 members
General Questions
SilverStripe Forums » General Questions » Would this be prudent to use SilverStripe for?
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 475 Views |
-
Would this be prudent to use SilverStripe for?

31 January 2010 at 11:01am Last edited: 31 January 2010 11:01am
I have a customer who needs to take a datafeed and import the feed into a db. Then each record in the feed would become an actual webpage that is not necessary listing on the nav tree.
The datafeed could be large 1000+ records.
They want to more or less auto generate the pages without having to manually create each page after an import took place.
To add to this, they will need to be able to re-import the datafeed at specific time intervals (weekly).
I'm wondering if Silverstripe is the best solution to do this. Right now they have a solution that generates pages via a url string but it is dynamic and and not easily managed.
Your thoughts,
Terry
-
Re: Would this be prudent to use SilverStripe for?

31 January 2010 at 2:39pm
ModelAdmin is pretty well suited to exactly that. If you setup a ModelAdmin for the datafeed, it includes importing abilities. As for displaying the dataobjects on the front end, you wouldn't need to manually create the page on the site you would just have a simple controller to display the object.
| 475 Views | ||
|
Page:
1
|
Go to Top |


