Giter VIP home page Giter VIP logo

phablytics's Issues

Metrics May Not be Calculating Correctly per Person

I don't have a lot of information yet, but it looks like metrics may not be calculating correctly for each person. For instance, at work we've deployed Phablytics and it's only showing I have a single project done for the entire year even though I've closed/owned dozens at this point.

This will need to be investigated but it appears that most people only show a single task with a few exceptions showing tasks in the 2-4 range.

Just wanted to get this down on paper for now.

ValueError: day is out of range for month

I'm getting the following for the date 2021/05/07 - I ran the following in the repl and was able to reproduce the issue:

>> import calendar
>>> import datetime
>>> y, m, d = dt.year, dt.month, dt.day
>>> dt = datetime.date(2021, 5, 31) - datetime.timedelta(days=360). # this is what the logic does
>>> y, m, d = dt.year, dt.month, dt.day
>>> datetime.date(y, m, calendar.monthrange(y, m)[0])
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: day is out of range for mont

Here is the error though:

Screen Shot 2021-05-07 at 12 06 58 PM

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.