Please enable JavaScript.
Coggle requires JavaScript to display documents.
Alliwaoo, Alliwaoo Version Promomtionnelle - Coggle Diagram
Alliwaoo
back
models
Player
-
migration table
-
-
nickname: string
uniqueness true, editable, required
email: string
format must be valid, required
phone: string
format must be valid, required?
-
-
-
V2
-
activity_status
"travelling", ... ?, quel naming pour ce status?
-
-
ScoreBoard
-
migration table
-
-
V2
target_language_level
must be "A1", A2", "B1", "B2", "C1", "C2"
-
-
def
Score d'un joueur, pour un binôme de langues
Capture
model file
has_many suggestions (max: 3), of type: "translation"
-
-
has_many suggestions (max: 2), of type: "ocr"
migration table
-
-
-
-
-
-
is_right_protected: bool, default: false
non_copyrighted_image_url: string, default: ""
-
Suggestion
-
migration table
-
-
-
type: string, only ["translation", "ocr"]
-
-
-
-
-
autres
constantes
LANGUAGES
["french", "deutsch", "english"]
-
-
-
-
-
-