Difference between revisions of "OS.bee Tutorial"

From OS.bee documentation
Jump to: navigation, search
(Story map)
(OS.bee Tutorial)
Line 1: Line 1:
 
=OS.bee Tutorial=
 
=OS.bee Tutorial=
Here are frequently asked questions from designers which are not mentioned by other Documentation. In this Page, you could find the answer to your question.
+
 
 +
This tutorial uses the basic OS.bee application '''My1App''' to show how OS.bee works step by step.
  
 
==Story board==
 
==Story board==
  
 
===Tasks===
 
===Tasks===
 +
 
The task for the user of this tutorial is first the administration of personal data and then the main task is the administration of employee data.
 
The task for the user of this tutorial is first the administration of personal data and then the main task is the administration of employee data.
 
  
 
===Story map===
 
===Story map===
Line 13: Line 14:
  
 
===Requirement===
 
===Requirement===
 +
 +
My1App is a personal administration application consisting of a collection of models based on OS.bee Domain Specific Languages.
 +
The My1App is generated by Eclipse wizards; the wizards build the Eclipse workspace, provide the basic structure and a number of consistent objects of models.
 +
So before executing the tutorial steps in this tutorial using My1App, the appropriate wizards must be installed. You can find more information about installation in [[http://download.osbee.org/documentation/index.php/My_first_app|doc of My1App]].
 +
 +
Each tutorial step can be executed separately; you don’t need to totally complete the tutorial in once.
  
 
===User epics===
 
===User epics===

Revision as of 11:17, 19 July 2018

OS.bee Tutorial

This tutorial uses the basic OS.bee application My1App to show how OS.bee works step by step.

Story board

Tasks

The task for the user of this tutorial is first the administration of personal data and then the main task is the administration of employee data.

Story map

Tutorial story map 1.png
Tutorial story map 2.png

Requirement

My1App is a personal administration application consisting of a collection of models based on OS.bee Domain Specific Languages. The My1App is generated by Eclipse wizards; the wizards build the Eclipse workspace, provide the basic structure and a number of consistent objects of models. So before executing the tutorial steps in this tutorial using My1App, the appropriate wizards must be installed. You can find more information about installation in [of My1App].

Each tutorial step can be executed separately; you don’t need to totally complete the tutorial in once.

User epics

User stories

Administration of personal data

Change the address
Find a person
Establish current age
Add profile photo
Add gender
Add marital status

Administration of employee data

create new entity of employee
hire employee
fire employee
increase employee salary
assign employee
transfer employee
evaluate employee