Data overview

From RPM Wiki

Table of contents

Data

Data is what RPM is all about.

Sources

There are two sources of data in RPM

  • User data is entered by users. See "In" below.
  • Generated data is created by the application

In

User data is entered into RPM by users

  • Manipulation: Modification of user entered data before saving.
    • Examples: Trim, Casting, Make safe, Table field, Truncate
  • Validation: Checking user entered data against requirements or it won't be saved.
    • Examples: Unique username, password length, a valid agency name
  • Methods
    • Edit: through the UI
    • Import: By uploading an Excel file
    • API: From another program

Out

Wherever the data came from, the point is to get it out again.

  • Formatting: Changes made to data when output that make it look different than the saved version.
  • Methods
    • HTML: through the UI. May be done server side or client side.
    • Download: By exporting an Excel file
    • API: JSON or XML for another program

Files

This discussion of data does not cover File attachments.

  • This page was last modified 15:31, 22 Jun 2009.
  • This page has been accessed 625 times.