philippp wrote 2 years ago: The home view of the application presents two lists: People that are employed by Basecamp-account-ow … more →
philippp wrote 2 years ago: Got back from Sumeet’s at 11:15 PM, determined to resolve the last issue barring me from displ … more →
philippp wrote 2 years ago: I’ve written the controller logic to generate the graph. The controller filters the model data … more →
philippp wrote 2 years ago: This is kind of annoying: To hide the “delete” button, exclude :delete; to hide the … more →
philippp wrote 2 years ago: The Basecamp visualization application will provide time views for each Person and Project. The user … more →
philippp wrote 2 years ago: The first composite view (seen below) incorporates three controllers to generate three embedded Acti … more →
philippp wrote 2 years ago: I’ve been developing this system using a live Basecamp connection, but testing and debugging i … more →
philippp wrote 2 years ago: The model layer completes the (imho) most challenging part of this project — creating a cached … more →
philippp wrote 2 years ago: Caching is taking far more resources than I expected. Overall I’m pulling ~ 3 megs of data for … more →
philippp wrote 2 years ago: The database problem is solved. My limited understanding pins the failure on my pre-set “id … more →
philippp wrote 2 years ago: Kept working on the basecamp wrapper and flattened the basecamp response to a legally formatted, one … more →
philippp wrote 2 years ago: require 'basecamp' # Wrapper for 37's Basecamp class. This provides all # basecamp data with ActiveR … more →
philippp wrote 2 years ago: At the end of day 1, we are using the 37 signals Basecamp wrapper library in our ROR project. At thi … more →