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:bugreport4 [2013/12/17 15:19] – [5- Contrôleurs] romain | etudiants:2014:bertrand:bugreport4 [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | < | ||
====== BugReport : plateforme de remontée d' | ====== BugReport : plateforme de remontée d' | ||
+ | |||
+ | <WRAP center round box 60%> | ||
+ | **__Documentations techniques - Sommaire :__** | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | - Soumettre un report | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | |||
+ | **__Documentations de supports- Sommaire :__** | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | |||
+ | **__Documentations de tests - Sommaire :__** | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | </ | ||
===== Soumettre un rapport ===== | ===== Soumettre un rapport ===== | ||
Ligne 93: | Ligne 112: | ||
^Fonctionnalité ^Descriptif ^ | ^Fonctionnalité ^Descriptif ^ | ||
| Liste des applications | **Utilisé pour l' | | Liste des applications | **Utilisé pour l' | ||
- | |::: | < | + | |::: | < |
- | < | + | < |
</ | </ | ||
|::: | < | |::: | < | ||
Ligne 161: | Ligne 180: | ||
</ | </ | ||
- | <WRAP center round box 60%> | + | === 5.4 cReport/ |
- | **__Documentation technique - Sommaire :__** | + | |
- | - [[etudiants:2014:bertrand:bugreport|Gestion des utilisateurs]] | + | |< 100% 30% 70% >| |
- | | + | ^Fonctionnalité ^Descriptif ^ |
- | | + | | Enregistre un report de bug | **Utilisé pour l' |
- | - Soumettre un report | + | |::: | < |
- | - [[etudiants:2014:bertrand:bugreport5|Gestion des Droits]] | + | < |
- | </WRAP> | + | <div class=" |
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | </ | ||
+ | |||
+ | <sxh php; | ||
+ | public function submitReport(){ | ||
+ | |||
+ | if($_SERVER[' | ||
+ | |||
+ | $searchEngine=new SearchEngine(); | ||
+ | |||
+ | $idApplication=$_POST[' | ||
+ | $idUseCase=$_POST[' | ||
+ | $systemMessage=$_POST[' | ||
+ | $userAction=$_POST[' | ||
+ | $description=$_POST[' | ||
+ | |||
+ | if(isset($_POST[' | ||
+ | $autreUseCase=$_POST[' | ||
+ | } | ||
+ | |||
+ | $systemMessage=$searchEngine-> | ||
+ | $userAction=$searchEngine-> | ||
+ | $description=$searchEngine-> | ||
+ | |||
+ | $user=$_SESSION[' | ||
+ | foreach ($user AS $info){ | ||
+ | $idUtilisateur=$info-> | ||
+ | } | ||
+ | |||
+ | $report=new Report(); | ||
+ | $report-> | ||
+ | $report-> | ||
+ | $report-> | ||
+ | $report-> | ||
+ | $report-> | ||
+ | $report-> | ||
+ | $report-> | ||
+ | |||
+ | $reportTest=DAO::getAll(" | ||
+ | |||
+ | $retour=FALSE; | ||
+ | foreach ($reportTest AS $value){ | ||
+ | if($searchEngine-> | ||
+ | $retour=TRUE; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | if(!$retour){ | ||
+ | if(DAO:: | ||
+ | echo "< | ||
+ | }else{ | ||
+ | echo "< | ||
+ | } | ||
+ | }else{ | ||
+ | echo "< | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </sxh> |