Now that I've managed to figure out most of setting up Dataface I love it even more. So do my users However, they're already asking for more functionality and I'm not even sure if this is possible.
My database consists of game components (miniature figures and cards) and my users would like to be able to "click to rate" individual game components (records). The ultimate would be a rollover, single-click voting like they have at imdb.com, but even a less 'fancy' interface would be much appreciated.
Basically, I realize I'd need to add a new field to y tables in order to contain the rating. And it would clearly have to be a calculated field with the formula created to integrate the latest vote. Output would be something like "Rating: x out of y with z votes", preferably graphical (I can easily create the graphics), but text would be acceptable as well.
So, is this possible with Dataface? If so, where do I start?