Standard models are ready-made building blocks provided by Applaud. They’re designed to support essential platform features, so you don’t have to start from scratch.
Each one handles a specific function behind the scenes. For example:
- The User model stores key data about the people who sign in and use Applaud.
- The Task model keeps track of tasks assigned to users, like actions to complete or steps in a workflow.
These models are built into the platform and marked with a “Standard” label, so you’ll always know which ones are core to Applaud. That label means the model can’t be deleted or renamed, but you can still extend it in some cases.
Can I customize standard models?
You can’t edit the core structure of a standard model, but some do allow flexibility.
- User model – You can add your own custom properties to store extra user information, like start dates, locations, or department codes.
- Task model – This model is fixed and doesn’t support custom properties.
Can I create my own models?
Absolutely. You can build your own custom models to store any data you need — like training records, equipment bookings, or anything unique to your organization. You can also link these custom models to standard models using relationships to create a seamless experience.
Why standard models matter
- They power key features like user access, task management, and workflows
- They’re maintained and secured by Applaud
- They provide a reliable foundation to build on top of
Summary
Model | Purpose | Customizable? |
---|---|---|
User | Stores user data | Add properties |
Task | Stores tasks for users to complete | No custom properties |
To link a custom model to a standard one, add a foreign key to your custom model and choose the standard one from the list. See our knowledge base article, Add a property to your model's schema.