-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/models #8
Conversation
Для отношения юзепа и тарифа в файле миграции вручную прописал имя ключа. Где-то видел как имя ключа прописывается в коде. Надо найти.
There was a problem hiding this 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) |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
группы проверял. создавал. но связь с юзером не проверял. тут понять какая ручка будет. К юзеру добавлем группу или к группе юзера? И кто это делает: сам юзер или менеджер или оба могут сделать?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
я в новом пр поправил это дело,
У нас же многие ко многим через связующую модельку )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
промежуточные модели нужны
но выглядит странно что всё тут валяется, сейчас оставляем.
нужно подумать
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
эти поля можно добавить в PreBase(config\db)
но если этот миксин нужен не во всех моделях вопросов нет
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
миксин не нужен в профиле. если добавить в пребейз, то получиться не применять в профиле?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
хороший вропрос думаю пока оставим так
Добавлены модели:
Achievements
Course
Examination
Group
Notification
Profile
Tariff
Task
User
Добавлен круд group
Добавлен эндпоинт group
Добавлена схема group