Created the structure for the whole About page

This commit is contained in:
Tiago Ribeiro
2024-03-15 09:54:25 +00:00
parent e3a6e5d551
commit edeae4a8c3
8 changed files with 344 additions and 1 deletions

View File

@@ -58,6 +58,27 @@
}
},
"component": "about-page.ceo-message"
},
"Capabilities": {
"type": "component",
"repeatable": false,
"pluginOptions": {
"i18n": {
"localized": true
}
},
"component": "about-page.capabilities"
},
"Expertise": {
"displayName": "Expertise",
"type": "component",
"repeatable": false,
"pluginOptions": {
"i18n": {
"localized": true
}
},
"component": "about-page.expertise"
}
}
}

View File

@@ -0,0 +1,41 @@
{
"collectionName": "components_about_page_capabilities",
"info": {
"displayName": "Capabilities",
"description": ""
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Intro": {
"type": "text"
},
"Analytics": {
"type": "component",
"repeatable": false,
"component": "section.title-with-text"
},
"Predictive": {
"type": "component",
"repeatable": false,
"component": "section.title-with-text"
},
"NLP": {
"type": "component",
"repeatable": false,
"component": "section.title-with-text"
},
"Engine": {
"type": "component",
"repeatable": false,
"component": "section.title-with-text"
},
"ContinuousLearning": {
"type": "component",
"repeatable": false,
"component": "section.title-with-text"
}
}
}

View File

@@ -0,0 +1,41 @@
{
"collectionName": "components_about_page_expertise",
"info": {
"displayName": "Expertise",
"description": ""
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Intro": {
"type": "text"
},
"Language": {
"type": "component",
"repeatable": false,
"component": "section.title-with-text"
},
"IELTS": {
"type": "component",
"repeatable": false,
"component": "section.title-with-text"
},
"Alignment": {
"type": "component",
"repeatable": false,
"component": "section.title-with-text"
},
"Native": {
"type": "component",
"repeatable": false,
"component": "section.title-with-text"
},
"KnowledgeExperience": {
"type": "component",
"repeatable": false,
"component": "section.title-with-text"
}
}
}

View File

@@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2024-03-14T18:34:06.485Z"
"x-generation-date": "2024-03-15T09:42:42.132Z"
},
"x-strapi-config": {
"path": "/documentation",
@@ -104,6 +104,12 @@
"CEOMessage": {
"$ref": "#/components/schemas/AboutPageCeoMessageComponent"
},
"Capabilities": {
"$ref": "#/components/schemas/AboutPageCapabilitiesComponent"
},
"Expertise": {
"$ref": "#/components/schemas/AboutPageExpertiseComponent"
},
"locale": {
"type": "string"
}
@@ -130,6 +136,12 @@
"CEOMessage": {
"$ref": "#/components/schemas/AboutPageCeoMessageComponent"
},
"Capabilities": {
"$ref": "#/components/schemas/AboutPageCapabilitiesComponent"
},
"Expertise": {
"$ref": "#/components/schemas/AboutPageExpertiseComponent"
},
"locale": {
"type": "string"
}
@@ -266,6 +278,12 @@
"CEOMessage": {
"$ref": "#/components/schemas/AboutPageCeoMessageComponent"
},
"Capabilities": {
"$ref": "#/components/schemas/AboutPageCapabilitiesComponent"
},
"Expertise": {
"$ref": "#/components/schemas/AboutPageExpertiseComponent"
},
"createdAt": {
"type": "string",
"format": "date-time"
@@ -664,6 +682,174 @@
}
}
},
"AboutPageCapabilitiesComponent": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Intro": {
"type": "string"
},
"Analytics": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Text": {
"type": "string"
}
}
},
"Predictive": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Text": {
"type": "string"
}
}
},
"NLP": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Text": {
"type": "string"
}
}
},
"Engine": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Text": {
"type": "string"
}
}
},
"ContinuousLearning": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Text": {
"type": "string"
}
}
}
}
},
"AboutPageExpertiseComponent": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Intro": {
"type": "string"
},
"Language": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Text": {
"type": "string"
}
}
},
"IELTS": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Text": {
"type": "string"
}
}
},
"Alignment": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Text": {
"type": "string"
}
}
},
"Native": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Text": {
"type": "string"
}
}
},
"KnowledgeExperience": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"Title": {
"type": "string"
},
"Text": {
"type": "string"
}
}
}
}
},
"HomeLocalizationRequest": {
"required": [
"locale"