Skip to content

Features and enhancements

DurgaSwetha edited this page Mar 4, 2021 · 2 revisions

New enhancements of CLIxDashboard:

  1. Restructured the home page to accomade the following changes:

    1. Changed the navbar to include some of the useful links of CLIx.
    2. Added the school selection dropdown so that it is not mandatory to login to see the visualisation of any school.
    3. State visuals for various metrics are more upfront.
    4. Addition of CLIx at glance which gives the spread of CLIx over the phases.
    5. Previous links in navbar are moved to the new footer added.
  2. Now the entire dashboard is responsive i.e can be accessible from mobile.

Issues fixed:

  • Landing page gives us the logout link instead of login
    • repo : clix_dashboard_ui
    • file : src/components/HeaderComponent.js
  • Spelling mistake above State Level Visuals in the home page.
    • repo : clix_dashboard_ui
    • file : src/components/HomeCardsComponent.js
  • The graph does not show properly on normal screen, need to zoom out the screen to see the graph properly.
    • repo : clix_dashboard_ui
    • file : As part of enhancement.
  • The landing page after School Login leads to home page instead of school level dashboard
    • repo : clix_dashboard_ui
    • file : src/components/HeaderComponent.js
  • Making dashboard mobile friendly.
    • repo : clix_dashboard_ui
    • file : In Enhancement.
  • In the landing page under School Level Dashboard, some modifications in text required.
    • repo : clix_dashboard_ui
    • file : src/components/HomeCardsComponent.js
  • In the landing page under Documentation, spelling of text (visualsations) has to be rectified.
    • repo : clix_dashboard_ui
    • file : src/components/HomeCardsComponent.js
  • In the sign in page, there must be validation in case of blank CLIx School Id and Password as well as if either one of them is empty or wrong
    • repo : clix_dashboard_ui
    • file : src/components/LoginPage.js
  • In the faq page at the time of landing,two faq question is in open form and rest are in close form. There must be uniformity at the time of page load.
    • repo : clix_dashboard_ui
    • file : src/components/FaqPage.js
  • In the faq page removed the duplicate entry of " How do we check if these numbers are correct ".
    • repo : clix_dashboard_ui
    • file : src/components/FAQ.js
  • In the About Section - An image should be added to the text in that particular orientation only which encompasses the overall CLIx Design.
    • repo : clix_dashboard_ui
    • file : src/components/AboutPage.js
  • It should have our social media handles link on the every page as a header similar to the clix.tiss.edu
    • repo : clix_dashboard_ui
    • file : src/components/thesocialbutton.js
  • Title name given on tab of section-
    • repo : clix_dashboard_ui
    • file : package-lock.json, src/components/AboutPage.js,src/components/ContactPage.js,src/components/FAQ.js,src/components/MainComponent.js c
Clone this wiki locally