Difference between revisions of "System Architecture"
From SmartWiki
Julia Decker (talk | contribs) |
Julia Decker (talk | contribs) |
||
Line 1: | Line 1: | ||
− | [[SmartSimple]] is designed to be highly configurable from interface choices | + | [[SmartSimple]] is designed to be highly configurable, from interface choices through data model, [[Applications|applications]], to reporting. |
− | The key features of the system are | + | The key features of the system are its use of a '''Model''', '''View''' '''Controller''' (MVC) design architecture '''combined''' with a dynamic data model that includes unique [[Custom Fields|custom field]] types (41 field types are currently implemented). |
[[Interfaces]] - Four Interface models are supported. | [[Interfaces]] - Four Interface models are supported. | ||
− | [[Data Model]] - The base data model consists of many standard entities but all entities are extendable. | + | [[Data Model]] - The base data model consists of many standard [[Entity|entities]] but all [[Entity|entities]] are extendable. |
[[Applications]] - Built-in on-demand applications and custom applications can be created. | [[Applications]] - Built-in on-demand applications and custom applications can be created. | ||
− | [[Reporting]] - | + | [[Reporting]] - An extensive reporting sub-system is a standard component of [[SmartSimple]]. |
+ | |||
+ | [[Category:System Management]][[Category:Glossary]] |
Revision as of 15:36, 31 October 2007
SmartSimple is designed to be highly configurable, from interface choices through data model, applications, to reporting.
The key features of the system are its use of a Model, View Controller (MVC) design architecture combined with a dynamic data model that includes unique custom field types (41 field types are currently implemented).
Interfaces - Four Interface models are supported.
Data Model - The base data model consists of many standard entities but all entities are extendable.
Applications - Built-in on-demand applications and custom applications can be created.
Reporting - An extensive reporting sub-system is a standard component of SmartSimple.