User
Located in ./people.ppl
, this is the member
associated
with the user
. It is associated by sharing the same id
.
This exists so that the core
can be shared and the user
can still relate themselves to that core
.
If a user
is not defined, the workspace will not load.
Fields
None
Examples
member alex_rivera {
first_name: "Alex"
last_name: "Rivera"
}
// same id as alex_rivera member, which means that Alex is
// the first person of this workspace (aka the user).
// no fields defined so no braces required
user alex_rivera {}