× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hello Darren,

Am 26.03.2021 um 14:17 schrieb Darren Strong <darren@xxxxxxxxx>:

I'll have to manage the equivalent of level checks and these API's don't give you a good way to update all profiles' data layout, because you must specify a user profile, if you even have access as a developer to update other profile's data anyway.

I don't see a big deal with that. If you need to keep track of the settings in a data structure anyway, why not use the first one or byte(s) as a "binary level id"?

If new settings are to be added in the data structure with a new program release, always append new fields to the structure. Never change any fields. If changes are needed, abandon the former field and create it anew "behind" all former fields. This will assure backwards compatibility.

If program-id = struct-id, all is fine. Read and write like usual.

If program-id > struct-id, read as usual, write will update the struct to the new level. Worst thing which might happen is that a user-changed setting will be lost.

If program-id < struct-id, ignore data in the profile, reset all do default and if changes are made by the user, write as usual with the older struct-id.

That's how I'd do it. A (to me) good middle way between programming effort to never lose any data no matter what vs. new version = new settings, all is discarded with a new version.

:wq! PoC


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.