Difference between revisions of "System Architecture"

From SmartWiki
Jump to: navigation, search
Line 4: Line 4:
 
[[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.
 
[[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.
  
[[Interfaces]]: There are two main types available within SmartSimple. 
+
'''[[Interfaces]]:''' There are two main types available within SmartSimple. 
  
 
# An [[Administration Interface|administrator's interface]] for [[Global User Administrator|System Administrators]].
 
# An [[Administration Interface|administrator's interface]] for [[Global User Administrator|System Administrators]].
Line 11: Line 11:
 
* Depending on the [[roles]] assigned to different users, each user's interface functionality will vary - for example, in their menu visibility or access to certain records.
 
* Depending on the [[roles]] assigned to different users, each user's interface functionality will vary - for example, in their menu visibility or access to certain records.
  
Data Model - The base data model consists of many standard [[Entity|entities]], but all [[Entity|entities]] are extendable.
+
'''Data Model''' - The base data model consists of many standard [[Entity|entities]], but all [[Entity|entities]] are extendable.
  
 
* See [[Entity and Instance]] for more.
 
* See [[Entity and Instance]] for more.
  
[[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]].
+
'''[[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]].
  
[[: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]].
 +
 
 +
==Essentials==
  
 
[[Category:System Management]][[Category:Glossary]]
 
[[Category:System Management]][[Category:Glossary]]

Revision as of 14:42, 3 June 2019


Construction warning.png Please note that this page is currently under construction. There is more information to come.

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.

Interfaces: There are two main types available within SmartSimple. 

  1. An administrator's interface for System Administrators.
  2. A simplified icon- or text-driven portal interface for normal users
  • Depending on the roles assigned to different users, each user's interface functionality will vary - for example, in their menu visibility or access to certain records.

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.

Essentials