Closed MuhammadKhalilzadeh closed 1 week ago
This pull request introduces multiple new TypeScript files that define various data structures related to project management, including assessments, controls, projects, risks, scopes, questions, subcontrols, subtopics, topics, vendors, and vendor risks. Each file defines a type or interface representing the structure of the data, along with a constant array of mock data entries for testing and development purposes. The changes enhance the organization and accessibility of project-related information within the application.
File | Change Summary |
---|---|
Servers/new-mocks/assessment.mock.data.ts |
- Added type Assessment - Exported constant assessments: Assessment[] |
Servers/new-mocks/control.mock.data.ts |
- Added type Control - Exported constant controls: Control[] |
Servers/new-mocks/project.mock.data.ts |
- Added type Project - Exported constant mockProjects: Project[] - Default export of mockProjects |
Servers/new-mocks/projectRisks.mock.data.ts |
- Added type ProjectRisk - Exported constant mockProjectRisks: ProjectRisk[] - Default export of mockProjectRisks |
Servers/new-mocks/projectScope.mock.data.ts |
- Added interface ProjectScope - Exported constant projectScopes: ProjectScope[] |
Servers/new-mocks/question.mock.data.ts |
- Added type Question - Exported constant questions: Question[] |
Servers/new-mocks/subcontrol.mock.data.ts |
- Added type Subcontrol - Exported constant subcontrols: Subcontrol[] |
Servers/new-mocks/subtopic.mock.data.ts |
- Added type Subtopic - Exported constant subtopics: Subtopic[] |
Servers/new-mocks/topic.mock.data.ts |
- Added type Topic - Exported constant topics: Topic[] |
Servers/new-mocks/vendor.mock.data.ts |
- Added interface Vendor - Exported constant vendors: Vendor[] |
Servers/new-mocks/vendorRisk.mock.data.ts |
- Added type VendorRisk - Exported constant mockVendorRisks: VendorRisk[] - Default export of mockVendorRisks |
ProjectRisk
interface, which is relevant to the assessment.mock.data.ts
file as both involve project-related data structures.In fields of data, we hop and play,
New types and constants brighten the day.
With assessments and risks, we take flight,
Mocking our projects, everything feels right!
So gather 'round, let’s code and cheer,
For data's our garden, and the harvest is near! 🐇✨
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?
Summary by CodeRabbit
New Features
Documentation