Giter Club home page Giter Club logo

whatsthefootprint's People

Contributors

maxbellec avatar

Watchers

 avatar

whatsthefootprint's Issues

Add the possibility to override item carbon itensity

For example for cars, small rides have a higher carbon intensity (per km).

The carbonIntensity in possibleValues should override the one for the item.

When inserting a new card (if the user types 3 km by car), we should interpolate the carbonIntensity between the previous and the next card.

'transport': [
    {
      name: 'Car',
      icon: 'car.svg',
      carbonIntensity: 0.150, // per km
      possibleValues: [
        {
          name: 'Super small ride',
          value: 0.2,
          carbonIntensity: 0.4,
        },
        {
          name: 'A small ride in town',
          value: 5,
        },
        {
          name: 'An hour drive, carpooling with 3 other people',
          value: 25,
        },
        {
          name: 'An hour drive',
          value: 100,
        },
        {
          name: 'How much a car is used annualy',
          value: 10000,
        },
      ],
    },

Add sources

  • would allow us to know which data is fake and which is serious
  • would allow to show a small link on the card

new design

Less numbers on the cards. Find another way than the circles to convey that the carbon value is low or high. Use the background? Add a color to cards / part of a card? Make the graph larger?

Feel free to correct me.

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.