I'm developing an addon, that expands the xf rest api with some features, that I need in a client mobile app that I'm developing.
The app regularly downloads the options related to my addon, (and some general options from xenforo), to customize itself. The app downloads the phrases of my addon too, to display them in the UI.
What I want to do is to have a flag/flags indicating that an admin user adjusted the options in the admin dashboard for my addon, and a new download of the options is needed. The same goes for the phrases if a forum owner improves some phrase or does a translation.
Before I take the way of adding a new table to store these flags and intercept the saving of options and phrases in the dashboard myself to save my flags, I asked if there is already something similar available.
I hope you understand what I'm trying to do despite my not too good English.