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

Redundant properties in LessonDTO #106

Open
Cka3o4Hik opened this issue Nov 12, 2021 · 1 comment · May be fixed by #121
Open

Redundant properties in LessonDTO #106

Cka3o4Hik opened this issue Nov 12, 2021 · 1 comment · May be fixed by #121
Assignees
Labels

Comments

@Cka3o4Hik
Copy link
Contributor

No description provided.

@Cka3o4Hik Cka3o4Hik self-assigned this Nov 12, 2021
@Cka3o4Hik
Copy link
Contributor Author

{
"grouped": true,
"groups": [
{
"disable": true,
"id": 0,
"title": "string"
}
],
"hours": 0,
"id": 0,
"lessonType": "LECTURE",
"linkToMeeting": "string",
"semester": {
"currentSemester": true,
"defaultSemester": true,
"description": "string",
"disable": true,
"endDay": "dd/MM/yyyy",
"id": 0,
"semester_classes": [
{
"class_name": "string",
"endTime": "HH:mm",
"id": 0,
"startTime": "HH:mm"
}
],
"semester_days": [
"MONDAY"
],
"startDay": "dd/MM/yyyy",
"year": 0
},
"subject": {
"disable": true,
"id": 0,
"name": "string"
},
"subjectForSite": "string",
"teacher": {
"department": {
"disable": true,
"id": 0,
"name": "string"
},
"disable": true,
"email": "string",
"id": 0,
"name": "string",
"patronymic": "string",
"position": "string",
"surname": "string"
}
}

@Cka3o4Hik Cka3o4Hik linked a pull request Nov 18, 2021 that will close this issue
pro100user19 pushed a commit to pro100learning/Schedule that referenced this issue May 6, 2022
…velop'

resolved issue#106 : add possibility change password for users

Closes nromanen#106

See merge request class_schedule/class_schedule.backend!453
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants