diff --git a/Database.md b/Database.md index 35af661..9d1f1c6 100644 --- a/Database.md +++ b/Database.md @@ -80,3 +80,9 @@ Assignment table represents exercise assignment in a group. It holds keys of the ## UserSettings +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 +