Add INFRA variant: Gulf FDI critical infrastructure tracker#61
Closed
aa5064 wants to merge 1 commit into
Closed
Conversation
Adds a new VITE_VARIANT=infra build for tracking Saudi Arabia and UAE foreign direct investment in global critical infrastructure. New files: - src/config/gulf-fdi.ts: Static database of ~45 seed investments (DP World, AD Ports, Mubadala, ADNOC, Masdar, PIF, Aramco, ACWA Power, EGA, etc.) covering ports, energy, telecoms, manufacturing, mining - src/config/variants/infra.ts: Infra variant config (panels, map layers) - src/components/InvestmentsPanel.ts: Filterable/sortable FDI database panel with country/sector/entity/status filters, click-to-map-fly behavior Modified files: - src/types/index.ts: Add GulfInvestment interface + types; add gulfInvestments to MapLayers - src/config/panels.ts: Add INFRA_PANELS, INFRA_MAP_LAYERS; update variant exports; add gulfInvestments:false to FULL/TECH layer configs - src/config/feeds.ts: Add INFRA_FEEDS (fdiNews, entityNews, infraMedia, announcements, regional); update variant-aware FEEDS export - src/components/DeckGLMap.ts: Add gulf-investments-layer (ScatterplotLayer, SA=green/UAE=red, size by investment value); tooltip; color constants - src/components/index.ts: Export InvestmentsPanel - src/App.ts: Wire infra panels, feed routing, variant switcher INFRA button - api/rss-proxy.js: Add Gulf media domains to ALLOWED_DOMAINS - vite.config.ts: Add infra to VARIANT_META - package.json: Add dev:infra and build:infra scripts Run: npm run dev:infra https://claude.ai/code/session_01W6nmvU2CgNU6ZdxWLQkmvJ
|
@claude is attempting to deploy a commit to the eliehabib projects Team on Vercel. A member of the Team first needs to authorize it. |
Owner
|
@aa5064 I like what you've done, but am not sure we can add a variant that only focuses on 2 countries |
This comment was marked as off-topic.
This comment was marked as off-topic.
Owner
|
@RadiyaBhavesh "final-to-final-upload-house-price" that app/repo is not worldmonitor |
koala73
pushed a commit
that referenced
this pull request
Feb 17, 2026
772-line database of Saudi Arabia and UAE foreign direct investments in global critical infrastructure (ports, energy, data centers, railways, etc.) with filterable/sortable table panel. Originally contributed as standalone 'infra' variant in PR #61.
koala73
added a commit
that referenced
this pull request
Feb 17, 2026
Wire Gulf FDI data from PR #61 into the existing finance variant: - Add gulfInvestments map layer (ScatterplotLayer with SA/UAE colors) - Add GCC Business News feeds (Arabian Business, The National, Arab News, etc.) - Add gcc-investments and gccNews panels to finance panel config - Add Gulf FDI types to MapLayers interface - Add RSS proxy domains for Gulf news sources - Auto-wiring creates NewsPanel for gccNews feed category Co-authored-by: aa5064 <[email protected]>
Owner
|
Incorporated into main via two commits with proper attribution:
Instead of a standalone "infra" variant, the Gulf FDI data is now integrated into the finance variant as additional panels and a toggleable map layer. Thank you for the contribution @aa5064! |
facusturla
pushed a commit
to facusturla/worldmonitor
that referenced
this pull request
Feb 27, 2026
772-line database of Saudi Arabia and UAE foreign direct investments in global critical infrastructure (ports, energy, data centers, railways, etc.) with filterable/sortable table panel. Originally contributed as standalone 'infra' variant in PR koala73#61.
facusturla
pushed a commit
to facusturla/worldmonitor
that referenced
this pull request
Feb 27, 2026
Wire Gulf FDI data from PR koala73#61 into the existing finance variant: - Add gulfInvestments map layer (ScatterplotLayer with SA/UAE colors) - Add GCC Business News feeds (Arabian Business, The National, Arab News, etc.) - Add gcc-investments and gccNews panels to finance panel config - Add Gulf FDI types to MapLayers interface - Add RSS proxy domains for Gulf news sources - Auto-wiring creates NewsPanel for gccNews feed category Co-authored-by: aa5064 <[email protected]>
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Introduces a new "INFRA" variant of the application focused on tracking Saudi Arabia and UAE foreign direct investment in global critical infrastructure. This includes a comprehensive database of 100+ investments across ports, pipelines, energy, data centers, airports, railways, telecoms, and mining sectors.
Key Changes
New Data & Configuration
src/config/gulf-fdi.ts): 772-line seed data file with 100+ investments from major Gulf entities (DP World, AD Ports, Mubadala, ADNOC, Masdar, PIF, Saudi Aramco, ACWA Power, etc.)src/config/variants/infra.ts): Variant-specific panel and map layer configuration optimized for infrastructure context (pipelines, AIS, economic hubs, waterways, minerals, Gulf investments)src/types/index.ts): New types for Gulf investments includingGulfInvestment,GulfInvestmentSector,GulfInvestorCountry,GulfInvestingEntity,GulfInvestmentStatusUI Components
src/components/InvestmentsPanel.ts): Interactive database panel with:Map Integration
src/components/DeckGLMap.ts): NewgulfInvestmentslayer rendering investment markers with:News & Feeds
src/config/feeds.ts): Gulf business news sources (MEED, Arabian Business, The National, Arab News) and entity-specific news streams for DP World, PIF, Mubadala, ADNOC, Masdar, ACWA Powerapi/rss-proxy.js): Added Gulf business and infrastructure news domainsApp Integration
src/App.ts): Added INFRA variant button (🏗️) to header navigation alongside WORLD and TECH variantssrc/config/panels.ts): Infra-specific panel layout with investment database, announcements, and news panelspackage.json): Addeddev:infraandbuild:infracommandsSEO & Metadata
vite.config.ts): Infra variant metadata with title, description, and keywords for Gulf FDI trackingImplementation Details
gulfInvestments: falsein their map layer configshttps://claude.ai/code/session_01W6nmvU2CgNU6ZdxWLQkmvJ