Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report card colors to be updated #1431

Closed
Tracked by #1629
mahalakshme opened this issue Jun 17, 2024 · 3 comments
Closed
Tracked by #1629

Report card colors to be updated #1431

mahalakshme opened this issue Jun 17, 2024 · 3 comments
Assignees

Comments

@mahalakshme
Copy link
Contributor

Need:

  • With 9.0 release, the colours of the text in report card are going to become black from white. Hence with some of the existing report card colours, the text will not be visible. So some of the report card colours need to be changed such that it is visible with both black and white text colours since we do graded release and at a point multiple versions of the app will be used by users.

AC:

  • Update the colours for the cards mentioned here:
    https://docs.google.com/spreadsheets/d/1299mpA8al5B7nKlh9RjIcMK5Ku2JLuF-JOtKepo20zE/edit#gid=155574426
  • Need to be fixed also for the corresponding UAT orgs
  • Active live orgs I assumed and hence checked for these: 'JSCS', 'Shelter', 'Goonj', 'Adolescent Sewa Rural', 'Swadhar swayam', 'CTRITH IPH', 'Sakhi App', 'Calcutta Kids', 'Ward Implementation and Management Committee - AKRSP','Periodshala', 'APF Odisha','PoWER', 'Mobile Creches', 'JSS', 'Chashma', 'Yenepoya', 'JSS Singrauli', 'Lend a Hand India', 'JSSCP'. So kindly check for any missed orgs in this list as well.

Details to identify the card with issues and colour compatibility:

Query used:

select dscm.id as dashboard_section_card_mapping_id, o.name as org_name, ds.name as dashboard_section_name, rc.name as report_card_name, rc.colour as report_card_color
from dashboard_section ds
         inner join dashboard_section_card_mapping dscm on ds.id = dscm.dashboard_section_id
         inner join report_card rc on dscm.card_id = rc.id
         inner join organisation o on ds.organisation_id = o.id where
    o.name in ('JSCS', 'Shelter', 'Goonj', 'Adolescent Sewa Rural', 'Swadhar swayam', 'CTRITH IPH', 'Sakhi App', 'Calcutta Kids', 'Ward Implementation and Management Committee - AKRSP','Periodshala', 'APF Odisha','PoWER', 'Mobile Creches', 'JSS', 'Chashma', 'Yenepoya', 'JSS Singrauli', 'Lend a Hand India', 'JSSCP')
                                     and rc.is_voided=false and dscm.is_voided= false and ds.is_voided=false;

and used the results in a HTML to identify colour compatibility

@mahalakshme mahalakshme converted this from a draft issue Jun 17, 2024
@mahalakshme mahalakshme moved this from In Analysis to Ready in Avni Product Jun 17, 2024
@1t5j0y 1t5j0y moved this from Ready to In Progress in Avni Product Jun 20, 2024
@1t5j0y 1t5j0y self-assigned this Jun 20, 2024
@1t5j0y 1t5j0y moved this from In Progress to Code Review Ready in Avni Product Jun 20, 2024
@petmongrels petmongrels moved this from Code Review Ready to In Code Review in Avni Product Jun 24, 2024
@petmongrels
Copy link
Contributor

@1t5j0y we should add this to the Release card for deployment activity?

@petmongrels petmongrels moved this from In Code Review to QA Ready in Avni Product Jun 24, 2024
@AchalaBelokar AchalaBelokar moved this from QA Ready to In QA in Avni Product Jun 24, 2024
@1t5j0y
Copy link
Contributor

1t5j0y commented Jun 25, 2024

Added to 9.0 deployment tasks

@AchalaBelokar
Copy link

AchalaBelokar commented Jun 25, 2024

  • I login with beulah@jsscp check the offline dashboard there are multiple dashboard check with colours .
  • I login with maha@goonj check the offline dashboard colours are reflected fine.
  • I login with beulah@lahi check the offline dashboard colours are reflected fine.
  • I login with maha@chashma working fine there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

5 participants