Closed mheob closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
tsg-irlich-web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 1, 2024 1:36pm |
tsg-irlich-web-studio | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 1, 2024 1:36pm |
The changes introduced in this pull request involve modifications to the document schema for roles and updates to the data retrieval logic for contact persons. A new email
field has been added to the role
document schema, specifically for board positions. Additionally, the method for fetching contact persons' email and role has been altered to retrieve this information from a nested query based on department criteria.
File Path | Change Summary |
---|---|
apps/studio/schemas/documents/role.tsx |
Added a new email field of type email to the role document schema for board positions. |
apps/web/src/lib/sanity/queries/pages/home.ts |
Updated getContactPersonsSection to fetch email and role from the affiliations array based on department criteria. |
email
field to the role
document schema, while PR #109 adds an email
field to the group
document schema, indicating a similar enhancement in handling email attributes within the application.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Summary by CodeRabbit
New Features
Bug Fixes