CODAP-1091: Add spec for gathering CODAP URL statistics in AP activities#2341
Closed
dougmartin wants to merge 3 commits intomainfrom
Closed
CODAP-1091: Add spec for gathering CODAP URL statistics in AP activities#2341dougmartin wants to merge 3 commits intomainfrom
dougmartin wants to merge 3 commits intomainfrom
Conversation
Research spec to identify and catalog CODAP V2 URLs embedded in Activity Player activities. This data will inform redirect strategy decisions for the V2-to-V3 transition. Deliverables defined: - requirements.md: Scope, requirements, and resolved design decisions - implementation.md: SQL query templates for mw_interactives and managed_interactives, Ruby URL normalization code, CSV export guidance - schema.rb: LARA database schema reference Key decisions documented: - Query all lightweight_activities (no publication status filter) - Search both mw_interactives and managed_interactives tables - Focus on normalized URL patterns (path only, strip query params) - Output: markdown summary, CSV with activity-level detail, Jira comment
Member
Author
scytacki
reviewed
Feb 6, 2026
Member
scytacki
left a comment
There was a problem hiding this comment.
I think you should just run it. It should be fast. I've run things like this before and they take seconds to minutes. It is more efficient for me to look at the output that is generated than how you got it.
Member
Author
|
I ran the queries and updated Slack and Jira. Closing as this was just for research. |
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.
Research spec to identify and catalog CODAP V2 URLs embedded in Activity Player activities. This data will inform redirect strategy decisions for the V2-to-V3 transition.
Deliverables defined:
Key decisions documented: