I'm seeking advice on the best way to display data from a single source in multiple topics.
Here's my scenario. I have a list of of presentations that I need to display in several topic pages on a website. For example, on one of the pages I want to display the whole list and allow users to sort and filter it. On another page, I want to display information for only one presentation.
I've done this type of thing before using PHP/MySQL or XML/XSLT, but I'm trying to determine the best way to do it in Flare. I'm just not sure what's possible or feasible. I'd like to keep it simple and maintainable.
Here are the things I'm considering:
- Put the data in an XML file and format it with Javascript or XSL.
- Put the data in a JSON file and format it with Javascript (I did this before in Flare, and frankly, working with the JSON file was a bit of a pain).
- Put the data in a MySQL database and use PHP or nodejs to pull the data into Flare topics. What would my best options be here? I've never tried using either in Flare.
- Could I put the data in a snippet and use some native Flare function to pull part or all of the data into a Flare topic and allow users to sort and filter the data? I don't know of anything, but thought I'd ask.
Thanks in advance!
Kathryn