Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A simple Rails application that consists of a receptionist portal and a doctor portal

jerinkc/Makerble-solution

Repository files navigation

A simple Rails application that consists of a receptionist portal and a doctor portal, which perform the following tasks:

  1. A single login page for both portals.
  2. Receptionists can register a new patient and perform CRUD operations.
  3. Doctors can view registered patients and view a graph that represents the number of patients registered vs. days.

Make sure to run the command rails db:seed as it creates the users - doctor and receptionist.

Roles

Doctor

  • Acts as a root user who can edit the credentials of receptionists and perform all actions that receptionists can do.
  • Edit Receptionist credentials
  • View graph

Receptionist

  • Can perform CRUD operations on patients.
  • View graph

Demo link

About

A simple Rails application that consists of a receptionist portal and a doctor portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published