Main Menu

SCRUM Master opening at NHQ

Started by Eclipse, April 12, 2017, 10:10:27 PM

0 Members and 2 Guests are viewing this topic.

Spaceman3750

Quote from: N Harmon on April 25, 2017, 02:59:18 PM
Quote from: Spaceman3750 on April 24, 2017, 09:31:24 PM
My vote would be a custom web app which decouples UI from backend. Build the data system on a RESTful/JSON (though technically with RESTful you're supposed to support XML and JSON) API, then sit a UI on top of the API. You can interchange the UI design, or access the data programmatically, with no change to the backend - it doesn't care, it's just an API.

What leads you to believe this isn't the current system's architecture?

Nothing.