Skip to content

The classic Todos example with offline database support and end-to-end test coverage.

Notifications You must be signed in to change notification settings

youiest/checklist-manifesto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clinical-checklists

Improved version of the Todos boilerplate example. Includes:

  • offline mode via Ground.Collection
  • responsive design to support tablet rotation
  • selenium/nightwatch acceptance tests
  • migrating towards a workflow-centric MVC pattern
  • clinical checklist examples

Build Status

============================

Meteor Version

1.0.3.1

============================

Installation

# Should be as simple as cloning the repository...  
git clone https://github.com/awatson1978/clinical-checklists

# And then running it...
cd clinical-checklists/webapp
meteor

============================

Run Acceptance Tests

# optional:  you may want to reset your application data
terminal-a$ meteor reset

# run your application as usual
terminal-a$ meteor

# then open up a second terminal and run the validation tests
terminal-b$ starrynight run-tests --type validation

# if you want to run verification tests, you'll need to fetch the packages in the app
terminal-a$ starrynight fetch

# then open up a second terminal and run_nightwatch to run all tests
terminal-b$ starrynight run-tests --type verification

============================

Run Acceptance Tests

The code is open source under MIT license.

About

The classic Todos example with offline database support and end-to-end test coverage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.5%
  • HTML 24.3%
  • CSS 4.7%
  • Shell 3.5%