Mission-Prerna / nl-apis

All the BE APIs to configure, manage & run the NL app
1 stars 16 forks source link

[Ad Hoc] NBMC API error #257

Closed Ajay-Maury closed 1 month ago

Ajay-Maury commented 2 months ago

Student id is being sent as NULL in NBMC API. (https://discord.com/channels/959457910604333107/1258696524851052677/1258696564252217396)

The NL data API for NBMC should have (from April 2024 onward):

Ajay-Maury commented 2 months ago

@charanpreet-s to check the analysis

Image

Query:-

SELECT count(*),
    app_version_code,actor_id
FROM assessments 
WHERE student_id IS NULL
GROUP BY app_version_code,actor_id
ORDER BY app_version_code DESC 
karntrehan commented 1 month ago

Android sending null for student Id. @charanpreet-s to check.

AakashSatpute119 commented 1 month ago

Tobe pick today.

charanpreet-s commented 1 month ago

Older detailsselection screen is still getting hit, trying to debug in which scenario it is getting started

event - nl-detailsselectionscreen-nextbutton-click

karntrehan commented 1 month ago

Old flow somehow was still getting triggered till 2.3.3.1, the count was low, but is still getting used, with the last release of 2.3.4 we have around 50K installs 0 events for student id null, the major reason is removal of realm in previous release, and this release also has removal of detail selection screen, means this wont happen again and soon we will be force pushed to RCT.

Stopping the analysis here.