Git Product home page Git Product logo

biproductive's People

Contributors

codacy-badger avatar homomorfism avatar implausibledeniability avatar rizvansky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

biproductive's Issues

Update README

Add there info about

  • fuctionality of our application
  • licence
  • info how to contribute

Report generation

Application should generate the pdf report with tables of habit statistics, correlation analysis of habits and chart with brain activity during the time

Heroku deploy

See how to deploy to Heroku, if it's not very difficult, then make an automatic deployment to Heroku

Deploy project with docker-compose

Add Dockerfile to automate deploying django application and together with database
App should be deployed only with one command - docker-compose --build - so add to docker compose file info about docker file

Make correlation analysis app

  1. Make an correlation analysis app
  2. Make there a fuction that returns dataframe with correlations, like
|    | habits         |   correlation |
|---:|:---------------|--------------:|
|  0 | Drinking tea   |           0.9 |
|  1 | Smoking        |           0.4 |
|  2 | Making startup |          -0.4 |
|  3 | Drinking beer  |           0.5 |
  1. Make a fuction that returns statictics about the habits (all statistics or during last month), like
|    | date       | Drinking tea   | Smoking   | Making startup   | Drinking beer   |
|---:|:-----------|:---------------|:----------|:-----------------|:----------------|
|  0 | 04.10.2021 | yes            | no        | yes              | yes             |
|  1 | 05.10.2021 | no             | yes       | yes              | yes             |
|  2 | 06.10.2021 | no             | yes       | yes              | yes             |
|  3 | 07.10.2021 | no             | yes       | yes              | yes             |
|  4 | 08.10.2021 | no             | yes       | yes              | yes             |
|  5 | 09.10.2021 | no             | yes       | yes              | yes             |
  1. Make a function that returns a df with brain statistics, like
|    | labels     |   data |
|---:|:-----------|-------:|
|  0 | 04.10.2021 |     10 |
|  1 | 05.10.2021 |     20 |
|  2 | 06.10.2021 |     25 |
|  3 | 07.10.2021 |     30 |
|  4 | 08.10.2021 |     60 |
|  5 | 09.10.2021 |     50 |

Bind js game to web application

Создать django app для игры (игра передает по ссылке user_id/ мозговую активность - какое-то число

Add habit

Add web page with adding habit and add backeng logic for it, make for it separate application in django, add tests for it

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.