2016-12-07 18:08:06 +01:00
|
|
|
- total = 100 - 2
|
2016-12-21 15:54:23 +01:00
|
|
|
- interface = 5
|
2016-12-07 18:08:06 +01:00
|
|
|
- notification = 10
|
2016-12-21 15:54:23 +01:00
|
|
|
- bugs = 10
|
2016-12-07 18:08:06 +01:00
|
|
|
- realise = total - interface - notification - bugs
|
2016-01-29 10:52:06 +01:00
|
|
|
#landing.max-size
|
2016-12-07 14:39:06 +01:00
|
|
|
#title{style:'padding-bottom: 2%; padding-top: 2%'}
|
2016-01-29 10:52:06 +01:00
|
|
|
%h1.center
|
2016-12-07 14:39:06 +01:00
|
|
|
TPS V2
|
2016-01-29 10:52:06 +01:00
|
|
|
%h2.center
|
2016-12-07 14:39:06 +01:00
|
|
|
Pour une meilleure plateforme
|
2016-01-29 10:52:06 +01:00
|
|
|
|
|
|
|
%br
|
|
|
|
%h3.center
|
2016-12-21 15:54:23 +01:00
|
|
|
La plateforme évolue pour une meilleure interface, de meilleures interactions et une meilleure expérience.
|
2016-02-08 19:07:33 +01:00
|
|
|
|
2016-12-07 14:39:06 +01:00
|
|
|
#progression{style:'margin-left: 2em; margin-right: 2em; margin-top: 50px'}
|
|
|
|
%h2.center Où en est la migration vers TPS V2 ? ...
|
2016-02-16 12:01:39 +01:00
|
|
|
|
2016-12-07 14:39:06 +01:00
|
|
|
%h2.text-success.center{style:'margin-left: 135px'}
|
2016-12-07 18:08:06 +01:00
|
|
|
= realise
|
|
|
|
\%
|
2016-12-07 14:39:06 +01:00
|
|
|
%i.text-default{style:'font-size: 18px'}
|
|
|
|
du site migré
|
2016-12-07 18:08:06 +01:00
|
|
|
%div{style: "width: 60%; margin-left:auto; margin-right:auto"}
|
2016-12-07 14:39:06 +01:00
|
|
|
.progress{style:'height: 30px; background-color: #ddd'}
|
2016-12-07 18:08:06 +01:00
|
|
|
.progress-bar.progress-bar-success.progress-bar-striped{:style => "width: #{realise}%;"}
|
|
|
|
.progress-bar.progress-bar-warning{:style => "width: #{interface}%;"}
|
2016-12-07 14:39:06 +01:00
|
|
|
%div{style:'margin-top: 0.4em'}
|
|
|
|
Interface
|
2016-12-07 18:08:06 +01:00
|
|
|
.progress-bar.progress-bar-purple{:style => "width: #{notification}%;"}
|
2016-12-07 14:39:06 +01:00
|
|
|
%div{style:'margin-top: 0.4em'}
|
|
|
|
Notifications
|
2016-12-07 18:08:06 +01:00
|
|
|
.progress-bar.progress-bar-danger{:style => "width: #{bugs}%;"}
|
2016-12-07 14:39:06 +01:00
|
|
|
%div{style:'margin-top: 0.4em'}
|
|
|
|
Fiabilisations et bugs
|
2016-02-16 12:01:39 +01:00
|
|
|
|
|
|
|
|
2016-12-07 14:39:06 +01:00
|
|
|
#road_map.center{style:'margin-top: 30px; margin-bottom: 50px'}
|
|
|
|
%h2.text-success
|
|
|
|
Réalisé
|
2016-02-16 12:01:39 +01:00
|
|
|
|
2016-12-07 14:39:06 +01:00
|
|
|
#realise{style: 'width: 650px; margin-left: auto; margin-right: auto; text-align:left'}
|
|
|
|
%ul
|
|
|
|
%li
|
|
|
|
Un design général qui permet de mieux s'y retrouver
|
|
|
|
%li
|
2016-12-07 18:08:06 +01:00
|
|
|
Utilisateur, Accompagnateur et Administrateur ont maintenant la même page de connexion
|
2016-12-07 14:39:06 +01:00
|
|
|
%li
|
2016-12-21 15:54:23 +01:00
|
|
|
Un tout nouveau tableau de bord pour les Accompagnateurs
|
2016-12-07 14:39:06 +01:00
|
|
|
%li
|
|
|
|
Une page récapitulative pour un dossier entièrement revue
|
|
|
|
%li
|
2016-12-07 18:08:06 +01:00
|
|
|
La possibilité de changer en un clic de compte entre Utilisateur, Accompagnateur et Administrateur
|
2016-12-07 14:39:06 +01:00
|
|
|
%li
|
|
|
|
Une recherche globale : tapez et vous trouverez !!
|
2016-02-22 15:51:07 +01:00
|
|
|
|
2016-12-07 14:39:06 +01:00
|
|
|
%br
|
|
|
|
%h2.text-warning
|
|
|
|
Reste à faire
|
2016-02-16 12:01:39 +01:00
|
|
|
|
2016-12-07 14:39:06 +01:00
|
|
|
#reste_a_faire{style: 'width: 650px; margin-left: auto; margin-right: auto; text-align:left'}
|
|
|
|
%ul
|
|
|
|
%li
|
|
|
|
Terminer d'optimiser nos pages avec la nouvelle interface
|
|
|
|
%b.text-warning
|
2016-12-07 18:08:06 +01:00
|
|
|
="(#{interface}%)"
|
2016-12-07 14:39:06 +01:00
|
|
|
%li
|
|
|
|
Centre de notification : un seul endroit pour suivre l'activité de l'ensemble de vos dossiers (Accompagnateur)
|
|
|
|
%b.text-purple
|
2016-12-07 18:08:06 +01:00
|
|
|
="(#{notification}%)"
|
2016-12-07 14:39:06 +01:00
|
|
|
%li
|
2016-12-21 15:54:23 +01:00
|
|
|
Fiabilisation accrue de la plateforme : un certain nombre de bugs est encore présents ...
|
2016-12-07 14:39:06 +01:00
|
|
|
%b.text-danger
|
2016-12-07 18:08:06 +01:00
|
|
|
="(#{bugs}%)"
|
2016-12-07 14:39:06 +01:00
|
|
|
%li
|
|
|
|
%b
|
|
|
|
Prendre vos retours en compte :
|
|
|
|
= link_to 'feedback@tps.apientreprise.fr', "mailto:feedback@tps.apientreprise.fr"
|
2016-02-16 12:01:39 +01:00
|
|
|
|
|
|
|
|
2016-12-07 14:39:06 +01:00
|
|
|
%h3.center
|
|
|
|
Disponible sur
|
|
|
|
= link_to "tps.apientreprise.fr", 'https://tps.apientreprise.fr', target: '_blank'
|
|
|
|
le
|
|
|
|
%span.text-success
|
|
|
|
3 Janvier 2017
|