Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавить на бекенде пользовательские настройки #501

Open
Linchuki opened this issue Jun 7, 2024 · 3 comments
Labels
backend The task is related to the backend task

Comments

@Linchuki
Copy link

Linchuki commented Jun 7, 2024

Problem description

Добавляются настройки для переключения темы и локали. Такие вещи хорошо настраивать в профиле пользователя
Task #369 разбили на 2 части

Proposed solution

Добавить на бекенде таблицу с настройками
Локаль, тема.

@Linchuki Linchuki added the task label Jun 7, 2024
@HelenOne HelenOne added the backend The task is related to the backend label Jun 7, 2024
@bobrov-site
Copy link
Contributor

Поскольку, я делаю фронт этой задачи, у меня есть просьба к разработчику на бэке добавить в интерфейс пользователя поля language и theme. И для них соответствующие поля по умолчанию ru и system.

Получаемый объект с пользователем.

{ "id": 3, "username": "bobrov_site", "email": "здесь почта", "password": "здесь пароль", "recover_hash": null, "created_at": "2024-04-13T19:00:10.000Z", "updated_at": "2024-04-13T19:00:10.000Z", "tempPassword": "еще пароль", "language": "ru", "theme": "system" }

@SidorovVladimir
Copy link
Contributor

Хотелось бы более подробно узнать что необходимо сделать.

@fey
Copy link
Contributor

fey commented Oct 24, 2024

@SidorovVladimir Здесь необходимо добавить сохранение настроен на бекенде. Т.е. условно я выбрал себе "англ язык, темную тему" и мои настройки хранятся на бекенде. После входа в сервис на другом компе, эти настройки подтянутся.

@fey fey moved this to 🔖 Ready in Runit Oct 24, 2024
SidorovVladimir added a commit to SidorovVladimir/runit that referenced this issue Nov 4, 2024
SidorovVladimir added a commit to SidorovVladimir/runit that referenced this issue Nov 4, 2024
dzencot added a commit that referenced this issue Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend The task is related to the backend task
Projects
Status: 🔖 Ready
Development

No branches or pull requests

5 participants