Difference between revisions of "LiveSubtitles"

From air
Jump to navigation Jump to search
Line 48: Line 48:
   
 
*Design patterns
 
*Design patterns
** Model-View-Controller (GoF) : Web oriented program
+
** Model-View-Controller (GoF) : This pattern is used to separate application's concerns. Our project is Web oriented program
** Singleton (GoF) : a teacher is the only one who can launch slides
+
** Singleton (GoF) : Ensure a class has only one instance, and provide a global point of access to it. Example : a teacher is the only one who can launch slides
** Visitor (GoF) : students can edit the subtitles
+
** Visitor (GoF) : Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the classes of the elements on which it operates. Example : students can edit the subtitles
** State (GoF) : Microhpone detection
+
** State (GoF) : Allow an object to alter its behavior when its internal state changes. The object will appear to change its class. Example : Microhpone detection
 
** Service Contract - Concurrent Contracts (SOA) : http://soapatterns.org/design_patterns/concurrent_contracts
 
** Service Contract - Concurrent Contracts (SOA) : http://soapatterns.org/design_patterns/concurrent_contracts
   

Revision as of 13:01, 8 February 2016

Preambule

Project presentation

Team

  • Supervisors : Jérôme Maisonnasse
  • Members : BUI David / LECHEVALLIER Maxime / OUNISSI Sara


Specifications

Links

GitHub


Documents


Progress of the project

The project started January 11th, 2015.

Week 1 ()

Handling the project, testing the API

Week 2 ()

Week 3 ()

Week 4 ()

  • Scrum
  • Trello

Week 5(February 08th - February 12th)

  • Design patterns
    • Model-View-Controller (GoF) : This pattern is used to separate application's concerns. Our project is Web oriented program
    • Singleton (GoF) : Ensure a class has only one instance, and provide a global point of access to it. Example : a teacher is the only one who can launch slides
    • Visitor (GoF) : Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the classes of the elements on which it operates. Example : students can edit the subtitles
    • State (GoF) : Allow an object to alter its behavior when its internal state changes. The object will appear to change its class. Example : Microhpone detection
    • Service Contract - Concurrent Contracts (SOA) : http://soapatterns.org/design_patterns/concurrent_contracts

Gallery