opendesigndev / octopus-specs

Octopus format specification (OpenAPI)
https://main.d215pdpdn4c7ow.amplifyapp.com/
2 stars 3 forks source link

Tasks for Isabella's onboarding (Octopus). #20

Closed scoiatael closed 1 year ago

scoiatael commented 1 year ago

In GitLab by @nikitamironov on Feb 3, 2020, 17:33

Bigger ones

These tasks will take 4-8 weeks to execute.

Octopus 3 changes.

Depending on complexity of change it will take different amount of time. It's categorized as bigger task because even for little change we will have to update all the converters, tests, schema and communitcate changes across all teams.

Writers.

Also bigger task because we need to analyze the file structure of resulting file + Octopus + possible caveats when converting.

JS Sketch parser

JS implementation of Go Sketch parser.

Exportables

Research and add into Octopus information about what user marked as exportable. Not that big, but it requires to change all converters where this feature is available.

Smaller ones

Few more tasks:

I've filtered issues that are quite easy to start work with, although she will still need some kind of consultation.

scoiatael commented 1 year ago

In GitLab by @rychlis on Feb 13, 2020, 14:27

marked the checklist item Figma text ranges bug https://gitlab.avcd.cz/backend/backend/issues/1888 as completed

scoiatael commented 1 year ago

In GitLab by @rychlis on Feb 13, 2020, 14:27

marked the checklist item Figma text transform https://gitlab.avcd.cz/backend/octopus-figma/issues/19 as completed

scoiatael commented 1 year ago

In GitLab by @rychlis on Feb 13, 2020, 14:27

marked the checklist item Figma text transform https://gitlab.avcd.cz/backend/octopus-figma/issues/19 as incomplete

scoiatael commented 1 year ago

In GitLab by @rychlis on Feb 13, 2020, 14:28

marked the checklist item Protomerger issue (I guess, we need to investigate) https://gitlab.avcd.cz/backend/octopus-protomerger/issues/3 as completed

scoiatael commented 1 year ago

In GitLab by @rychlis on Feb 13, 2020, 14:28

marked the checklist item Protomerger issue (I guess, we need to investigate) https://gitlab.avcd.cz/backend/octopus-protomerger/issues/3 as incomplete

scoiatael commented 1 year ago

In GitLab by @rychlis on Feb 13, 2020, 14:28

marked the checklist item Empty value on text layers https://gitlab.avcd.cz/avocode/avocode/issues/6840 as completed

scoiatael commented 1 year ago

In GitLab by @rychlis on Feb 13, 2020, 14:28

marked the checklist item Letterspacing in xd https://gitlab.avcd.cz/backend/backend/issues/1278 as completed

scoiatael commented 1 year ago

In GitLab by @isbl on Feb 17, 2020, 13:50

exportables research

figma

https://help.figma.com/hc/en-us/articles/360040028114-Getting-Started-with-Exports

https://help.figma.com/hc/en-us/articles/360040514533#id

Adobe XD

Sketch

representation in files

figma

{
    "suffix": "",
    "format": "SVG",
    "constraint": {
        "type": "SCALE",
        "value": 1
    }
}

xd

meta.ux.markedForExport: true

sketch

{
    "_class": "exportOptions",
    "includedLayerIds": [],
    "layerOptions": 0,
    "shouldTrim": false,
    "exportFormats": [
        {
            "_class": "exportFormat",
            "absoluteSize": 0,
            "fileFormat": "tiff",
            "name": "",
            "namingScheme": 0,
            "scale": 1,
            "visibleScaleType": 0
        },
        {
            "_class": "exportFormat",
            "absoluteSize": 500,
            "fileFormat": "webp",
            "name": "test",
            "namingScheme": 1,
            "scale": 3.472222222222222,
            "visibleScaleType": 1
        }
    ]
}

proposed octopus

stacking of backgrounds:

scoiatael commented 1 year ago

In GitLab by @isbl on Feb 18, 2020, 11:35

new key on root of octupus exportables. Array of:

scoiatael commented 1 year ago

In GitLab by @viktorchlumsky on Feb 18, 2020, 14:55

marked the checklist item Mask/opacity bug https://gitlab.avcd.cz/backend/backend/issues/1596 as completed

scoiatael commented 1 year ago

In GitLab by @rychlis on May 19, 2020, 15:39

closed