problem - you have one app that must serve 15 major clients.
each client has a part of the core data structure in common, the other 75% is variable.
for each function, each client screen is different, but they might require new bits, and bits of the 75% at any moment.
develop this so it has zero maintenance rquirement
each client has a part of the core data structure in common, the other 75% is variable.
for each function, each client screen is different, but they might require new bits, and bits of the 75% at any moment.
develop this so it has zero maintenance rquirement
Comment