Giter Club home page Giter Club logo

django-calendar's Introduction

Calendar

Idea of the project was to create a calendaer API which can calculate many performance metrics and give usefull insigths into how time is spend on activities..

Main Tasks Metrics:

  • Efficiency in relation to priority level for each task
  • Efficiency without considering priority level for each task
  • Number of tasks completed on time with a given priority
  • Number of tasks completed within the slide time with a given priority
  • Total number of tasks completed on time before the deadline
  • Total number of tasks completed within the slide time
  • Number of tasks completed up to the expected completion
  • Check what percentage of tasks in a given category is completed within different timeframes (until now / overall) (deadline, slide, expected completion)
  • Average delay for tasks in a specific category concerning different timeframes (deadline, slide, expected completion)
  • Average delay for tasks at a specific priority level concerning different timeframes (deadline, slide, expected completion)
  • Amount of time tasks from a specific category take
  • Amount of time tasks at a specific priority level take
  • Total time taken by events from a specific category
  • Percentage of events in a specific location
  • Percentage of events with a particular priority level

Subtasks Metrics:

  • Total time spent on a task + its subtasks
  • Percentage of task completion, including its subtasks (100 * number of completed subtasks / total number of subtasks)
  • Task + its subtasks - how many were completed within the expected time, how many within the expected time plus a delay, how many before the deadline, how many after the deadline
  • Average time between completing subtasks and their expected completion date
  • Average time between completing subtasks and their expected completion date + delay (if completed after the expected date)
  • Average time between completing subtasks and their deadline (if not completed by the expected date + delay)
  • Average time between the deadline and completing subtasks (if completed after the deadline)

In order to run with dummy data and html view:

  • python manage.py collectstatic
  • python manage.py makemigrations calendar_events
  • python manage.py migrate
  • python manage.py runserver

Database schema: image

Database view with dummy data image image image

django-calendar's People

Contributors

krzyswys avatar

Watchers

 avatar  avatar

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.