Tutorial: Statements
When you’re finished defining the nouns and verbs for your app, as a next step you can write statements that connect these nouns via verbs. A statement is a sentence that is considered to be generally true in your app, and is therefore written in plural. In Hapsah, a Statement always has the structure of three parts:
There are three kinds of statements you can write in order to:
Example app: Grocery store
For our grocery store app we need the following statements.
Constructing Descriptors
Address
Full name
Price
Characterizing Entities
Customer
Product
Shopping cart
Store