google-code-export / sandy-disaster-recovery

Automatically exported from code.google.com/p/sandy-disaster-recovery
2 stars 2 forks source link

Debug/Review Notes #187

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
/authentication
IE: Alert, "Only secure content is displayed. What's the risk? Show all 
content". Until we choose "Show all content," the AJAX doesn't work. Possible 
cause: Source refers to 
http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js, which is not 
secure. Solution: https://....js

IE: Default work event is "Derecho Storms."  Before clicking "Show all content, 
"Choose from Below" does not appear.
IE: After clicking "show all content,"Derecho Storms" is chosen by default. But 
the AJAX handler only appear to trigger on onChange(), which means that if you 
want to log into the most recent event, there is no change, and the 
Organization does not appear.

If a person types the wrong password, add an error, "Wrong Password" or some 
other error handling.  Right now the page just re-loads.

----------------------------------------
/[root]
Navigation: Make navigation wider, so that the navigation links only take up 
two lines.
Rename Nav links to: My Org | All Orgs | All Contacts | Admin to save space.

----------------------------------------
/admin-create-incident
Critical: Add field to edit start_date when creating an incident.

----------------------------------------
Organization Edit Form
The following should NOT be mandatory: address, city, state, zip_code

----------------------------------------
/signup
The incidents are ordered incorrectly. The most recent should be on top.
See Issue 180 for Signup HTML

----------------------------------------
/welcome
See Issue 184 for Welcome HTML

----------------------------------------
/admin-new-organization
There should be an option to EDIT pending organizations to fix inevitable 
errors, prior to approval/activation.
Add an "Edit" button at the bottom.

----------------------------------------
/admin-all-organizations
Group organizations by Incident, most recent incident on top.

----------------------------------------
On approval, an email must be sent to all primary contacts, with login 
information.
See Issue 183 for Welcome Email HTML

----------------------------------------
/authentication
Major bug: After approving an organization, the organization does not 
immediately appear in the Organization drop-down.  Even after closing and 
opening IE, the organization does not appear.

Original issue reported on code.google.com by v...@aarontitus.net on 19 Feb 2013 at 6:04

GoogleCodeExporter commented 9 years ago
/auth finished
/org edit form finished
/signup finished
/welcome finished
/admin-new-org finished

second /auth not tested on IE

Original comment by andy.n.g...@gmail.com on 19 Feb 2013 at 8:02