Open Issues Need Help
View All on GitHub Création de la base de données about 2 months ago
AI Summary: Create a database named `recipes_generator` with three tables: `user` (id, pseudo, extId, provider, nbAllowedRecipes), `tokens` (id, createdAt, logged, value, userId), and `recipes` (id, name, duration, portion, recipients, instructions, createdAt, userId). All `id` fields are UUIDs. The `createdAt` fields are DateTime types.
Complexity:
2/5
good first issue
Création des types personnalisés about 2 months ago
AI Summary: This task requires the creation of three custom data types: RecipeInput, RecipeOutput, and UserOutput. Each type has specific fields defined, including strings, integers, and lists. These types will likely be used within a Mistal AI-powered recipe generation project.
Complexity:
2/5
help wanted