A css who done it: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 95: Line 95:


[[ACHDI what has been done so far]]
[[ACHDI what has been done so far]]
note to self try pseudocode

Revision as of 11:05, 4 March 2025

This is a project for special issue 26 , @imre and @fred


Plan:


- make a plugin

- it tells u who made the CSS for a page your on

- it does this by looking up the spec


Issues to solve:

- how to find who did what in multiple docs that are linked together Tasks:

Tasks:

- Imre to find route to specs from property

- Fred create a realiable implemation of Pupetteer

Test List:

https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties

What we want to achieve:

{
    "all": {
        "contributors": [
            {
                "name": "baksdj",
                "company": "dfsdf"
            },
            {
                "name": "baksdj",
                "company": "dfsdf"
            },
            {
                "name": "baksdj",
                "company": "dfsdf"
            }
        ],
        "date": 2423,
        "firstSpec": "www.sdds.fsdfsd",
        "what": "sdasdsa sdsads"
    },
    "aimi": {
        "contributors": [
            {
                "name": "baksdj",
                "company": "dfsdf"
            },
            {
                "name": "baksdj",
                "company": "dfsdf"
            },
            {
                "name": "baksdj",
                "company": "dfsdf"
            }
        ],
        "date": 2423,
        "firstSpec": "www.sdds.fsdfsd",
        "what": "sdasdsa sdsads"
    },
    "other": {
        "contributors": [
            {
                "name": "baksdj",
                "company": "dfsdf"
            },
            {
                "name": "baksdj",
                "company": "dfsdf"
            },
            {
                "name": "baksdj",
                "company": "dfsdf"
            }
        ],
        "date": 2423,
        "firstSpec": "www.sdds.fsdfsd",
        "what": "sdasdsa sdsads"
    }
}

Github:

https://github.com/FWORDIE/cssWhoDoneIt

a list of different doc types


ACHDI what has been done so far

note to self try pseudocode