summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2016-03-12 00:20:18 +0100
committerLudovic Pouzenc <ludovic@pouzenc.fr>2016-03-12 00:20:18 +0100
commit37a67ea723bb6d93421591b8f3ed15738f53ed9e (patch)
tree38b58703b82eaab20975d6e648533eb44598938e /TODO
parenta6104f47f7a0534664f8f3740f303f01e7e7399e (diff)
downloadchd_gestion-37a67ea723bb6d93421591b8f3ed15738f53ed9e.zip
chd_gestion-37a67ea723bb6d93421591b8f3ed15738f53ed9e.tar.gz
chd_gestion-37a67ea723bb6d93421591b8f3ed15738f53ed9e.tar.bz2
First import.
Diffstat (limited to 'TODO')
-rw-r--r--TODO89
1 files changed, 89 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..4973cca
--- /dev/null
+++ b/TODO
@@ -0,0 +1,89 @@
+
+Equipements :
+ - manque un type (switch / routeur / antenne) et un filtre dessus ?
+ - filtre plein texte cassé.. et peu utile aussi
+
+Filtres :
+ - tri des colonnes avec chaines vide en dernier
+http://stackoverflow.com/questions/8510632/php-mysql-order-by-date-but-empty-dates-last-not-first
+http://stackoverflow.com/questions/2052216/mysql-orderby-a-number-empty-strings-or-0s-last
+http://book.cakephp.org/3.0/en/orm/retrieving-data-and-resultsets.html#getting-the-first-result
+
+Services :
+ - les adhésions comme ligne dans service ça fait chier, au moins visuellement. Ca oblige a ajouter de la logique du type "pas IP publique associée à une adhésion".
+
+
+Global :
+ - Logguer les actions
+ - Templater les belongsTo (reste les liens delete, le nbre de colonne est foireux, les clés sont affichées et pas résolues...)
+
+
+Adhérents
+- index : pouvoir chercher un ADT par son numéro (commencé mais ça pas marche™)
+- pb ergonomie : obligé dde chercher 2 fois l'ADT pour le modfier, puis modifier les services attachés
+- Champ adherents.date_validation déconnant : le form met par défaut la date du jour dedans donc ça ne valide rien du tout
+
+Services
+- saisie date de fin (en optionnel et non pré-repmpli à la date actuelle)
+
+Validation / transformation de format de données (téléphones +33 , mails lowercase)
+
+Fonctionnalités manquantes
+- Action pour transformer un "Intéressé" en embryon de fiche adhérent
+
+
+Bugs connus
+- generation in index() dans le EquipementController qui oublie les filtres
+- ajout de liens contextuels qui marchent pas pour des vues. WTF.
+- génération qui plante pour Adherents/view et Services/view
+
+Baking `index` view template file...
+
+Creating file /var/www/chd_gestion/src/Template/Adherents/index.ctp
+Wrote `/var/www/chd_gestion/src/Template/Adherents/index.ctp`
+Notice Error: Undefined offset: 0 in [/var/www/chd_gestion/tmp/bake/view-ctp.php, line 184]
+
+2015-12-31 16:23:17 Notice: Notice (8): Undefined offset: 0 in [/var/www/chd_gestion/tmp/bake/view-ctp.php, line 184]
+Trace:
+Cake\Error\BaseErrorHandler::handleError() - CORE/src/Error/BaseErrorHandler.php, line 140
+include - ROOT/tmp/bake/view-ctp.php, line 184
+Bake\View\BakeView::_evaluate() - ROOT/vendor/cakephp/bake/src/View/BakeView.php, line 199
+Cake\View\View::_render() - CORE/src/View/View.php, line 944
+Bake\View\BakeView::render() - ROOT/vendor/cakephp/bake/src/View/BakeView.php, line 136
+Bake\Shell\Task\BakeTemplateTask::generate() - ROOT/vendor/cakephp/bake/src/Shell/Task/BakeTemplateTask.php, line 89
+Bake\Shell\Task\TemplateTask::getContent() - ROOT/vendor/cakephp/bake/src/Shell/Task/TemplateTask.php, line 408
+Bake\Shell\Task\TemplateTask::main() - ROOT/vendor/cakephp/bake/src/Shell/Task/TemplateTask.php, line 151
+Bake\Shell\BakeShell::Bake\Shell\{closure}() - ROOT/vendor/cakephp/bake/src/Shell/BakeShell.php, line 252
+Cake\Collection\Collection::each() - CORE/src/Collection/CollectionTrait.php, line 51
+Bake\Shell\BakeShell::all() - ROOT/vendor/cakephp/bake/src/Shell/BakeShell.php, line 253
+Cake\Console\Shell::runCommand() - CORE/src/Console/Shell.php, line 436
+Cake\Console\ShellDispatcher::_dispatch() - CORE/src/Console/ShellDispatcher.php, line 212
+Cake\Console\ShellDispatcher::dispatch() - CORE/src/Console/ShellDispatcher.php, line 179
+Cake\Console\ShellDispatcher::run() - CORE/src/Console/ShellDispatcher.php, line 126
+[main] - ROOT/bin/cake.php, line 33
+
+
+
+Creating file /var/www/chd_gestion/src/Template/Services/index.ctp
+Wrote `/var/www/chd_gestion/src/Template/Services/index.ctp`
+Notice Error: Undefined offset: 0 in [/var/www/chd_gestion/tmp/bake/view-ctp.php, line 184]
+
+2015-12-31 16:23:19 Notice: Notice (8): Undefined offset: 0 in [/var/www/chd_gestion/tmp/bake/view-ctp.php, line 184]
+Trace:
+Cake\Error\BaseErrorHandler::handleError() - CORE/src/Error/BaseErrorHandler.php, line 140
+include - ROOT/tmp/bake/view-ctp.php, line 184
+Bake\View\BakeView::_evaluate() - ROOT/vendor/cakephp/bake/src/View/BakeView.php, line 199
+Cake\View\View::_render() - CORE/src/View/View.php, line 944
+Bake\View\BakeView::render() - ROOT/vendor/cakephp/bake/src/View/BakeView.php, line 136
+Bake\Shell\Task\BakeTemplateTask::generate() - ROOT/vendor/cakephp/bake/src/Shell/Task/BakeTemplateTask.php, line 89
+Bake\Shell\Task\TemplateTask::getContent() - ROOT/vendor/cakephp/bake/src/Shell/Task/TemplateTask.php, line 408
+Bake\Shell\Task\TemplateTask::main() - ROOT/vendor/cakephp/bake/src/Shell/Task/TemplateTask.php, line 151
+Bake\Shell\BakeShell::Bake\Shell\{closure}() - ROOT/vendor/cakephp/bake/src/Shell/BakeShell.php, line 252
+Cake\Collection\Collection::each() - CORE/src/Collection/CollectionTrait.php, line 51
+Bake\Shell\BakeShell::all() - ROOT/vendor/cakephp/bake/src/Shell/BakeShell.php, line 253
+Cake\Console\Shell::runCommand() - CORE/src/Console/Shell.php, line 436
+Cake\Console\ShellDispatcher::_dispatch() - CORE/src/Console/ShellDispatcher.php, line 212
+Cake\Console\ShellDispatcher::dispatch() - CORE/src/Console/ShellDispatcher.php, line 179
+Cake\Console\ShellDispatcher::run() - CORE/src/Console/ShellDispatcher.php, line 126
+[main] - ROOT/bin/cake.php, line 33
+