This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit ec35e5898f06b4f7c4baad894c9e05b9c35a4080
tree 23ad035f437240b1bb6a75f4f3a7a1ccc6d5c81b
parent 5c98248d7dce63d5cd4ab1d43123c096fbbd097a
tree 23ad035f437240b1bb6a75f4f3a7a1ccc6d5c81b
parent 5c98248d7dce63d5cd4ab1d43123c096fbbd097a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Mar 19 20:06:27 -0700 2008 | |
| |
.gitmodules | Fri Jul 11 21:49:05 -0700 2008 | |
| |
README | Wed Mar 19 20:36:19 -0700 2008 | |
| |
Rakefile | Wed Mar 12 13:36:42 -0700 2008 | |
| |
app/ | Fri Jan 23 08:25:54 -0800 2009 | |
| |
config/ | Sat Jan 17 08:37:24 -0800 2009 | |
| |
db/ | Wed Jan 14 17:47:16 -0800 2009 | |
| |
doc/ | Wed Mar 19 19:57:13 -0700 2008 | |
| |
layouts/ | Wed Mar 12 13:36:42 -0700 2008 | |
| |
lib/ | Wed Jan 14 17:47:16 -0800 2009 | |
| |
public/ | Wed Jan 14 17:19:35 -0800 2009 | |
| |
script/ | Wed Mar 19 19:57:13 -0700 2008 | |
| |
test/ | Wed Jan 14 17:47:16 -0800 2009 | |
| |
vendor/ | Wed Jan 14 17:40:21 -0800 2009 |
README
THIS PROJECT IS UNDER HEAVY REFACTORING PROCESS. THE MASTER BRANCH SHOULD BE BROKEN MOSTLY ALL TIME. RELEASES WILL BE LINKED FROM THE WIKI WHEN AVAILABLE. = colorplan colorplan is a toy project created to help myself find a little peace in the middle of all my projects. The idea was provide an interface where I can just set my eyes on, spot the project that requires more attention, work and mark it as worked. Using Ruby on Rails, a bit of gaming theory and aging algorithms I got something along those lines in one evening. In colorplan, projects 'age' while waiting for your attention. Every project have its own aging priority and will get older based on that. This 'age' is reflected on the interface as the projects' background color: A 'green' project has been worked on just a few minutes ago, while a 'red' project requires immediate attention. After finishing a task related to a project, you mark the project as worked and - ding! - he gets a shiny green background again! The concept is pretty simple: if a project is more important than another, you should spend more time on it. And if you are doing your homework and breaking your projects in small, doable quests/tasks, you will be able to do all of them pretty well. == INSTRUCTIONS: - mkdir log - create a config/database.yml (rename and edit config/database.yml.example) - rake db:migrate == LICENSE: (The MIT License) Copyright (c) 2008 Rodrigo Franco Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.







