-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realtime Django Bugfix #152
Conversation
Changes:
|
@lucernae we don't merge until travis passes, correct? In ash upload form change 'meter' to 'meters' or 'metres' (Does InaSAFE have a policy on British vs American spelling?) |
It's |
Yes British english please |
It's not done yet until @ivanbusthomi gives all the checkmark 😄 |
- change message for hazard upload page
- show latest flood as default. inasafe/inasafe-realtime#42 - add stroke color for hazard style. inasafe/inasafe-realtime#48
Changes Unknown when pulling 4e821b1 on lucernae:develop into ** on inasafe:develop**. |
@timlinux How do you configure coveralls? |
I think the changes are great, especially the new filter function. Here are my comments on this:
|
@ivanbusthomi try hard refresh (shift + refresh or ctrl + refresh) so the new javascript is loaded.
I think that's neat. It's possible to arrange it like that if that's ok with everyone. |
HI @ivanbusthomi That's great |
- standardize color mapping in landing page: issue inasafe/inasafe-realtime#48 - default highlight latest flood report: issue inasafe/inasafe-realtime#42 - improvements for flood table: issue inasafe/inasafe-realtime#11 - add filters: issue inasafe/inasafe-realtime#11
Changes Unknown when pulling d782048 on lucernae:develop into ** on inasafe:develop**. |
based on issue inasafe/inasafe-realtime#35 Celery: - Limit prefetch multiplier explicitly to 1 (avoid hanging worker) Earthquake: - Add MMI Output FileField - Add download button for MMI Output zip - Auto zoom to first earthquake in the table Flood: - Fix signals to recalculate total affected population and flooded RW - Add Data Source Field, since it needs to support PetaBencana - Add code branching to handle old hazard data and new PetaBencana - Add download button for Hazard File and Impact Layers - Change download button icon to follow Earthquake pattern - Auto zoom to first flood in the table Ash: - Add Impact Files FileField - Add download button for Impact Files zip - Change download button icon to follow Earthquake pattern - Auto zoom to first ash event in the table
Changes Unknown when pulling e15f9ae on lucernae:develop into ** on inasafe:develop**. |
Additional changes: based on issue inasafe/inasafe-realtime#35 Earthquake:
Flood:
Ash:
|
This is great Mas @lucernae , Just a few edit maybe, in my browser it looks like this could you please check it? |
almost there.
|
@gubuntu Ash is deployed on staging. You have to login first for Ash. I will give the credentials later. For the cropped part, I think that's because of the overflow. I'll see what I can do. But you should be able to horizontal scroll it to see the text? |
yes I can horizontal scroll. white space to the right of the text in that block could also be reduced. |
Hi @gubuntu , and @lucernae
|
Changes Unknown when pulling e15f9ae on lucernae:develop into ** on inasafe:develop**. |
Some left issues were moved to #153 and I will merge this right away. |
Various bug fix effort for Realtime Django