Code Monkey home page Code Monkey logo

medical-appointment-scheduling's Introduction

Medical Appointment Scheduling

Greenkeeper badge Build Status Dependency Status Join the chat at https://gitter.im/sebastianhaas/medical-appointment-scheduling

Concept showcase for "Design of a Web-Based Appointment Scheduling System for Small and Medium-Sized Medical Facilities".

Live showcase

An up-to-date snapshot of this repository is always available on Heroku.

Due to the limitations of Heroku's free dynos and database service, it might take a while for the application to load initially. Also, there is a 10k row limit for free databases. Sometimes you might have to wipe test data other users created before being able to add new content. Test data can be inserted and deleted using the app-bar menu in the upper right corner.

How to deploy

This application can be easily deployed to Heroku. tbd

How to run locally

After checkout, run:

$ npm install
$ npm start

This requires node >=4 together with npm to be installed. This repository doesn't contain any backend, you need to have an instance of medical-appointment-scheduling-server running.

Internationalization

Prepared for internationalization. The application is currently available in English and German. Translations are managed on POEditor.com in a publicly available project. The locale will be determined based on the user's browser settings and persisted to local storage. The logic can be found here.

Tests

Both unit and end-to-end tests do exist for most parts of the application.

Unit tests

$ npm run test

End-to-end tests

Make sure you have a running instance in another terminal before running end-to-end tests.

$ npm run e2e

Code style

Code quality is ensured by tslint with codelyzer for Angular 2 specific linting.

Technology stack

Core technologies

Bundling and packaging

Testing

Code style

Documentation

Internationalization

License

MIT

medical-appointment-scheduling's People

Contributors

abdulhaq-e avatar asgerjensen avatar chriscurnow avatar dotcs avatar foxandxss avatar gitter-badger avatar greenkeeper[bot] avatar greenkeeperio-bot avatar harmjanluth avatar janrubio avatar jennyraj avatar jhuntoo avatar jimthedev avatar ktong avatar kulshekhar avatar mgechev avatar nehrdani avatar ocombe avatar patrickjs avatar samvloeberghs avatar sebastianhaas avatar sekibomazic avatar shlomiassaf avatar spittal avatar tamascsaba avatar un33k avatar valorkin avatar vivainio avatar vladotesanovic avatar vsfedorenko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

medical-appointment-scheduling's Issues

An in-range update of karma-mocha-reporter is breaking the build 🚨

Version 2.2.3 of karma-mocha-reporter just got published.

Branch Build failing 🚨
Dependency karma-mocha-reporter
Current Version 2.2.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As karma-mocha-reporter is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Commits

The new version differs by 5 commits .

  • f6d22d1 chore: Release v2.2.3
  • 7122cc0 chore: add node.js 7 in travis
  • 81d6de6 fix: allow to use reserved prototype names as name for describe or it blocks
  • aa801c2 Merge pull request #91 from josephfrazier/patch-1
  • c07a2f6 docs: fix typos in README.md

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of sass-loader is breaking the build 🚨

Version 6.0.4 of sass-loader just got published.

Branch Build failing 🚨
Dependency sass-loader
Current Version 6.0.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As sass-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v6.0.4
  • fix: Resolving of scoped npm packages #447
Commits

The new version differs by 14 commits0.

  • f01ae22 Merge pull request #449 from webpack-contrib/Release/6.0.4
  • d9d8982 chore(release): 6.0.4
  • 9c77792 chore: Update changelog
  • f93c73f docs(README): change bootstrap path in example (#438)
  • ca396ea test: add tests for unicode character (#446)
  • 1508570 docs(README): link to webpack 2 docs (#437)
  • 8d37244 fix: Resolving of scoped npm packages (#447)
  • 1e6cd4d docs(README): extended summary, standardize header (#444)
  • 266ae5c docs: Fix broken link in README
  • e7c6a73 docs: Fix gitter badge link
  • f4ef7ec docs(readme): Parse the 1st paragraph's markdown links (#417)
  • 56c92b4 Replace loader with use in README (#406)
  • c650fb8 Trying to fix webpack.js.org page (#405)
  • 4ed68e9 Merge pull request #404 from webpack-contrib/release/6.0.3

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of karma-chrome-launcher is breaking the build 🚨

Version 2.2.0 of karma-chrome-launcher just got published.

Branch Build failing 🚨
Dependency karma-chrome-launcher
Current Version 2.1.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As karma-chrome-launcher is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v2.2.0

Features

Commits

The new version differs by 6 commits.

  • b01cea1 chore: release v2.2.0
  • 40e96e2 chore: update contributors
  • 998824d Merge pull request #135 from ishitatsuyuki/chromium-headless
  • 7a12021 feat: add ChromiumHeadless
  • 96d84aa Merge pull request #126 from mgol/patch-1
  • 2a02494 refactor: remove incorrect comment

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of humanize-duration is breaking the build 🚨

Version 3.11.0 of humanize-duration was just published.

Branch Build failing 🚨
Dependency humanize-duration
Current Version 3.10.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

humanize-duration is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 5 commits.

  • 84f6367 3.11.0
  • 5a37769 Update bower.json for 3.11.0 release
  • c6a0d55 Use HTTPS Unlicense link
  • e2daeac Add Farsi/Persian to documentation
  • f132503 Add Farsi/Persian language support

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of browserslist is breaking the build 🚨

Version 2.7.0 of browserslist was just published.

Branch Build failing 🚨
Dependency browserslist
Current Version 2.6.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

browserslist is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 8 commits.

  • a5eb17d Release 2.7 version
  • 9cdef8e Increase size limit
  • 8c88782 Update dependencies
  • 5b212c0 Add separated Node.js 8 to Travis CI config
  • b014ff8 New "since" query (#189)
  • bc9a917 Update dependencies
  • f3f017f Fix Tools section in the docs
  • 1981899 Added a link to browserslist-useragent (#190)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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.