Développement #8913
travail sur l'écran d'accueil de la saisie backoffice
Start date:
08 November 2015
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
Description
L'idée est de séparer cet écran en trois sections :
- la saisie d'une nouvelle demande
- la récupération d'une saisie passée
- la saisie d'une demande créée vide par ailleurs (cas d'une demande arrivant de welco, il y a un formdata mais son .data est vide).
Files
Associated revisions
backoffice: divide submission screen in three sections (#8913)
- create: to create new formdata
- existing: to get back to existing drafts
- empty: to get back empty drafts (typically, mails)
backoffice: include formdata channel name in submission screen (#8913)
History
Updated by Frédéric Péters over 9 years ago
- File 0001-backoffice-refactor-display-of-submission-listing-sc.patch 0001-backoffice-refactor-display-of-submission-listing-sc.patch added
- File 0002-backoffice-divide-submission-screen-in-three-section.patch 0002-backoffice-divide-submission-screen-in-three-section.patch added
- File 0003-backoffice-include-formdata-channel-name-in-submissi.patch 0003-backoffice-include-formdata-channel-name-in-submissi.patch added
- Status changed from Nouveau to En cours
- Patch proposed changed from No to Yes
0001 facilite les choses en créant un uniformisant le chemin pour les formdefs avec ou sans catégorie.
0002 est la division en section.
0003 modifie les libellés de restauration des brouillons pour ne pas contenir "Draft" mais le nom du canal d'entrée.
Updated by Frédéric Péters over 9 years ago
- Status changed from En cours to Résolu (à déployer)
commit 8a8c2e04e09404b89e7edea23c53d05646077916 Author: Frédéric Péters <fpeters@entrouvert.com> Date: Sun Nov 8 12:15:51 2015 +0100 backoffice: include formdata channel name in submission screen (#8913) commit e31fa5600e1768e043c8fdd154d1dcc2cb827f8f Author: Frédéric Péters <fpeters@entrouvert.com> Date: Sun Nov 8 12:00:01 2015 +0100 backoffice: divide submission screen in three sections (#8913) - create: to create new formdata - existing: to get back to existing drafts - empty: to get back empty drafts (typically, mails) commit e1a7462e63a46072958143d9f5bab95b21dfdec2 Author: Frédéric Péters <fpeters@entrouvert.com> Date: Sun Nov 8 11:31:22 2015 +0100 backoffice: refactor display of submission listing screen (#8913)
Updated by Frédéric Péters over 9 years ago
- Status changed from Résolu (à déployer) to Fermé
- Target version set to v1.22
backoffice: refactor display of submission listing screen (#8913)