angelleye / paypal-security-for-wordpress

A security scanner for WordPress that looks for PayPal concerns and provides feedback.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Scan Progress Bar #4

Closed angelleye closed 9 years ago

angelleye commented 9 years ago

Right now the only way I can tell if anything is happening when clicking the Scan button is by looking at the browser tab / status bar. This will confuse users.

We need to add a progress bar of some sort so people can see that the scanner is indeed working, and try to provide a general idea of how much has been scanned vs. how much there is left to scan.

nishitlangaliya commented 9 years ago

Hi Andrew,

I have Implemented jQuery progress bar for on click ' Scan Now' Button. I am attaching the screenshot of a progress bar functionality. Note : percentage showing in a progressbar will not be accurate and will not show base on scan done . because the percentage showing in the progressbar is based on settime out funcition in jquery. We have handled the complete progress event based on our scanning response.

please see the attached screenshot and give me your thoughts and suggestions for the user interface view and text messages that are currently in screenshot .

issue-4

I have pushed the code into issue-4 once you confirm I will push it to development branch as well.

nishitlangaliya commented 9 years ago

latest code for pushed to development branch.

angelleye commented 9 years ago

I'm going to close this issue because this is good enough to launch with, but I still think we should be able to improve upon this. I'll create a new issue for the 1.1 update.