Giter Club home page Giter Club logo

econsult-prescribe's Introduction

covid19india

View our live patient database. If you'd like to collaborate, join the Telegram Group.

to run

git clone https://github.com/BetaTurtle/covid19india.git

Python3 : python -m http.server

Python2 : python -m SimpleHTTPServer

Open http://localhost:8000 in browser to test

to deploy

minify and add to docs directory

Install minify npm i minify -g

minify script.js > docs/script.js

minify index.html > docs/index.html

econsult-prescribe's People

Contributors

pbteja1998 avatar shubhamjain2998 avatar vibhorkanojia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

econsult-prescribe's Issues

Set up CI/CD pipeline

Set up github actions to automatically deploy the application to firebase after every commit to master.

You may have to set some env variables(like FIREBASE_TOKEN).

Github Action for Firebase - Check if this can be used directly for our repo.


Edit 1:

Because of the limit on maximum minutes that we can use for Github Actions, we may not go ahead with github actions. Explore any other feasible options that we can use instead of Github Actions.

Also checkout TravisCi and CircleCi


Edit 2:
We are going ahead with Travis CI since it's free for open source projects with unlimited build minutes and up to 5 concurrent builds.

Integration with Tawk.to

Currently the prescription module has a hardcoded prescription ID.
We would like this ID to be the same as the ticket ID that the doctor will generate on tawk.to.
For this, we would like to integrate this module with tawk.to.

Have a look at: https://developer.tawk.to/webhooks/
Inside there's a "Ticket created event" which will have the ticket ID available. The task is to use this webhook, get the ticket I, and send it to the prescription module.

CSS fixes.

Currently the CSS styling for active input fields and the color of placeholder content is not great which may lead to confusion.

Some known issues:

  1. Placeholder content looks like an already filled value which may lead to some doctors thinking that, that field is already filled.

  2. Once you sign in with Google, the readonly fields appear white, and the editable "Specialization" field appears "grey" (the colours should be opposite as per the convention)

  3. [Javascript] It would be a good idea to trim all the inputs to get rid of leading and trailing whitespaces.

Fixes and features in the pdf

  1. Display doctor's email address in the PDF.
  2. Remove blood group from the form and replace it with patient's email ID.
  3. Add placeholders in the fields.
  4. Redirect to some page after "submit".

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.