Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.31 KB

Getting Started

A repository of exercises designed to demonstrate common techniques and best practices for developing apps on the Rally platform using App SDK 2.0.

License

Copyright (c) Rally Software Development Corp. 2014
Distributed under the MIT License.

Prerequisites

  • Basic understanding of JavaScript/HTML/CSS
  • Basic understanding of the Rally data model and Web Services API
  • A functioning installation of Rally App Builder
  • A favorite text editor (even VIM)

Contents

  • App Anatomy - Coming soon...
  • Data Models - Create, Read, Update and Delete items
  • Context - Use components to explore an app's context
  • Data Stores - Query for items
  • Using Components - Add components to an app and connect them with events

Additional Resources