We love the Salesforce Labs Agile Accelerator app, a free comprehensive project management tool from the App Exchange: https://appexchange.salesforce.com/listingDetail?listingId=a0N30000000ps3jEAA
There’s a lot of pretty awesome Visualforce pages included there, but there’s also a couple places where it’s severely lacking, in particular relying on list views for the Work object, and not having any way to see all records for the Task object. . Immediately we set to work building skuid pages to support our use of Agile Accelerator - and we’d like to share those pages back with the community!
Some of our key ‘user stories’ for improving agile accelerator with skuid:
- be able to look at all user Stories sorted by Product Tags and make mass updates and edits
- be able to see all the Tasks that I have to do today, and what priorities are there
There’s a lot more that these pages help accomplish, but those are two of the key ones.
Note: in order to avoid an error, you’ll need to add a custom field ParentTask__c on the ADM_Task__c object that is a lookup to ADM_Task__c
First is the main page that can replace the Work custom tab. In particular, the tab for Product Tags on this page is super helpful for quickly creating new User Stories and new Tasks, moving those User Stories up or down the Backlog and Backburner ranks, and assigning to Sprints.
Next is a Mobile page to manage our daily tasks - we use it on desktops but we went with the mobile builder just because the Card/Deck concept works so well. Note: The Work page includes a tab called “MyDay” that is a page include for this mobile page.
WorkTab:
User Story <a href='/{{{agf__Work__r.Id}}}' target='_blank'>{{agf__Work__r.agf__Subject__c}}</a>{{#ParentTask__c}}<br/><b>Parent Task: </b>{{ParentTask__r.agf__Subject__c}} <em>{{ParentTask__r.agf__Assigned_To__r.Name}}</em>{{/ParentTask__c}} Assigned To agfADMTask agfADMTask {{{Name}}} {{Id}} {{Id}} {{agf__Subject__c}} User Story / Bug <a href="/{{{Id}}}" target="_blank">{{agf__Subject__c}}</a> Product Tag Assigned To Sprint Rank Tasks Completed {{agf__Assigned_To__r.FirstName}} ({{agf__Actual_Hours__c}})