https://github.com/werner/yabsca
A Balanced ScoreCard Application
https://github.com/werner/yabsca
Last synced: about 1 year ago
JSON representation
A Balanced ScoreCard Application
- Host: GitHub
- URL: https://github.com/werner/yabsca
- Owner: werner
- Created: 2011-09-23T16:43:40.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-18T21:21:54.000Z (about 13 years ago)
- Last Synced: 2025-03-23T12:32:51.948Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 36.8 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== Y.A.B.S.C.A.
Yet Another Balanced ScoreCard Application
Demo: http://yabsca.herokuapp.com/ (user: admin, password: 12345)
This is a simple to use Balanced ScoreCard Application focused on a kiss philosophy.
It is Open Source and use Ruby on Rails as a backend framework and ExtJS as a Front End.
== Install
Just install ruby in your OS, later on a command line run this:
gem install bundler
Now go to the application root path and run the following:
bundler install
With the above everything needed should be installed.
The last commands are:
rake db:migrate
rake db:seed
Finally to run the server just write the following:
rails s
== Quick Start
When you go to http://localhost:3000, the first thing you see is the login page,
there's an admin user you can use, login: admin and password: 12345.
Now you see at the left side the organizations or departments panel, where you can insert an organization
by left clicking the organization node, later you can insert an strategy.
In the top middle you can insert perspectives and objectives, and in the bottom middle you can insert measures.
Finally in the top right you can inser initiatives and in the bottom right the targets of measures.
any doubt write me at mailto:werner_a_e@yahoo.es