|
10 months ago | |
---|---|---|
db/migrate | 10 months ago | |
jobs | 10 months ago | |
models | 10 months ago | |
public | 10 months ago | |
views | 10 months ago | |
.env.example | 10 months ago | |
.gitignore | 10 months ago | |
.rbenv-gemset | 11 months ago | |
.rubocop.yml | 10 months ago | |
.ruby-version | 11 months ago | |
Gemfile | 10 months ago | |
Gemfile.lock | 10 months ago | |
Procfile | 10 months ago | |
README.md | 10 months ago | |
Rakefile | 10 months ago | |
app.rb | 10 months ago | |
basecamp3.rb | 10 months ago |
Simple Ruby app that displays Basecamp 3 summaries
I love Basecamp. It’s awesome. But to convince my managers to fully adopt it, I had to put together some views that would allow them to see what was happing across all projects, team members, and todo items at once.
This is a rather rough Ruby application built on Sinatra with standalone ActiveRecord. It is designed to connect to a Basecamp integration via ENV
variables and sync all of your active data.
“Active” in this case means that there is a focus on items that are not completed and have been assigned.