Support

Support

  • Olympe Website

›Getting Started

Olympe support overview

  • Orchestrator
  • Olympe Training Plan

DRAW

    Getting Started

    • Introduction
    • Content Organization
    • User Interface - Main concepts
    • User Interface - Functions
    • User Interface - Custom Visual Components
    • User Interface - Interactions
    • User Interface - Navigation
    • Data - Data Models
    • Data - Data Sets
    • Logic - Functions vs Actions
    • Create and modify data
    • Query Data
    • Transition with data
    • Generate Rest API connectors from OpenAPI files
    • Themes
    • Project dependencies
    • Export & Import

    Tutorials

    • Simple App Example
    • Expense App Tutorial

CODE

  • CODE API
  • Tutorials

    • Bootstrap a CODE development environment
    • Initialize the versioning system
    • Extend DRAW with custom logic bricks made with CODE
    • Extend DRAW with custom visual bricks made with CODE
    • Retrieve data from Olympe datacloud, transform it and display it in a custom Visual Component
    • Modifying the data on the data cloud
    • Visualizing participants interaction with a graph

    Further reading

    • A Beginner's Guide to Dataflows

Platform

  • VM Supported Hosts

Release notes

  • Archives DRAW
  • Archives CODE
  • Latest Releases

Demos

  • Charts Example
  • Workflows Management

User Interface - Navigation

Introduction

Transitions between screens are defined in App Editor / ScreenFlow Editor create_transition

Transitions are triggered by events on the source screen edit_transition

Under the hood

Adding an event from a transition is actually a shortcut that…

  1. Creates a new Event in the Screen transition_event

  2. Defines a new Action on a UI Component (e.g. Click on Button) transition_action

  3. Configure the Action of step 2 to “dispatch“ the Event created at step 1 transition_dispatch

  4. Link the Event to the Transition transition_event_link

Exercise 6 – Navigation

The goal of this exercise is to create transitions from/to home screen and "New note" scren. transition_event_link

  1. Go to App “Notes App”
  2. Open Screen “New note”
  3. Go back to app “Notes App”
  4. Create a transition from ”Home” screen to “New note” screen
    • Click events on button “New note button” must trigger this transition
  5. Create a transition from “New note” screen to “Home” screen
    • “On left button click” event on the header must trigger this transition
← User Interface - InteractionsData - Data Models →
  • Introduction
  • Under the hood
  • Exercise 6 – Navigation
Olympe Website
Copyright © 2021 Olympe