René's URL Explorer Experiment


Title: [FR] Refactor Keyframe Data Structure for Simplified Parsing and Consistency · Issue #242 · Animated-Java/animated-java · GitHub

Open Graph Title: [FR] Refactor Keyframe Data Structure for Simplified Parsing and Consistency · Issue #242 · Animated-Java/animated-java

X Title: [FR] Refactor Keyframe Data Structure for Simplified Parsing and Consistency · Issue #242 · Animated-Java/animated-java

Description: Current Format: [ { "channel": "rotation", "data_points": [ { "x": "0", "y": "0", "z": "0" }, { "x": "0", "y": "2", "z": "0" } ] }, { "channel": "position", "data_points": [ { "x": "0", "y": "12", "z": "3" } ] }, { "channel": "command", ...

Open Graph Description: Current Format: [ { "channel": "rotation", "data_points": [ { "x": "0", "y": "0", "z": "0" }, { "x": "0", "y": "2", "z": "0" } ] }, { "channel": "position", "data_points": [ { "x": "0", "y": "12", ...

X Description: Current Format: [ { "channel": "rotation", "data_points": [ { "x": "0", "y": "0", "z": "0" }, { "x&quo...

Opengraph URL: https://github.com/Animated-Java/animated-java/issues/242

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[FR] Refactor Keyframe Data Structure for Simplified Parsing and Consistency","articleBody":"### Current Format:\r\n```json\r\n[\r\n  {\r\n    \"channel\": \"rotation\",\r\n    \"data_points\": [\r\n      {\r\n        \"x\": \"0\",\r\n        \"y\": \"0\",\r\n        \"z\": \"0\"\r\n      },\r\n      {\r\n        \"x\": \"0\",\r\n        \"y\": \"2\",\r\n        \"z\": \"0\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"channel\": \"position\",\r\n    \"data_points\": [\r\n      {\r\n        \"x\": \"0\",\r\n        \"y\": \"12\",\r\n        \"z\": \"3\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"channel\": \"command\",\r\n    \"data_points\": [\r\n      {\r\n        \"commands\": \"/say hi\",\r\n        \"execute_condition\": \"\",\r\n        \"repeat\": false,\r\n        \"repeat_frequency\": 1\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"channel\": \"variant\",\r\n    \"data_points\": [\r\n      {\r\n        \"variant\": \"e9fff953-e4bc-3879-4376-cf29c402492d\",\r\n        \"execute_condition\": \"\"\r\n      }\r\n    ]\r\n  }\r\n]\r\n```\r\n\r\n### Proposed Format:\r\n```json\r\n[\r\n  {\r\n    \"channel\": \"rotation\",\r\n    \"data_point\": {\r\n      \"x\": [\"0\", \"0\"],\r\n      \"y\": [\"0\", \"2\"],\r\n      \"z\": [\"0\", \"0\"]\r\n    }\r\n  },\r\n  {\r\n    \"channel\": \"position\",\r\n    \"data_point\": {\r\n      \"x\": [\"0\", \"0\"],\r\n      \"y\": [\"12\", \"12\"],\r\n      \"z\": [\"3\", \"3\"]\r\n    }\r\n  },\r\n  {\r\n    \"channel\": \"command\",\r\n    \"data_point\": {\r\n      \"commands\": \"/say hi\",\r\n      \"execute_condition\": \"\",\r\n      \"repeat\": false,\r\n      \"repeat_frequency\": 1\r\n    }\r\n  },\r\n  {\r\n    \"channel\": \"variant\",\r\n    \"data_point\": {\r\n      \"variant\": \"e9fff953-e4bc-3879-4376-cf29c402492d\",\r\n      \"execute_condition\": \"\"\r\n    }\r\n  }\r\n]\r\n```\r\n- Simplifies the format by using a unified `data_point` object, making it clear and predictable across all keyframes\r\n- Using pairs for transform keyframes (pre and post values) avoids complexity in handling different numbers of data points, streamlining data processing\r\n\r\n### Further Simplified Alternative:\r\n```json\r\n[\r\n  {\r\n    \"channel\": \"rotation\",\r\n    \"x\": [\"0\", \"0\"],\r\n    \"y\": [\"0\", \"2\"],\r\n    \"z\": [\"0\", \"0\"]\r\n  },\r\n  {\r\n    \"channel\": \"position\",\r\n    \"x\": [\"0\", \"0\"],\r\n    \"y\": [\"12\", \"12\"],\r\n    \"z\": [\"3\", \"3\"]\r\n  },\r\n  {\r\n    \"channel\": \"command\",\r\n    \"commands\": \"/say hi\",\r\n    \"execute_condition\": \"\",\r\n    \"repeat\": false,\r\n    \"repeat_frequency\": 1\r\n  },\r\n  {\r\n    \"channel\": \"variant\",\r\n    \"variant\": \"e9fff953-e4bc-3879-4376-cf29c402492d\",\r\n    \"execute_condition\": \"\"\r\n  }\r\n]\r\n```\r\n- By removing the `data_point` field and placing keyframe attributes directly under channel, the structure avoids redundant nesting, making it easier for developers to read and process\r\n\r\nI personally recommend adopting the further simplified format. It is the easiest to parse and offers the clearest and most straightforward approach.","author":{"url":"https://github.com/Dearliet","@type":"Person","name":"Dearliet"},"datePublished":"2024-07-26T12:17:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/242/animated-java/issues/242"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:20ae7cd0-2d5a-1d87-d866-c96f57e1b5ac
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8516:139E28:FF6C52:148AC84:699099F7
html-safe-nonce0999daaa2d2cfd3a6e1dd7a7a311cd3afcd5a8edabaa413b73002796d1301043
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NTE2OjEzOUUyODpGRjZDNTI6MTQ4QUM4NDo2OTkwOTlGNyIsInZpc2l0b3JfaWQiOiI1NTM2MDk1MDk0MjUxNTg2NDciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac173ec02c76e398a221e1028ec9004bb98ee8630412ec96235ece64c537b09747
hovercard-subject-tagissue:2432116578
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/Animated-Java/animated-java/242/issue_layout
twitter:imagehttps://opengraph.githubassets.com/92af12062a31ff652c2a7b21b1ddcadfef8d9b02ef9aea37cfd4245ed93d965d/Animated-Java/animated-java/issues/242
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/92af12062a31ff652c2a7b21b1ddcadfef8d9b02ef9aea37cfd4245ed93d965d/Animated-Java/animated-java/issues/242
og:image:altCurrent Format: [ { "channel": "rotation", "data_points": [ { "x": "0", "y": "0", "z": "0" }, { "x": "0", "y": "2", "z": "0" } ] }, { "channel": "position", "data_points": [ { "x": "0", "y": "12", ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameDearliet
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/Animated-Java/animated-java git https://github.com/Animated-Java/animated-java.git
octolytics-dimension-user_id83631375
octolytics-dimension-user_loginAnimated-Java
octolytics-dimension-repository_id364156984
octolytics-dimension-repository_nwoAnimated-Java/animated-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id364156984
octolytics-dimension-repository_network_root_nwoAnimated-Java/animated-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3b33c5aedc9808f45bc5fcf0b1e4404cf749dac7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/Animated-Java/animated-java/issues/242#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FAnimated-Java%2Fanimated-java%2Fissues%2F242
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FAnimated-Java%2Fanimated-java%2Fissues%2F242
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=Animated-Java%2Fanimated-java
Reloadhttps://github.com/Animated-Java/animated-java/issues/242
Reloadhttps://github.com/Animated-Java/animated-java/issues/242
Reloadhttps://github.com/Animated-Java/animated-java/issues/242
Animated-Java https://github.com/Animated-Java
animated-javahttps://github.com/Animated-Java/animated-java
Please reload this pagehttps://github.com/Animated-Java/animated-java/issues/242
Notifications https://github.com/login?return_to=%2FAnimated-Java%2Fanimated-java
Fork 45 https://github.com/login?return_to=%2FAnimated-Java%2Fanimated-java
Star 260 https://github.com/login?return_to=%2FAnimated-Java%2Fanimated-java
Code https://github.com/Animated-Java/animated-java
Issues 68 https://github.com/Animated-Java/animated-java/issues
Pull requests 0 https://github.com/Animated-Java/animated-java/pulls
Actions https://github.com/Animated-Java/animated-java/actions
Projects 0 https://github.com/Animated-Java/animated-java/projects
Security 0 https://github.com/Animated-Java/animated-java/security
Insights https://github.com/Animated-Java/animated-java/pulse
Code https://github.com/Animated-Java/animated-java
Issues https://github.com/Animated-Java/animated-java/issues
Pull requests https://github.com/Animated-Java/animated-java/pulls
Actions https://github.com/Animated-Java/animated-java/actions
Projects https://github.com/Animated-Java/animated-java/projects
Security https://github.com/Animated-Java/animated-java/security
Insights https://github.com/Animated-Java/animated-java/pulse
New issuehttps://github.com/login?return_to=https://github.com/Animated-Java/animated-java/issues/242
New issuehttps://github.com/login?return_to=https://github.com/Animated-Java/animated-java/issues/242
[FR] Refactor Keyframe Data Structure for Simplified Parsing and Consistencyhttps://github.com/Animated-Java/animated-java/issues/242#top
https://github.com/SnaveSutit
✨ EnhancementNew feature or requesthttps://github.com/Animated-Java/animated-java/issues?q=state%3Aopen%20label%3A%22%E2%9C%A8%20Enhancement%22
❓ Needs More InfoThis Issue Needs More Info to be considered validhttps://github.com/Animated-Java/animated-java/issues?q=state%3Aopen%20label%3A%22%E2%9D%93%20Needs%20More%20Info%22
https://github.com/Dearliet
https://github.com/Dearliet
Dearliethttps://github.com/Dearliet
on Jul 26, 2024https://github.com/Animated-Java/animated-java/issues/242#issue-2432116578
SnaveSutithttps://github.com/SnaveSutit
✨ EnhancementNew feature or requesthttps://github.com/Animated-Java/animated-java/issues?q=state%3Aopen%20label%3A%22%E2%9C%A8%20Enhancement%22
❓ Needs More InfoThis Issue Needs More Info to be considered validhttps://github.com/Animated-Java/animated-java/issues?q=state%3Aopen%20label%3A%22%E2%9D%93%20Needs%20More%20Info%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.