forked from dbierer/php-class-notes
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathzff-ii-nov-2017.md.orig
61 lines (55 loc) · 3.49 KB
/
zff-ii-nov-2017.md.orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# ZFF II Notes November 2017
<<<<<<< HEAD
=======
## TO DO
* Get the latest onlinemarket.work version to students after class ends
* Complete the Cache Lab::clear cache
>>>>>>> 946bb478c31d1765d8217c1a5c3235fae55063f1
## Q & A
* Q: from Charles to All Participants: can you get an unclickable where you are crumb?
* Q: where are the pre-defined validation errors translations?
## BETA NOTES
* Include discussion on recorded sessions
* Mic policy
* Need to include 'service_manager' => 'abstract_factories' => AdapterAbstractFactory in the presentation
* Suggestion: flip code slides to black on white
## VM NOTES
* If you installed VirtualBox and vagrant, but get a message after running ¨vagrant up¨
to the effect that you are missing a provider and that you need to install VirtualBox,
check for compatibility issues between your OS, vagrant and VirtualBox
<<<<<<< HEAD
=======
* Events\Controller\SignupController should NOT have ServiceLocatorAwareInterface!
* Doctrine Lab: PLEASE change modules/Doctrine/config/module.config.php::router=>routes=>events to router=>routes=>doctrine
* Guestbook: no ability to upload an avatar during registration!!!
* guestbook/admin Zend Expressive app: PHP Fatal error: Interface 'Webimpress\HttpMiddlewareCompatibility\MiddlewareInterface' not found in /home/vagrant/Zend/workspaces/DefaultWorkspace/guestbook/admin/vendor/zendframework/zend-stratigility/src/MiddlewarePipe.php on line 34
>>>>>>> 946bb478c31d1765d8217c1a5c3235fae55063f1
## ERRATA
* http://localhost:9999/#/3/23: delegator assignment needs to be array
* http://localhost:9999/#/3/8: 'MyClass' needs to be at same level as 'service_manager'
* http://localhost:9999/#/4/16: in the relationship diagram, Attendee s/have a link to "registration_id"
* http://localhost:9999/#/4/28: drop "@Annotation" from "@ANO\@Annotation\Name("registration")"
* http://localhost:9999/#/4/32: Need to change module name from "Doctrine" to "MyDoctrine"!!!
* http://localhost:9999/#/4/32: Add instruction to install Doctrine Module for ZF!!!
* http://localhost:9999/#/6/56: Dup OFB
* http://localhost:9999/#/6/58: Paddng --typo!!!
* http://localhost:9999/#/7/6: dup slide
* http://localhost:9999/#/7/4: needs to be re-written
* http://localhost:9999/#/7/6: needs to be re-written
* http://localhost:9999/#/7/8: extra "," has to be removed
* http://localhost:9999/#/7/23: s/be REST not SOAP
* http://localhost:9999/#/8/9: route s/be "/post" not "/login"
* http://localhost:9999/#/8/25: get rid of debugging code!!!
* http://localhost:9999/#/8/28: 'listeners' key needs to be at top level
* http://localhost:9999/#/8/52: dup slide
* http://localhost:9999/#/9/30: drop ref to translation
* http://localhost:9999/#/9/55: remove ref to translatable routes
* http://localhost:9999/#/9/59: used in any customer view helper s/be used in any custom view helper
* http://localhost:9999/#/10/12: zend-expressive of zend-stratigility s/be zend-expressive or zend-stratigility
* http://localhost:9999/#/10/50: both Request and Request s/be both Request and Response
* http://localhost:9999/#/10/58: s/be ../guestbook/admin not manage
## LAB NOTES:
* Doctrine Lab: PLEASE change modules/Doctrine/config/module.config.php::router=>routes=>events to router=>routes=>doctrine
* Auth/Password Lab: missing Application\Model\AbstractModel ==> copy this from the guestbook project
* Events\Controller\SignupController should NOT have ServiceLocatorAwareInterface!
* Doctrine Lab: PLEASE change modules/Doctrine/config/module.config.php::router=>routes=>events to router=>routes=>doctrine