-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored Server's Client to ConnectedClient.
- Loading branch information
1 parent
4744d94
commit 06f8fa8
Showing
19 changed files
with
123 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
1) | ||
Uvod - rozsirit | ||
|
||
2) | ||
Analyza | ||
- pozadavky, vice z dotazniku (jaka vekova kategorie) | ||
|
||
rozdelit kategorie, pozadavky - vice rozepsat | ||
|
||
carove kody vsechny - funkcni pozadavek (nebo naopak) | ||
|
||
ctecka carovych kodu, rozdelit do podkapitol | ||
|
||
Z jednoducheho dema - slangovy vyraz | ||
|
||
zbar - | ||
|
||
implementace prototypu - nerozepisovat tridy | ||
|
||
vysledek tabulkou | ||
|
||
3) | ||
|
||
|
||
|
||
domenovy model - rozepsat (food moc malo) | ||
|
||
|
||
4) | ||
zaver - kategorie | ||
|
||
|
||
|
||
default_use_by - popsat | ||
|
||
JSON - bezpecnost | ||
|
||
zabezpeceni do zaveru | ||
|
||
zaloha, jak lepsi do zaveru | ||
|
||
protokol - zpravy vice rozepsat, co se prenasi | ||
|
||
|
||
c++ - vlaknovani - multithreading | ||
|
||
MySQL - proc ne clietske knihovny | ||
JSONcpp z jakych a proc | ||
|
||
Kudy putuje zprava - schema na abstraktnich tridach | ||
|
||
zpusob - | ||
|
||
|
||
prechodovy diagram UI obrazovek, navigace | ||
|
||
srovnat s wireframy, subjektivne zkusenost | ||
|
||
pU8w3au2 WTF nastaven :D :D | ||
|
||
prostredi pro vyvoj software | ||
|
||
|
||
strohy seznam v implementaci odstranit, rozepisy staci | ||
|
||
Connected client misto client | ||
|
||
|
||
Log do implementace zminit | ||
|
||
proc je seznam v navrhy u klienta ? | ||
|
||
|
||
nasazeni: zverejneni kodu + more.. | ||
|
||
|
||
vice rozepsat to testovani podle typu, v programatorovy | ||
|
||
|
||
|
||
zaver bude vice poznamek | ||
|
||
keywords - seznam | ||
|
||
\hypersetup | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
set(connected_client_source_files | ||
ClientThread.hpp | ||
ClientThread.cpp | ||
Context.hpp | ||
Context.cpp | ||
BufferException.hpp | ||
BufferException.cpp | ||
Buffer.hpp | ||
Buffer.cpp | ||
) | ||
add_library(connected_client ${connected_client_source_files}) | ||
|
||
target_link_libraries( connected_client network ) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters