Sunbird-cQube / community

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

Regression Defect - Progress Card Reports #707

Closed chetandg123 closed 1 year ago

chetandg123 commented 1 year ago

Defect 1: Click to Access Report link text should be shown in blue color instead of black (cQube-3.7 in blue color of link text) - Resolved

Defect 2: For 100% Browser resolution - Click to access report link is not aligned properly for below 3 report across all levels of page - Resolved

Image

Defect 3: When particular district/block/cluster/school level data is not available then UI displaying no data found error message is not aligned properly - Resolved

Image

@padmanabha1234 @PavitraIR Defect 4: When we choose school from dropdown , school id/name input saying no schools name/id available

Image

chetandg123 commented 1 year ago

Defect 5: On CRC Card i-tag info missing Data from Date and Data upto Date info - Minor

Image

murali003 commented 1 year ago

@FaizanMohammed326 data is there in the output bucket for defect 4 please look into it.

FaizanMohammed326 commented 1 year ago

@padmanabha1234 pls check defect 5 . progressCard/school_management_category/overall/overall_category/govt/stateData.json. the value for data from date and data upto date are both null.

padmanabha1234 commented 1 year ago

@PavitraIR Query is returning the null values, please look into this.

FaizanMohammed326 commented 1 year ago

Defect 1, 2 and 3 are fixed.

chetandg123 commented 1 year ago

@FaizanMohammed326 Re-tested above defects Defect 1 - Resolution issue - Resolved Defect 2 - Access to Progress card - link color - Resolved Defect 3 - No data found error alignment issue - Resolved

Image

Image

PavitraIR commented 1 year ago

@chetandg123 The year and month in crc_inspection_trans table and crc_location_trans table doesn't match and in a query we are joining these two tables checking for matching year and month columns.because of this reason,data from date and data upto date are displayed as null.

chetandg123 commented 1 year ago

@PavitraIR so what is the solution now how do get those value ?

PavitraIR commented 1 year ago

@chetandg123 please emit appropriate data file into crc_inspection_trans table and crc_location_trans with proper year and month values along with proper visit_date in location_trans file.

RNarmatha commented 1 year ago

The issue is completed