Workspace Template
Once someone in your organization has created a workspace, there's no need to create a new one from scratch. You can share it with others in order to reuse shared concepts. Here's how you can do that:
-
The new user will create a new nested folder on their computer called
people/<workspace-name>
, for examplepeople/wincorp
. -
You, the original workspace creator, will copy your
core.ppl
file andassets
folder with everything in it from your workspace folder and share it with them. -
The new user will put the shared
core.ppl
file andassets/*
folder and contents in their newly createdpeople
folder on their computer. -
This new user will find the
member
associated with them in thecore.ppl
and copy their member ID. For example, if Kevin Osei was creating auser
for himself, he would find this block incore.ppl
and copykevin_osei
:member kevin_osei { first_name: "Kevin" last_name: "Osei" job: software_engineer_2 email: "test-kevin-osei@wincorp.com" }
-
The new user will then create their own
people.ppl
file inside theirpeople/<workspace-name>
folder. -
Inside that file, they will create their user by adding a
user
block that uses their ID from above. For example, Kevin Osei would type this in hispeople.ppl
file:user kevin_osei {}
-
This new user can now open this workspace in the People Work app by going to File > Open Workspace > Open Existing Workspace, and clicking on their newly created workspace folder.