From 3a5b95cf0aa3be0fd835c259e4638914e462088e Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Wed, 23 Nov 2016 12:40:50 +0100 Subject: [PATCH] user settings --- Database.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Database.md b/Database.md index ee56c52..10a7315 100644 --- a/Database.md +++ b/Database.md @@ -68,4 +68,9 @@ Used database schema is generated by ORM framework Doctrine from ReCodEx API cod ## UserSettings -User settings belong to some particular user and contains settings mostly for web application. Table contains users default language and mode or theme of used text editor. +User settings belong to some particular user and contains settings mostly for web application. + +- _darkTheme_ -- dark mode will be used in text editor in web application +- _vimMode_ -- turn vim mode on in text editor used by web application +- _defaultLanguage_ -- default language which will be used in web application +