Difference between revisions of "System Architecture"

From SmartWiki
Jump to: navigation, search
(No summary)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[SmartSimple]] is designed to be highly configurable, from interface choices through data model, [[Applications|applications]], to reporting.
+
==Overview==
 +
[[SmartSimple]] is designed to be a highly-configurable platform to streamline business needs. We offer easily adaptable interface choices, data modelling, configurable [[:Category:Universal Tracking Application|applications]], and [[:Category:Reports|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 Fields|custom field]] types, with over 50 field types currently implemented.
  
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 (over 50 field types are currently implemented).
+
'''Data Model''' - The base data model consists of many standard [[Entity|entities]], but all [[Entity|entities]] are extendable.
  
[[Interfaces]] - Four Interface models are supported.
+
* See [[Entity and Instance]] for more.
  
Data Model - The base data model consists of many standard [[Entity|entities]] but all [[Entity|entities]] are extendable.
+
'''[[Getting Started with the Universal Tracking Application|Applications]] '''- Built-in on-demand applications and custom applications can be created. These applications utilize the data from [[Entity|entities]].
  
[[Applications]] - Built-in on-demand applications and custom applications can be created.
+
'''[[:Category:Reports|Reporting]] '''- An extensive reporting sub-system is a standard component of [[SmartSimple]].
 
 
[[:Category:Reports|Reporting]] - An extensive reporting sub-system is a standard component of [[SmartSimple]].
 
  
 +
==See Also==
 +
* [[Organization hierarchy]]
 +
* [[The Root Company]]
 +
* {{UTA}}
 
[[Category:System Management]][[Category:Glossary]]
 
[[Category:System Management]][[Category:Glossary]]
 +
* [[Https://wiki.smartsimple.com/wiki/Backup Server and Testing Instances|Backup Server and Testing Instances]]

Latest revision as of 12:17, 26 October 2021

Overview

SmartSimple is designed to be a highly-configurable platform to streamline business needs. We offer easily adaptable interface choices, data modelling, configurable applications, and 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, with over 50 field types currently implemented.

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. These applications utilize the data from entities.

Reporting - An extensive reporting sub-system is a standard component of SmartSimple.

See Also