Patrons de conception - S2S: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
* [https://sourcemaking.com/design_patterns SourceMaking] |
* [https://sourcemaking.com/design_patterns SourceMaking] |
||
= Patterns chosen = |
|||
== MVC == |
|||
* Model: communicate with database : sends logins + comments + settings, to the view and controller |
|||
| ⚫ | |||
| ⚫ | |||
* View: one window with streams from different computers + users window (on his computer) with the possibility of adding comments and setting up the view + admin interface |
|||
| ⚫ | |||
| ⚫ | |||
* Controller: updates view and model, processes data |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
Revision as of 09:06, 15 February 2016
List of Design Pattern
MVC
- Model: communicate with database : sends logins + comments + settings, to the view and controller
- View: one window with streams from different computers + users window (on his computer) with the possibility of adding comments and setting up the view + admin interface
- Controller: updates view and model, processes data