feat(catalog): comprehensive 2D Maps SDK capabilities catalog, interactive verification dashboard, and falsifiable test suites#2380
Draft
dkhawk wants to merge 1 commit into
Draft
Conversation
e31bc0a to
b4494e8
Compare
…ctive verification dashboard, and falsifiable test suites - Restructure snippets into dual-language Kotlin (kotlin-app) and Java (java-app) modules with TrackedMap wrapping GoogleMap for deterministic programmatic state verification - Implement comprehensive 2D Maps SDK capability catalog covering Map Initialization, Camera Controls, Markers, Events, Overlays, Shapes, Dataset Layers, Data-Driven Boundaries, and Cloud Customization - Build interactive verification dashboard (MANUAL_VERIFY_CATALOG.html) served via test/server.py (port 8888) with live Gradle test execution, ADB sample launcher, process cancellation, and real-time rating storage (ratings_db.json) - Implement scientific Falsifiable Testing Standard (FALSIFIABLE_TASK_LIST.md) across dual-language test suites (CatalogCapabilitiesTestSuite, MarkerSnippetsTest, CameraControlSnippetsTest, MapInitSnippetsTest, EventsSnippetsTest)
16f7723 to
036d319
Compare
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
kotlin-app) and Java (java-app) modules withTrackedMapwrappingGoogleMapfor deterministic programmatic state verification.MANUAL_VERIFY_CATALOG.html) served viatest/server.py(port 8888) with live Gradle test execution, ADB sample launcher, process cancellation, and real-time rating storage (ratings_db.json).FALSIFIABLE_TASK_LIST.md) across dual-language test suites (CatalogCapabilitiesTestSuite,MarkerSnippetsTest,CameraControlSnippetsTest,MapInitSnippetsTest,EventsSnippetsTest).