Coder Social home page Coder Social logo

charts-tribunali's Introduction

Tribunali Reports -- SIECIC

Domande

  1. Como se representa el objetivo ultra trienale? es un porcentaje de disminución? es el porcentaje al cual pretenden arribar? Es un numero de casos propuesto por ellos que despues debemos convertir a porcentaje?

Detalle formato de input .csv

Nombre y orden de los campos

  • nro
  • tribunale
  • area
  • dimensione
  • distretto
  • regione
  • anno
  • pendenti (formato numerico?)
  • pendenti-ultra-triennali
  • pendenti-ultra-triennali-perc (percent symbol?)
  • iscritti (formato numerico?)
  • definiti (formato numerico?)
  • durata-media-giorni
  • durata-media-anni
  • clearance-rate
  • magistrati-pianta
  • magistrati-presenti
  • magistrati-vacanti
  • magistrati-tasso-scopertura (percent?)
  • personale-pianta
  • personale-presenze
  • personale-vacanti
  • personale-vacanti-perc
  • obiettivo-ultra-triennale

Observaciones

  • Agregada la columna anno para diferenciar al colocar todos los datos juntos en la misma hoja
  • Agregada la columna obiettivo-ultra-triennali inicializada en 10% para todos los tribunales
  • Eliminar columnas en blanco del documento
  • Atención a los nuevos headers!
  • Homogeneizar formato, no poner anotaciones que varíen el formato en las columnas (e.g., asteriscos en la columna de tribunale)
  • Ojo con los casilleros en blanco (e.g. napoli nord no ha cargado datos 2013/14). Esto genera division by zero y además un desfasaje en los indicadores triennales

Deployment notes

Tener cuidado con el puerto que se le asigna al container, porque está cableado a localhost:3000 en la vista y se rompe si es otro (configurar?)

$ mongoimport --host  --port  -d tribunali -u -p -c siecic --type csv --file import-siecic2013.csv --headerline

FEEDBACK

  1. il CSM ha chiesto di inserire sotto ogni rappresentazione degli indicatori anche i valori assoluti

  2. inserire i 29 distretti di corte d'appello come modalità di aggregazione; si vedano i tribunali articolati per distretto in http://www.giustizia.bari.it/Informazioni_utili_2.aspx

  3. Infine chiedo se sia possibile migliorare il layout e inserire anche qualche altro tipo di rappresentazione grafica.

charts-tribunali's People

Contributors

mgarriga avatar gabocancellieri avatar eckolosst avatar

charts-tribunali's Issues

Sort by Multiple fields

Currently the sort in formatIndicator is performed by year only:
data.sort( function(a,b){return a['_id']['anno'] - b['_id']['anno']})
It should also add the aggregation field (could be like an 'enum' or alphabetically) to preserve the order within each year

Testing Needed

We are planning to test this project using mocha testing tool and nyc for coverage analysis.
Please fork, and mention this issue in your Pull Request if you are willing to collaborate!

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.