Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.84 KB

File metadata and controls

36 lines (25 loc) · 1.84 KB

Use Case: User Interface

A SPA (single-page application) is an app implementation that loads only a single view, and then updates the body content of that single document view. This use case will provide this singular view concept regardless of the underlying UI architecture. It will also provide the ability to properly theme based on the SDK target so an entire app can be changed. Lastly, the use case will identify basic widget types and dialogs to support the SPA.

Table of Contents

FUNCTIONAL DECOMPOSITION

TBD

DESIGN NOTES

TBD

TEST NOTES

TBD

REFERENCES

TBD