Skip to content

Conversation

@bulat-tsydendorzhiev
Copy link
Contributor

@bulat-tsydendorzhiev bulat-tsydendorzhiev commented May 7, 2025

  • Преподаватель при создании/редактировании курса может добавить/изменить его описание.
    course_creation_with_description
    course_editing_with_description

  • Как видит описание ограниченно-видимого курса студент
    not_enrolled_students_on_the_closed_course_pov

@YuriUfimtsev YuriUfimtsev linked an issue May 8, 2025 that may be closed by this pull request
{
public class CourseDescription : IEntity<long>
{
[Key] public long Id { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

не нужен отдельный Id, когда есть CourseId

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.

Курсы с ограниченным доступом

4 participants