Skip to content

Conversation

@AliHaider-1
Copy link

Update the pd_skills endpoint. And altered the pd skills object.

Copy link
Contributor

@ISTANBULBEKLE ISTANBULBEKLE left a comment

Choose a reason for hiding this comment

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

Good, job, guys, thanks

week3: null
},

attended: {

Choose a reason for hiding this comment

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

The class attendance object should be like this:
,
classAttendance: {
'HTML/CSS': {
week1: 'yes',
week2: null,
week3: null
},
'JS Quizz 1': {
week1: null,
week2: 'no',
week3: null
},
'JavaScript 1': {
week1: null,
week2: null,
week3: null
},
'JavaScript 2': {
week1: null,
week2: null,
week3: null
},
'JavaScript 3': {
week1: null,
week2: null,
week3: null
}
}

Is no need for that attended:{
0: yes
1: no
3: late
}

Copy link
Author

Choose a reason for hiding this comment

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

Sadat has done these amendments in the next pull request.

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.

5 participants