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

Feature/set default user #204

Merged
merged 2 commits into from
May 27, 2024
Merged

Feature/set default user #204

merged 2 commits into from
May 27, 2024

Conversation

VladislavYar
Copy link
Collaborator

  1. Написал эндпоинт для удаления всех историй/ачивок пользователя, а так же "обнуления" полей связанных с тренировками.
  2. Написал сериализаторы: UserTimezoneSerializer - валидирует timezone в UpdateView вместо метода _validate_data, BoolSerializer - нужен для корректного обозначения response в Swagger для эндпоинтов update/ и user-default/.
  3. эндпоинт update/ теперь patch.
  4. Некоторые мелкие правки в extend_schema_view (нужно доделать).

user.total_m_run = 0
user.save()
user_history: QuerySet[History] = user.user_history.all()
user_history.delete()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Историю все же решили полностью тереть, не оставлять "для потомков" на просмотр где-нибудь отдельно?

Copy link
Collaborator Author

@VladislavYar VladislavYar May 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Угусь, не очень визуально выходит, а времени переделывать дизайн нет.
Решили если делать, то после MVP. Если придётся реализовывать, то добавим отдельную модель, что-то типо HistoryAll, где будет храниться вся история и выводиться для вкладки история, а вся логика с тренировками будет реализована со старой History.

@VladislavYar VladislavYar merged commit 84b575d into develop May 27, 2024
2 checks passed
@@ -72,6 +72,7 @@ pytest = "^8.0.0"
pytest-django = "^4.8.0"
freezegun = "^1.4.0"
pytest-repeat = "^0.9.3"
isort = "^5.13.2"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А зачем?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants