Skip to content

Commit

Permalink
Merge branch 'livedoc' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Aug 29, 2017
2 parents 6789dbe + 350b183 commit 08ebd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/source/datacollection/eventmodel.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This section explains how to model your application data as events.

For example, your application may have users and some items which the user can interact with. Then you can model them as two entity types: **user** and **item** and the entityId can uniquely identify the entity within each entityType (e.g. user with ID 1, item with ID 1).

An entity may peform some events (e.g user 1 does something), and entity may have properties associated with it (e.g. user may have gender, age, email etc). Hence, **events** involve **entities** and there are two types of events, respectively:
An entity may peform some events (e.g user 1 does something), and entity may have properties associated with it (e.g. user may have gender, age, email etc). Hence, **events** involve **entities** and there are three types of events, respectively:

1. Generic events performed by an entity.
2. Special events for recording changes of an entity's properties
Expand Down

0 comments on commit 08ebd6b

Please sign in to comment.