ExplorusDataSolutions / OGC-CHISP

OGC Climatology-Hydrology Information Sharing Pilot - This use case focuses on exchanging cross-border hydrologic data (stream flow and groundwater levels) with a unified alert service. Stream/river gauge and groundwater well locations are associated with a river network that in turn is associated with a set of basins (watersheds) (For the purposes of this Pilot, a simple geometric buffer will be used to identify gauge and well locations rather than catchments). For any well or stream gauge location, a web service provides access to the gauge and well information on all upstream stream segments or in all contributing basins. An event service provides subscribers a notification if any upstream streamflow or well water level reaches or exceeds a user-defined threshold. Selected river basins cross the U.S./Canada border. Data providers include state, provincial, and federal agencies. Based on sensor events, a flood is determined to be imminent and alerts are sent to the authorities in the affected areas.
http://chisp.explorus.org/
0 stars 0 forks source link

Clicking Send Data Call clears credential inputs #38

Closed whyvez closed 11 years ago

whyvez commented 11 years ago

please don't clear so user doesn't need to reenter

mlhch commented 11 years ago

Currently if username and password are not empty, the proxy will keep loginning every time. Is this expected?

whyvez commented 11 years ago

If I enter the username and password and post a transaction I do not want the username and password to clear. Even though posting another transaction will be successful it seems as though the user need to re-enter the credentials. I what the credentials to stick.

mlhch commented 11 years ago

ok, I'll change the login logic to avoid login every time

mlhch commented 11 years ago

Now it gives a "Already login" information indicating that with same username and password, the previous credentials are re-used and the cookie keep the same. See http://ogc-chisp-env-egseatsx3u.elasticbeanstalk.com/svc/csw ready.

whyvez commented 11 years ago

Please don't display anything in bottom textbox while authenticating.

mlhch commented 11 years ago

Now page http://ogc-chisp-env-egseatsx3u.elasticbeanstalk.com/svc/csw doesn't display login information any more. Ready for review.