Giter Site home page Giter Site logo

cbt-app's Introduction

CBT app

Todo

form to create new incident

  • add another distortion for each thought
  • break out form into wizard, using CBT wizard steps (below)

Done!!

  • created 'add another' for feelings and thoughts

CBT wizard

These are the steps for the form wizard:

  1. Describe the event
    • description
  2. List all your feelings and the intensity you are feeling it at this point in time.
    • feelings.feeling
    • feeling.feeling.intensityBefore
  3. List all your thoughts concerning the incident.
    • thoughts.thought
  4. For each thought, list all the distortions present in the thought.
    • thoughts.thought.distortions []
  5. For each thought, enter a rational version of that thought.
    • thoughts.thought.rationalThought
  6. For each feeling listed in step 2, enter the intensity you now feel the feeling, after having completed the process. The intensity should have decreased substantially.
    • feelings.feeling.intensityAfter

Thanks to Chris Coenraets for his Nodecellar application

On github

Node Cellar Sample Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB

"Node Cellar" is a sample CRUD application built with with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB.

The application allows you to browse through a list of incidents, as well as add, update, and delete incidents.

This application is further documented here.

The application is also hosted online. You can test it here.

To run the application on your own Heroku account:##

  1. Install the Heroku Toolbelt

  2. Sign up for a Heroku account

  3. Login to Heroku from the heroku CLI:

     $ heroku login
    
  4. Create a new app on Heroku:

     $ heroku create
    
  5. Add the MongoLab Heroku Add-on

     $ heroku addons:add mongolab
    
  6. Upload the app to Heroku:

     $ git push heroku master
    
  7. Open the app in your browser:

     $ heroku open
    

cbt-app's People

Contributors

mhurwi avatar pokle avatar wheresalice avatar

Watchers

 avatar  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.