Giter VIP home page Giter VIP logo

moola's People

Contributors

sukritchhabra avatar vreddi avatar waffle-iron avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

waffle-iron

moola's Issues

Can I afford this?

  • Idea for a system
  • Depending on the expenditure and earning for a period of time we can determine if a person can afford something or not. Is good to make that purchase financially or not?
  • It can work for like loan type financing options when deciding "Can I afford" questions becomes a bit tricky. You think you can but you don't know for sure.
  • Also work for general buying of any luxury items or any item in general.

Have new node_module d3

Try to re-use the existing dependent node_module d3 from c3.
Webpack currently replaces c3 with c3/c3.min when used in the d3 alias in the config file.

Day and Month Position in DateInfo is wrong

  • day/month/year is a way of writing date in many places in the world but we are following the US convention of writing date as month/day/year.
  • To match the convention we need to change the code in our DateInfo class.

Source of Bug: Playing around with code in browser console.

Integrate Google Sheets

  • Integrate google sheets such that the requested spread-sheet can be accessed through google directly.

getDayOfTheWeek() in DateInfo is flawed

Shows one day ahead. I think we fixed this. Not sure how this has shown up here again.

var w : number = (jdn + 1) % 7;
should be:
var w : number = (jdn) % 7;

Bug in Tags

Somehow the value property of the Tags object always ends up having 2 quotes in the end. String within a string of sorts. Check the image attached for more visual details.

The value that is passed to the Tags constructor is simply a string [Verified]

Check what can be done here. This also spoils the tags array.

bugmoola

RenderBarChart appending in the htmlLocation is not the intension

When RenderBarChart is called, the position (htlLocation) is passed informing the function that where the Chart should be added. Right now we are only appending it inside the htmlLocation. Sometimes that is not the expected behavior of rendering the bar chart in the proper place. Maybe there should be a way introduced to put the chart in a specific place inside the htmlLocation (append, prepend, more options?)

Check: BarChart.ts (RenderBarChart()) fore more details

SpreadSheet to Collection of Entity Objects

  • Make a system that would quickly create entity objects for each row in the input spread-sheet by the user.
  • There could be a lot of rows in the spreadsheet. Could there be a problem? - Explore.

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.