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:bugreport2 [2013/11/28 11:51] – [5- Contrôleurs] romain | etudiants:2014:bertrand:bugreport2 [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: | ||
| - Gestion des applications | - Gestion des applications | ||
| - [[etudiants: | - [[etudiants: | ||
| - | </ | + | - [[etudiants: |
| + | - [[etudiants: | ||
| + | - [[etudiants: | ||
| + | **__Documentations de supports- Sommaire :__** | ||
| + | - [[etudiants: | ||
| + | - [[etudiants: | ||
| + | - [[etudiants: | ||
| + | |||
| + | **__Documentations de tests - Sommaire :__** | ||
| + | - [[etudiants: | ||
| + | - [[etudiants: | ||
| + | </ | ||
| ===== Gestion des applications ===== | ===== Gestion des applications ===== | ||
| ==== 1- Fonctionnalités ==== | ==== 1- Fonctionnalités ==== | ||
| Ligne 328: | Ligne 338: | ||
| echo Gui:: | echo Gui:: | ||
| echo JsUtils:: | echo JsUtils:: | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | === 5.7 cApplication/ | ||
| + | |||
| + | |< 100% 30% 70% >| | ||
| + | ^Fonctionnalité ^Descriptif ^ | ||
| + | | Suppression | **Supprimer 1 application** | | ||
| + | |::: | < | ||
| + | |::: | < | ||
| + | |::: | < | ||
| + | |::: | < | ||
| + | |||
| + | <sxh php; | ||
| + | public function delete($id){ | ||
| + | $id=str_replace(" | ||
| + | if(is_numeric($id)){ | ||
| + | $app=new Application(); | ||
| + | $app-> | ||
| + | if(DAO:: | ||
| + | SessionUtils:: | ||
| + | Gui:: | ||
| + | echo " supprimé"; | ||
| + | echo JsUtils:: | ||
| + | }else { | ||
| + | echo " | ||
| + | } | ||
| + | } | ||
| + | echo JsUtils:: | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | === 5.8 cApplication/ | ||
| + | |||
| + | |< 100% 30% 70% >| | ||
| + | ^Fonctionnalité ^Descriptif ^ | ||
| + | | Sélection | **(Dé)Sélectionner 1 application**| | ||
| + | |::: | < | ||
| + | |::: | < | ||
| + | |::: | < | ||
| + | |||
| + | <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 cApplication/ | ||
| + | |||
| + | |< 100% 30% 70% >| | ||
| + | ^Fonctionnalité ^Descriptif ^ | ||
| + | | Sélection | **(Dé)Sélectionner toutes les applications**| | ||
| + | |::: | < | ||
| + | |::: | < | ||
| + | |::: | < | ||
| + | |||
| + | <sxh php; | ||
| + | public function selectAll(){ | ||
| + | $nb=0; | ||
| + | $ckAll=SessionUtils:: | ||
| + | if(!$ckAll){ | ||
| + | $_SESSION[" | ||
| + | }else{ | ||
| + | $_SESSION[" | ||
| + | $nb=sizeof($_SESSION[" | ||
| + | } | ||
| + | echo JsUtils:: | ||
| + | echo Gui:: | ||
| } | } | ||
| </ | </ | ||