Hi all, I am having a bit of brain freeze and hoping someone can help.
I am building a new feature for our website and not sure what is the best approach using Matrix. There will be 2 parts to it display part (that one is always easy with Matrix) and Update part (this one giving me a headache)
Background
We have 26 parks with most of them having more than one sporting field and I am trying to show sports ground availability on our website. There are various solutions I can think of, but the one I decided to go with is having asset for each park with metadata applied for open/close/stand by options. Reason for separate assets is ability to link individual park info in other places later on as well as possible personalisation.
Need help with...
I need to build interface for an update of this information and an ideal scenario is to have a page listing all parks/fields with radio buttons for each field so that once the button is clicked that assets metadata field is updated (thinking AJAX or JS API, but I really don't know how it works).
One of the issues is that there is more than one person updating this information at the same time and we eventually want this to be done from a mobile device.
Any suggestions? Any other ways of doing it?