From ced739cbe6dd93764f566faa6e729f3ae75244d6 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Wed, 23 Nov 2016 12:36:42 +0100 Subject: [PATCH 1/2] user settings --- Database.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Database.md b/Database.md index 8fd8943..ee56c52 100644 --- a/Database.md +++ b/Database.md @@ -68,3 +68,4 @@ 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. From 3a5b95cf0aa3be0fd835c259e4638914e462088e Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Wed, 23 Nov 2016 12:40:50 +0100 Subject: [PATCH 2/2] 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 +