From b751e48beab59fe0c30c0530dac05c42805cfc1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Thu, 31 Mar 2022 16:00:00 +0200
Subject: [PATCH] doc api

---
 docs/api/lheo/readme.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 docs/api/lheo/readme.md

diff --git a/docs/api/lheo/readme.md b/docs/api/lheo/readme.md
new file mode 100644
index 000000000..ca9fe8384
--- /dev/null
+++ b/docs/api/lheo/readme.md
@@ -0,0 +1,29 @@
+# API Lhéo
+
+## Documentation
+
+- http://lheo.gouv.fr/langage
+- http://lheo.gouv.fr/2.3/lheo-exemple.xml
+- http://lheo.gouv.fr/form/2419bc12/visualisation-xml
+
+## Exemple (Osuny Bordeaux Montaigne)
+
+https://bordeauxmontaigne.osuny.org/api/lheo
+
+## Étapes
+
+- Implémenter le 1er cercle
+  Doc : http://lheo.gouv.fr/2.3/cercle1.html (à faire d'urgence)
+- Implémenter le 2e cercle
+  Doc : http://lheo.gouv.fr/2.3/cercle2.html
+
+## Éléments manquants
+
+- <domaine-formation>
+  - Doc : http://lheo.gouv.fr/2.3/lheo/domaine-formation.html
+  - Codes ROME (Amethys) : https://code.ametys.org/projects/ODF/repos/odf/browse/main/plugin-odf/doc/constants/code_rome.xml
+  - Quel code utiliser ? Comment l'interfacer automatiquement ?
+- <certifiante>
+  - Doc : http://lheo.gouv.fr/2.3/lheo/certifiante.html
+  - A priori les universités n'ont que des formations certifiantes, mais le privé pas forcément.
+    Ajouter une checkbox ? Et en faire dépendre le champ "nom du diplôme" ?
\ No newline at end of file
-- 
GitLab