It would be nice if this module shows a progress bar at the top of the page

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bverc’s picture

Version: 6.x-2.0 » 7.x-3.x-dev
Assigned: Unassigned » bverc
Status: Active » Needs review
FileSize
1010 bytes

It sure would.
Here is a simple one for Drupal 7.

TravisCarden’s picture

Title: Use a progress bar » Add progress bar and last updated details to checklist form
Project: SEO Checklist » Checklist API
Version: 7.x-3.x-dev » 7.x-1.x-dev
Assigned: bverc » Unassigned
Status: Needs review » Needs work

Thanks, guys. This will now be handled by the Checklist API, where it's already on the roadmap. What I need to move forward on it is a design. Please look at the updated interface and supply a mockup if you have ideas. It needs to work with the new "Show/Hide descriptions" link. I'd like to add "Last updated time" and "Last updated by", as well. Thanks!

TravisCarden’s picture

Status: Needs work » Needs review
FileSize
52.19 KB

What would everyone think of something like this?

checklistapi-scrollbar-708586-3.gif

Status: Needs review » Needs work

The last submitted patch, progress_bar-708586-1.patch, failed testing.

Ben Finklea’s picture

Great idea! And I like the implementation.

I think the progress % needs to be positioned right below the progress line. Something like this;

|-------------------------|-----------------|
_______________________17 of 25 (68%)_____________

Move "last updated" down a line or two to accomodate it.

TravisCarden’s picture

Status: Needs work » Fixed

Thanks, @Ben Finklea. That's the core progress bar "widget". The positioning is built in: message on the left and percentage on the right. After considering it a while, I've decide to commit it as is, because using the core pattern and styles will make it more likely to be compatible with other themes (I have mobile in mind, too). It's in the dev release. Thanks, everyone!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

frazras’s picture

Wow this is my first feature request I have even seen implemented, +1 to all you guys!!! +1 to open source

TravisCarden’s picture

+1 to @frazras! Happy to have your participation. :)

The update is in the new beta.