Code Monkey home page Code Monkey logo

rpcs_dashboards's Introduction

Plume

Python 3.6 Maintenance Awesome Badges

Plume is a web application to track and visualize PD patients' health status. It provide three dashboard for doctors, caregiver and patients.

Background

The goal for the whole system is to design and engineer a system that can intervene during in-home situations to improve the life quality of the patient and track crucial physiological and a few cognitive data for doctors and caregivers.

Install

💥Please make sure you have python 3.6/3.7.

Install Plume from the Github source:

git clone https://github.com/haoyuan96/RPCS_Dashboards.git
cd RPCS_Dashboards

Set up python virtual environment(you can skip this step if you don't want to set up venv):

python3 -m venv plume
source plume/bin/activate
# you are a windows user, please use following command to activate venv:
plume\Scripts\activate.bat

Install dependency:

pip3 install -r requirements.txt

Run the Django Framework:

cd Plume
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

😉Now you can see the web page on the http://127.0.0.1:8000/

Contributing

Feel free to dive in! Open an issue or submit PRs.

rpcs_dashboards's People

Contributors

hanxi0124 avatar leyicai avatar luzhanggit avatar litong-x avatar haoyuan96 avatar yitian9898 avatar candiagu avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

rpcs_dashboards's Issues

JS script for caregiver's registration doesn't work

Hi guys,

I am helping with the front end register page under the account folder. Currently, we require the caregiver to input the patient's username. Currently, one script file works for adding additional attribution but another script for running the function doesn't work.

Hope the front end group can solve this problem.

Thanks,
Hanxi

Can front end group remove not used html and use static in js/ css files?

Hi guys!

Since bootstrap templates contain too many pages, it's kind of confusing to understand which pages we are actually using. Can you remove not used ones?

Also, since we have a static file, can we use js/ css/ scss/ vendor from there instead of just getting online? I tried to modify css in patient parts, but I am not sure if you are going to use all the pages. It might be easier if you guys to modify it. Thanks!

charts is not adaptive with div size

When the window changes, the charts seem to have some issues to show properly.
Line charts and bar charts are fine.
But others may need some adjustment.

Front end font size doesn't make sense

Hi Interaction team,

image

From the picture, the font size of the header "Survey page" is smaller than "Fill out surveys". Also, "Fill out surveys" is bold while the header "Survey page" is not.

Are you sure about the style? It doesn't make very much sense for me. Can you modify it to be nicer? Thanks!

Doctor page style not correct

Hi guys,

I tried to implement individual login/ register pages for doctor and caregiver pages. Can anyone check and help with it?
image

Thanks,
Hanxi

Readme instructions does not work for mac users?

I was installing the dependencies for repo (following the readme file), multiple pip installs failed because the requirements did not exist for pip.

I was just at this step
pip3 install -r requirements.txt

I am running python 3.7.4 on a mac.

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.