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-studio | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 1, 2024 0:47am |
The changes introduce a new field, taskDescription
, to the affiliations
array in the person
document schema. This field is intended to hold a brief description of the person's tasks, with a specified character limit. Additionally, the existing description
field has been updated to clarify its purpose, shifting from a general description to a vision statement for the person.
File Path | Change Summary |
---|---|
apps/studio/schemas/documents/person.ts | Added taskDescription field (type: text) to affiliations array; updated description field to clarify its purpose. |
Objective | Addressed | Explanation |
---|---|---|
Add taskDescription field for person (#106) |
✅ |
person
document, similar to the addition of the taskDescription
field.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
closes #106
Summary by CodeRabbit
New Features
taskDescription
, in the affiliations section of the person document to allow for brief task descriptions related to a person's position.Updates
description
field to clarify its purpose as a short vision of the person.