Coder Social home page Coder Social logo

medreminder-dashboard's People

Contributors

bigluis007 avatar gavin1937 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

bigluis007

medreminder-dashboard's Issues

Create a login screen

  • take username & password
  • calculate md5
  • use POST /api/auth to login
  • check user's role
    • only doctor can login

Create search medication page & Create medication edit page

  • search medication page
    • allow logged in doctor to search for specific medication
    • use POST /api/medication/find
  • medication edit page
    • allow logged in doctor to edit a medication
    • create a link in search medication page to this page
    • use POST /api/medication

Create user med history page

  • Allow logged in doctor to see medication history of a patient
    • use POST /api/medication/history
    • add a link in user(Patient) info page to it
    • listing all history

Create User(Patient) info page

  • listing all patients belong to logged in doctor
    • use GET /api/user/mypatients/{page}
  • also display user's detailed info when click on them
    • use GET /api/user/patient/{id}

Create add user(Patient) screen

  • Allow logged in doctor to add a Patient in hospital db to the system
    • use POST /api/user
    • add ui/button in list user(Patient) page to allow doctor enter this page

Create med info page

  • list all med info
  • retrieve them using GET /api/medication/{id}
  • contains link to med edit page

Create search User(Patient) page

  • Allow logged in doctor to search his patients by their name
    • maybe change GET /api/user/mypatients/{page} api so it can handle query?

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.