Task/wg 521 recon add missing event types #1663
                
     Open
            
            
          
      
        
          +30
        
        
          −7
        
        
          
        
      
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Overview:
New event types were added to DesignSafe prod elastic search. This now applies colors for these type (though Wind is missing from ES) in the recon portal.
PR Status:
Related Jira tickets:
Summary of Changes:
Testing Steps:
To test locally:
ES_INDEX_PREFIX=designsafe-dev-{}toES_INDEX_PREFIX=designsafe-production-{}'production': { 'hosts': [ 'https://wma-es-client.tacc.utexas.edu:9200', ] },./manage.py es_setup --remote=production[ { "display_name": "Earthquake", "name": "earthquake" }, { "display_name": "Tsunami", "name": "tsunami" }, { "display_name": "Flood", "name": "flood" }, { "display_name": "Tornado", "name": "tornado" }, { "display_name": "Landslide", "name": "landslide" }, { "name": "pandemic", "display_name": "Pandemic" }, { "name": "extreme_temperature", "display_name": "Extreme Temperature" }, { "name": "storm_surge", "display_name": "Storm Surge" }, { "display_name": "Hurricane/Tropical storm", "name": "hurricane" }, { "name": "fire", "display_name": "Wildfire" }, { "name": "drought", "display_name": "Drought" }, { "name": "multi", "display_name": "Multi-Hazard" }, { "name": "thunderstorm", "display_name": "Thunderstorm" } ]UI Photos:
Notes: