Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
etudiants:2014:bertrand:bugreport3 [2013/11/26 14:50] – [5- Contrôleurs] romain | etudiants:2014:bertrand:bugreport3 [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | < | + | ====== BugReport : plateforme de remontée |
- | + | ||
- | ====== BugReport : plateforme de remonté | + | |
<WRAP center round box 60%> | <WRAP center round box 60%> | ||
- | **__Documentation technique | + | **__Documentations techniques |
- | - [[etudiants: | + | - [[etudiants: |
+ | - [[etudiants: | ||
- [[etudiants: | - [[etudiants: | ||
- Gestion des groupes | - Gestion des groupes | ||
- | </ | + | - [[etudiants: |
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | **__Documentations de supports- Sommaire :__** | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | |||
+ | **__Documentations de tests - Sommaire :__** | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | </ | ||
===== Gestion des groupes ===== | ===== Gestion des groupes ===== | ||
==== 1- Fonctionnalités ==== | ==== 1- Fonctionnalités ==== | ||
Ligne 228: | Ligne 238: | ||
echo JsUtils:: | echo JsUtils:: | ||
echo JsUtils:: | echo JsUtils:: | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | === 5.6 cGroupe/ | ||
+ | |||
+ | |< 100% 30% 70% >| | ||
+ | ^Fonctionnalité ^Descriptif ^ | ||
+ | | Suppression | **Supprimer 1 sélection de groupes**| | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |||
+ | <sxh php; | ||
+ | public function deleteMulti(){ | ||
+ | $selectedGroupId=SessionUtils:: | ||
+ | $nb=0; | ||
+ | foreach ($selectedGroupId as $groupId){ | ||
+ | $group=new Groupe(); | ||
+ | $group-> | ||
+ | if(DAO:: | ||
+ | SessionUtils:: | ||
+ | $nb++; | ||
+ | } | ||
+ | } | ||
+ | echo JsUtils:: | ||
+ | echo Gui:: | ||
+ | echo JsUtils:: | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | === 5.7 cGroupe/ | ||
+ | |||
+ | |< 100% 30% 70% >| | ||
+ | ^Fonctionnalité ^Descriptif ^ | ||
+ | | Suppression | **Supprimer 1 groupe**| | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |||
+ | <sxh php; | ||
+ | public function delete($id){ | ||
+ | $id=str_replace(" | ||
+ | if(is_numeric($id)){ | ||
+ | $group=new Groupe(); | ||
+ | $group-> | ||
+ | if(DAO:: | ||
+ | SessionUtils:: | ||
+ | Gui:: | ||
+ | echo " supprimé"; | ||
+ | echo JsUtils:: | ||
+ | }else { | ||
+ | echo " | ||
+ | } | ||
+ | } | ||
+ | echo JsUtils:: | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | === 5.8 cGroupe/ | ||
+ | |||
+ | |< 100% 30% 70% >| | ||
+ | ^Fonctionnalité ^Descriptif ^ | ||
+ | | Sélection | **(Dé)Sélectionner 1 groupe**| | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |||
+ | <sxh php; | ||
+ | public function select($id){ | ||
+ | $id=str_replace(" | ||
+ | if(is_numeric($id)){ | ||
+ | SessionUtils:: | ||
+ | $nb=sizeof($_SESSION[" | ||
+ | if($nb> | ||
+ | echo JsUtils:: | ||
+ | else | ||
+ | echo JsUtils:: | ||
+ | echo Gui:: | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | === 5.9 cGroupe/ | ||
+ | |||
+ | ^Fonctionnalité ^Descriptif ^ | ||
+ | | Sélection | **(Dé)Sélectionner tous les groupes**| | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |||
+ | <sxh php; | ||
+ | public function selectAll(){ | ||
+ | $nb=0; | ||
+ | $ckAll=SessionUtils:: | ||
+ | if(!$ckAll){ | ||
+ | $_SESSION[" | ||
+ | }else{ | ||
+ | $_SESSION[" | ||
+ | $nb=sizeof($_SESSION[" | ||
+ | } | ||
+ | echo JsUtils:: | ||
+ | echo Gui:: | ||
} | } | ||
</ | </ |