Code Monkey home page Code Monkey logo

p4's Introduction

Project 4

Database

Primary tables:

  • members
  • claims
  • treatments

Pivot table(s):

  • member_treatment

CRUD

Member Operations

Create

  • Visit http://p4.dwa-fall2018-arnab.me/members/create

  • Fill out form with the following fields

  • First Name : Alphanumeric No Special Characters Allowed

  • Last Name : Alphanumeric No Special Characters Allowed

  • SSN :Alphanumeric (Didn't put a length or type /format limitation since it can vary by state /country /region)

  • Insurance ID card :Alphanumeric

  • DOB :4 digits of Birth Year ( e.g 1979) has to be greater than 1910 else is not accepted

  • Insurance expiration : 4 digits of expiring year should be greater than 2018 else is not accepted

  • Address: Alphanumeric

  • Treatments : Optional Mutliselect ( Refers to any existing treatments the patient has had before )

  • Click Add new Member

  • Observe confirmation message

Read

Update

Delete

Claim Operations

Create

  • Visit http://p4.dwa-fall2018-arnab.me/claims/create

  • Fill out form with the following fields

  • Diagnosis Code ( Should be in this range ER,GH,AD,ABC,CD,AR,BR,ER)

  • Claim Amount: Numeric

  • Total Amount Paid : Numeric

  • Status Digit (0 - CLOSED , 1 - IN PROGRESS, 2 - PAID)

  • Click Add new Claim

  • Observe confirmation message

Read

Update

Delete

Outside resources

*used Bootstrap style libraries *

Code style divergences

List any divergences from PSR-1/PSR-2 and course guidelines on code style

Notes for instructor

Any notes for me to refer to while grading; if none, omit this section

p4's People

Contributors

arnabiitr avatar

Watchers

James Cloos avatar

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.