GithubHelp home page GithubHelp logo

dkan_dash's People

Contributors

acouch avatar dafeder avatar janette avatar kducharm avatar starsinmypockets avatar topicus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dkan_dash's Issues

Demo responsive data tables for SCSS

  • reduce default font size to 14px in charter.css
  • Set background color of table header in charter.css, and white stripe.
  • Vertical center alignment
  • package.json changes in Dkan dash.
  • Add "data table libraries" packages to DKAN dash
  1. Dkan Dash package.json

    +    "datatables.net": "^1.10.16",
    +    "datatables.net-responsive": "^2.2.0",
    +    "datatables.net-responsive-bs": "^2.2.0",
    

Connects #12
Connects #13

Adding responsive data tables to React Dash and update demo page

  • Add Jasmine tests
  • Setup react demo page.
  • See why loader does not work.
  • Add bootstrap grid and style loading to react demo page.
  • Add configurable options for settings.js
  • Integrate some generic fixes for console errors in React Dash

QA: pull down branch:

  1. https://github.com/alexiscott/react-dash/tree/integrate-responsive-datatables-library
  2. Run yarn install
  3. Run npm start
  • [ ] confirm that you can see a data table (Responsive DataTables) on the example page: http://localhost:3000/
  • Confirm that it behaves responsively on different browser widths
  • [ ] confirm that you can see a fixed data table on the example page:

Responsive data tables: error on filter change

The Problem

screen shot 2017-12-22 at 10 45 14

To reproduce the issue: visit /dashboard/summary and change the school filter to "Dubois integrity academy".

Technical

The issue seems to relate to the fact that the year options can be different from one school to another. When the tables are rebuilt i.e. after a filter change the expectations data tables is still expecting the previous year values. The issue I have traced to dt.rows.add

  updateDataTable(data) {
    let dt = $(this.refs.main).DataTable();
    dt.rows.add(data); 
    dt.columns.adjust().draw();
  }

Prototype of DataTables in React Dash and follow on work

This ticket relates to #11 . In order to know whether DataTables will resolve the responsive issues that we have had with Fixed Data Table on Georgia Schools we wanted to try using a JS library that handled responsiveness as well as large amounts of data, accessibility and internationalisation.

Browser out of date message for react dash

From @kimwdavidson on September 26, 2017 18:5

User Story:

As a site visitor, when I visit a react dashboard, if my older browser is not compatible with react dash, I should see a message informing me that my browser might be out of date, and I should update it, so that I know why I can't see dashboards.

Copied from original issue: GetDKAN/dkan#2136

Discovery: Print: Global CSS classes

As a user, when I print a dashboard, I should see images, text, and charts logically grouped and aligned, so that I can easily read my print out.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.