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

Feat/models #8

Closed
wants to merge 4 commits into from
Closed

Feat/models #8

wants to merge 4 commits into from

Conversation

Sovraska
Copy link
Collaborator

Добавлены модели:
Achievements
Course
Examination
Group
Notification
Profile
Tariff
Task
User
Добавлен круд group
Добавлен эндпоинт group
Добавлена схема group

Sovraska and others added 4 commits December 8, 2023 22:00
Для отношения юзепа и тарифа в файле миграции вручную прописал имя ключа.
Где-то видел как имя ключа прописывается в коде. Надо найти.
@Sovraska Sovraska assigned D-Abramoc and unassigned D-Abramoc Dec 10, 2023
Copy link
Collaborator Author

@Sovraska Sovraska left a comment

Choose a reason for hiding this comment

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

Нужно всё это проверить в работе.
Есть пару вопросов остальное отлично

group = await group_crud.create(
obj_in=group, session=session
)
session.add(group)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

внутри метода базвого круда уже есть add, commit и refresh
crud/base: 35-37

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

Choose a reason for hiding this comment

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

я в новом пр поправил это дело,
У нас же многие ко многим через связующую модельку )

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

промежуточные модели нужны
но выглядит странно что всё тут валяется, сейчас оставляем.
нужно подумать

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

эти поля можно добавить в PreBase(config\db)
но если этот миксин нужен не во всех моделях вопросов нет

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

Choose a reason for hiding this comment

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

хороший вропрос думаю пока оставим так

@D-Abramoc D-Abramoc closed this Dec 15, 2023
@D-Abramoc D-Abramoc deleted the feat/models branch December 15, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants