Todo list du projet

Structure

erDiagram

  USERS ||--o{ PERFORMANCE_LOGS : "enregistre"
  EXERCISES ||--o{ PERFORMANCE_LOGS : "évalué dans"
  EXERCISES ||--o{ EXERCISE_TRANSLATIONS : "possède des traductions"
  USERS {
      int id
      string username
      string preferred_language
  }
  EXERCISES {
      int id
      string category
      bool is_yoga
  }
  EXERCISE_TRANSLATIONS {
      int exercise_id
      string locale
      string name
  }
  PERFORMANCE_LOGS {
      int user_id
      int exercise_id
      int value
  }
  
  • 💳 Faire un don maintenant (lien à venir)
  • 📧 Pour toute question ou suggestion, contactez-moi.

Merci pour votre soutien ! 🌸

  • /home/margouh/www/data/pages/atelier/fitnlithe.txt
  • Dernière modification : 2026/07/13 18:03
  • de admin