Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.21 KB

ARCHITECTURE.md

File metadata and controls

46 lines (32 loc) · 1.21 KB

Moduls

TranslateSubsPlayer project consists of three separate modules: Desktop Player, Web-Client and Http Server.

Moduls

Desktop Player

Main functions:

  • play a local video;
  • translate some separate parts of subtitles;
  • fill in the dictionary with translated phrases;
  • manage the dictionary;
  • take a test.

Responsible members: @omarkelov.

List of technologies:

Web-Client

Main functions:

  • manage the dictionary;
  • take a test.

Responsible members: @pkaraseva18214.

List of technologies:

Http Server

Main functions:

  • respond to Desktop Player and Web-client requests;
  • synchonize data with Desktop Player.

Responsible members: @omarkelov, @pkaraseva18214.

List of technologies:

  • Spring for backend engine;
  • (?) SQLite for database handler.