CrisisCleanup / crisiscleanup-1

[OLD] Legacy Crisis Cleanup on GAE/Python
https://sandy-disaster-recovery.appspot.com
Other
8 stars 4 forks source link

Debug/Review Notes #187

Open aarontitus opened 11 years ago

aarontitus commented 11 years ago

Original author: v...@aarontitus.net (February 19, 2013 06:04:13)

/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 #180 for Signup HTML


/welcome See #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 #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: http://code.google.com/p/sandy-disaster-recovery/issues/detail?id=187

aarontitus commented 11 years ago

From andy.n.g...@gmail.com on February 19, 2013 08:02:26 /auth finished /org edit form finished /signup finished /welcome finished /admin-new-org finished

second /auth not tested on IE