Sunbird-cQube / community

Community repo for cQube where documentation, discussions, etc are enabled.
MIT License
3 stars 7 forks source link

Diksha ETB - Summary rollup data set to get for older date data #18

Closed SreenivasNimmagadda closed 2 years ago

SreenivasNimmagadda commented 2 years ago

Purpose of the Feature The current cQube is not having the facility to get the older days data from the API call. As an additional feature, This feature is proposed

Described Solution The admin should be provide an option to select the From date & To date Add the selected date as parameter when the cQube is initiating the API.

Effected code areas Nifi - Update Attribute processor - Pass the date as dynamic which is selected by Admin. Python code - Develop the functionality to update the NIFI processor properties with the selected dates. UI code - Have to add the date selection functionality

Note: - Have to check with the Diksha system the below points

krishnakr6 commented 2 years ago

updated the NiFi data flow. wrote python code to modify the nifi processor property based the user input [ summary rollup custom dates ]