How to Create a Profile Dashboard
Replace the default Profinity home page with a custom dashboard for your profile.
Prerequisites
- An active profile in Profinity
- A dashboard YAML file ready to upload
- Admin access to profile settings
Steps
Step 1: Create Your Dashboard YAML
- Create a dashboard YAML file in the dashboard editor or a text editor
- Your dashboard should start with:
- For examples, see the Dashboard Development Guide
Step 2: Access Profile Settings
- Navigate to the ADMIN tab
- Click on Profiles
- Select your profile from the list
- Click on the profile to open its settings
Step 3: Upload the Dashboard
- In profile settings, find "Upload Default Dashboard"
- Click Choose File or Browse
- Select your dashboard YAML file
- Click Upload or Save
Step 4: Verify the Dashboard
- Navigate to the home page (click home icon or refresh)
- Your custom dashboard should display instead of the default home page
- Dashboard is active whenever this profile is loaded
Tips
- Test First: Test your dashboard in the Dashboard Editor before uploading
- Backup: Keep a copy of your dashboard YAML file
- Validation: Ensure your YAML is valid - invalid dashboards won't load
- Profile-Specific: Each profile can have its own custom dashboard
Removing a Profile Dashboard
To revert to the default home page:
- Go to Profile settings
- Remove or clear the uploaded dashboard file
- Save the profile
Related Documentation
- Profile Dashboard - Detailed information about profile dashboards
- Dashboard Development Guide - Complete dashboard development reference