Skip to content
Merged
Show file tree
Hide file tree
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
30 changes: 4 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# La liste des document d'architecture du projet StudTraj se trouve dans docs/ ainsi que liste des prompts

Copilot AI Mar 12, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo/grammar: "document" should be plural here ("documents") to match "La liste des ...".

Suggested change
# La liste des document d'architecture du projet StudTraj se trouve dans docs/ ainsi que liste des prompts
# La liste des documents d'architecture du projet StudTraj se trouve dans docs/ ainsi que liste des prompts

Copilot uses AI. Check for mistakes.

Copilot AI Mar 12, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This statement says the architecture documents (and prompts list) are in docs/, but this PR removes a large portion of docs/ (including docs/README_DOC.md). Update this line to reflect the new source of truth (e.g., link to the GitHub Pages site and/or explain how to regenerate docs locally) so the README doesn’t point to missing content.

Suggested change
# La liste des document d'architecture du projet StudTraj se trouve dans docs/ ainsi que liste des prompts
# La documentation d'architecture du projet StudTraj (ainsi que la liste des prompts) est disponible via le site de documentation du projet (GitHub Pages) ou peut être régénérée localement en suivant les instructions de contribution.

Copilot uses AI. Check for mistakes.

# 📊 StudTraj - Student Trajectory Analysis Platform

**StudTraj** est une plateforme web d'analyse des trajectoires d'apprentissage des étudiants en programmation. Elle permet aux enseignants de suivre et d'analyser les tentatives de résolution d'exercices de leurs étudiants grâce à des visualisations avancées et des analyses vectorielles.
Expand Down Expand Up @@ -181,32 +183,8 @@ Content-Type: application/json

### Documentation technique
La documentation complète du code est générée automatiquement avec phpDocumentor :
- Consultez [`docs/README_DOC.md`](docs/README_DOC.md)
- Ouvrez `docs/index.html` dans votre navigateur pour la documentation interactive

### Statistiques du projet
- **Fichiers PHP :** 38
- **Lignes de code :** ~4559
- **Version PHP :** 7.4+

---
- https://enzobagnis.github.io/SAE/
Comment on lines 184 to +186

Copilot AI Mar 12, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README now depends on an external site as the only documented access path. If this is used in production environments with restricted outbound access (or if GitHub Pages is temporarily unavailable), documentation becomes inaccessible. Consider keeping a minimal local fallback (e.g., a short docs/README_DOC.md with generation steps) or documenting how to generate phpDocumentor output locally/via CI artifacts.

Copilot uses AI. Check for mistakes.

## 🧪 Tests et qualité du code

### Lancer les tests
```bash
vendor/bin/phpunit
```

### Vérifier le style de code
```bash
vendor/bin/phpcs
```

### Corriger automatiquement le style
```bash
vendor/bin/php-cs-fixer fix
```

---
Comment on lines 184 to 189

Copilot AI Mar 12, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR removes the README sections describing how to run tests and code-quality tools (phpunit/phpcs/php-cs-fixer). That makes it harder for developers/reviewers to validate changes locally. Consider restoring a brief 'Tests et qualité du code' section (or linking to a dedicated contributing doc) even if the generated API docs are hosted elsewhere.

Copilot uses AI. Check for mistakes.

Expand Down Expand Up @@ -241,10 +219,10 @@ Ce projet est développé dans le cadre d'une SAE (Situation d'Apprentissage et
## 👥 Auteurs

- **Équipe StudTraj**
- **Ilan Stefanovitch**
- **Enzo Bagnis**
- **Hamza Koliaï**
- **Jean-Baptiste Pibouleau**
- **William Marcus**

---

Expand Down
40 changes: 0 additions & 40 deletions docs/README_DOC.md

This file was deleted.

Binary file added docs/architecture_BD/BD_01-12-2025.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/architecture_BD/BD_09-03-2026.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/architecture_BD/BD_11-03-2026.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading