Getting Started
Learn the core concepts of the Tivity Platform by building a To Do Application
Introduction
This tutorial is designed to teach you the core concepts you need to quickly get started with the TIVITY platform by building your first application.
In this tutorial we create a To Do application and demonstrate how to :
create a basic structure of the application using the Class Designer
retrieve specific data using the Selection Designer
display data to the end-user using the Layout Designer
build a customised Object Page which will allow us to attach files to the to do.
An account on dev.tivity.one is required for this tutorial. The To Do Application can be created in any workspace given the Documents App is also installed in that workspace.
To Do Application Overview
We want to build a simple To Do application with the following features :
Create a task
Assign a title
Assign an owner
Assign a priority
Assign a due date
Add notes
Change the status to done
Our To Do application will have a Start Page, which will display a pie chart of completed and open tasks, as well as allow us to see :
All tasks
Personal tasks
Tasks due today
Completed tasks
Class Diagram
The following class diagram describes the structure of the model used to store our tasks along with the corresponding data types :
Last updated