Difference between revisions of "Designers Index"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 1: Line 1:
<div style="width:22em; max-width:22em; margin-top:4px; float:left;">
<div style="width:22em; max-width:22em; float:left;">
<span style="font-family: Arial; font-size:120%;">''Basics''</span>
<span style="font-family: Arial; font-size:120%;">''Basics''</span>
<hr class="horizontal_bar"/>
<hr class="horizontal_bar"/>
Line 37: Line 37:
</div>
</div>
<!-- =========================================================================== -->
<!-- =========================================================================== -->
<div style="margin-left:23em; margin-top:10px">
<div style="margin-left:23em; margin-top:19px">
<!--margin-top is a hack to fix the vertical offset that MediaWiki introduces (somehow)
<!--margin-top is a hack to fix the vertical offset that MediaWiki introduces (somehow)
     Unfortunately, the required offset-correction is 9 in Chrome, 10 in Firefox, 11 in IE.
     Unfortunately, the required offset-correction is 9 in Chrome, 10 in Firefox, 11 in IE.

Revision as of 19:02, 31 May 2012

Design Elements


  Data
Objects Store data, define behaviors.
Object Inheritance Share common behaviors and attributes.
Indexes Speed up record access. Ensure uniqueness.
Record Locators Help users identify records they're searching for.
Reports Summarize data in platform objects.
Charts Pie charts, bar charts, graphs.
Database Views Advanced reports using database queries and joins.
SQL Browser Do SQL Language queries on your platform data.
 
  Presentation
Forms How records are viewed and added.
Views Tables of records and other displays.
Dashboards Custom overview using a variety of Widgets.
Print Templates Formatted output: HTML, PDF, Word, PowerPoint.
Web Tabs The tabs a user sees in the application.
Sidebars The user's navigation pane.
Web Forms Send data from a remote site.
 
  Rules and Processes
Workflows Automate processes. __TBD: => Processes__
Data Policies Take action on events.
Validations Check incoming data.
 
  Logic
Actions Buttons the user can press.
Sites Access for customers and external users.
Pages Custom HTML/JSP pages.
Static Resources Upload CSS and Javascript files.