App YAML FileΒΆ
An app YAML file looks like this:
id: recruitment
type: app
name: Recruitment
icon: address-card # Search icons at https://fontawesome.com/icons?d=gallery&s=solid&m=free
color: '#F5FFFA'
active: false
items:
- title: Submissions
table: submissions
roles:
recruiter:
name: Recruiter
description: Allows the user to perform any operation in this app
interviewer:
name: Interviewer
description: Allows to see only the information of the applicants they are interviewing.
More information in the App File YAML Reference.