navgurukul / ghar

0 stars 1 forks source link

Need nodejs moodle api to check if all activities are ticked or not #290

Open jyoti9909 opened 3 months ago

jyoti9909 commented 3 months ago
ujjwal15718 commented 3 months ago

students involvement in activity that data is tracking by node like date, status whether students pass or fail, for some activity unable to track just because of criteria setting once the setting will update proper it will start to track all activities, regarding this spend time with moodle team and follow up with them the next step

ujjwal15718 commented 3 months ago

lastly created an API that tells which activity is missing in a particular module, I will spend time once changes go into prod then update the node code from email to username, with the username we will access the Moodle data

ujjwal15718 commented 3 months ago

filtering the node code and locally test by doing changes to fetch the data from Moodle with use of username, continue on moodle by coordinating with team

ujjwal15718 commented 3 months ago

usually spend time with the team we tested and found some issues, in the topic API, today I will debug and update the issue of why Api gave an error for user Bindya and also lastly we found activity is not reflecting on Moodle site but the data is appearing in the moodle functions

ujjwal15718 commented 3 months ago

in the topic API facing an error when activity is not present in the course except announcement, in the function the array is coming null during finding the summative assessment handle this And handle the error by sending message "no completion set for course" in the API missing activity

ujjwal15718 commented 3 months ago

attended the scrum call with the admission tech team coordinated with the Moodle team to know the notification status and about the node API changes follow-up with the team for Moodle

ujjwal15718 commented 3 months ago

coordinated with Jyoti about the Summative Assessment, activity be zero, related to this changes updated the topic API and pass when SA contains no activity then the completion of a student should be false i.e not completed Investigated the authentication-related work, every possibility is about storing the user data, Regarding this, the Postgresql database attached with our Ghar project locally and check whether the relation is successfully held or not by creating an API and testing it