Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

remodel data #186

@madebygps

Description

@madebygps

We are going to replace the explore more section of each definition, see: https://definethecloud.guide/version-control as an example, with a "Project Idea" that will display a project idea users can work on to better develop their skill with whatever word they are looking at.

However, we need to update our data schema to better feed our completions.

Our Azure OpenAI model will be grounded with cloud services and cloud certifications data.

Ideally each of our definitions can map to a cloud certification and/or cloud service when appropriate.

look at our model and figure out what the new schema would look like.

Existing model:

{
"id": "",
"word": "",
"content": "",
"author": {
"name": "",
"link": ""
},
"learnMoreUrl": "",
"tag": "",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions