Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update learn.json #60

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
{
"status": "published",
"title" : "Data Modeling a StarWars Blog",
"gitpod": true,
"status": "published",
"title" : {
"us": "Data Modeling a StarWars Blog",
"es": "Modelo de Datos del blog de StarWars"
},
"slug" : "starwars-data-modeling",
"duration" : 3,
"difficulty": "easy",
"preview": "https://github.com/breatheco-de/exercise-starwars-data-modeling/blob/master/assets/preview.png?raw=true",
"technologies": ["sql", "sqlalchemy", "uml", "data-modeling"],
"syntax": "python",
"description" : "Use your recently adquired knowledge to build a data-model for your starwars blog",
"description" : {
"us": "Design and implement a Star Wars-themed database model using SQLAlchemy! This project focuses on structuring data for a blog where users can save their favorite characters and planets. You'll create an optimized relational database, define entity relationships, and generate an ER diagram to visualize the data model.",
"es": "Usa tus conocimientos recientemente adquiridos para crear un modelo de datos para un blog de Star Wars. En este proyecto, diseñarás la estructura de una base de datos, estableciendo relaciones entre usuarios, personajes y planetas. Aprenderás sobre modelado de datos, diagramas UML y SQLAlchemy, mejorando tus habilidades en bases de datos."
},
"projectType": "project",
"solution": "https://github.com/breatheco-de/exercise-starwars-data-modeling/tree/solution",
"talents": [
{ "badge": "fully-committed", "points": 5 }
]
],
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=210"
}
}