
Chris Straight
- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
Activity overview
Latest activity by Chris Straight-
Chris Straight commented,
Thanks for update and that is what i figured; however, I was thinking that I needed a very vast and all encompassing update process that has to account for each scenario. After thinking about it, t...
-
Chris Straight created a post,
Updating an Application programmatically
Looking for guidance on this scenario. I have a template application lets call it "Profile" that will be installed in individual workspaces. This app contains references to a central workspace. A s...
-
Chris Straight commented,
Podio::Application.install(app.app_id,{"space_id" => newSpace['space_id'],"features" => ['filters', 'tasks', 'widgets', 'integration', 'forms', 'items']}) Looks like 'tasks' isn't valid anymore. H...
-
Chris Straight created a post,
Copy URL in mobile app
Would be a welcome edition when looking at items on mobile app to add a "copy URL" to clipboard in the ... Menu.
-
Chris Straight created a post,
Ability to type in workspace field on mobile app
As a member of many spaces, It would Be nice in the mobile app when browsing workspaces To be able to type the first couple letters and display matching spaces as an alternative to scrolling throug...
-
Chris Straight commented,
Ahhh got it. Podio::Application.install(app.app_id,{"space_id" => newSpace['space_id'],"features" => ['filters', 'tasks', 'widgets', 'integration', 'forms', 'items']})
-
Chris Straight commented,
Having trouble figuring out the format for passing ensuring Items are installed. I'm not specifying any features. How would I go about specifying all of the features including items? Podio::Applic...
-
Chris Straight created a post,
Views and contributions
I have a workspace with a series of applications that is focused on knowledge sharing. I'd like to somehow show which entries have the most views and who is contributing the most to the space. From...
-
Chris Straight commented,
It was an app exception with webrick. Looks like my main route was a post, but nothing was being returned / posting so webrick was throwing an exception.
-
Chris Straight commented,
Figured as much, but thought I'd ask. You don't see anything wrong with the statements I've posted? I guess if the space is creating then the API is working and that takes the API out of the pictur...