cables-gl / cables

cables is a tool for creating beautiful interactive content
https://cables.gl
MIT License
333 stars 13 forks source link

opid / objname #4441

Closed pandrr closed 1 year ago

pandrr commented 1 year ago
pandrr commented 1 year ago
steam0r commented 1 year ago

see #4454

pandrr commented 1 year ago
pandrr commented 1 year ago
steam0r commented 1 year ago

make branch load ops by id on backend, then see next steps

steam0r commented 1 year ago
steam0r commented 1 year ago

➜ base git:(develop) sort find . -name '*.json' | grep '"id":' | sed -e 's/^[ \t]*//' | cut -d"," -f1 | uniq -d "id": "20d29ae3-7a58-4ad2-9b24-4c7c2ba6f314" "id": "334b6761-9e53-4547-8e6b-cb668e3b6dea" "id": "023d1e35-1231-4c50-a044-4a0e63609ba5" "id": "2af1489e-ffd6-4bdb-96f8-42b7cddceaf5" "id": "322d8c8d-851b-481d-9bee-ec1cf7d57a35" "id": "35cc1b97-3deb-4cbb-91b5-1658697d4460" "id": "b0472a1d-db16-4ba6-8787-f300fbdc77bb" "id": "b918b3f1-53ee-4d32-92b7-73a1d00e0d69"

steam0r commented 1 year ago

removed the broken lottietextureplayers, was used in two completely broken patches...

steam0r commented 1 year ago

write job to replace smth like _v2 with new id that we need to create for older versions

steam0r commented 1 year ago
steam0r commented 1 year ago

why we need opids for all ops in all projects:

projects whitout opids libs for ops corelibs for ops licencetext creditstext admininfo admin todos deprecated op in op example patch deprecated op in basic-example patch deprecated op in template patch deprecated op in test patch old op in op example patch old op in basic-example patch old op in template patch old op in test patch userop in op example patch admin ops stats oppage example hasOldOpsInExample opMissingInExample

steam0r commented 1 year ago