feat(catalog): comprehensive 2D Maps SDK capabilities catalog, interactive verification dashboard, and falsifiable test suites#2380
Draft
dkhawk wants to merge 2 commits into
Draft
Conversation
dkhawk
force-pushed
the
feat/comprehensive-catalog
branch
5 times, most recently
from
June 23, 2026 15:27
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)
dkhawk
force-pushed
the
feat/comprehensive-catalog
branch
from
July 13, 2026 16:51
16f7723 to
036d319
Compare
…ask wizard - Standardized @SnippetItem descriptions with explicit 'What it does' and 'How to see the effect' guidance across 25 snippet classes (Kotlin + Java) - Added interactive Verification Task Wizard and auto-advancing queue to MANUAL_VERIFY_CATALOG.html and test/server.py - Synchronized FALSIFIABLE_TASK_LIST.md task completion and rating status
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).