## Brian's Notes ## Figma - design Production Data Flows ## HackMD(markdown) - Quick tags to HTML - used to create our documentation ## Click-Up - task management if necessary - Artist dashboard - Track production pipelines in charts/Kanbans ## Library notes - We will have web based UI for viewing and possibly organizing our Assets - drag and drop files - labeling artists - etc - Final output JSON for NFTs ``` json { - "description": "LA Soul represented by Chevy Impala 1967 doing its lowride. Part of the 4D Fun Collective.", "image": "https://ipfs.io/ipfs/QmUb8k3D93RFykFwtTyohD4UkMBEhWMLyQhDWnqWkoiEwR", "name": "BodyaWestSide", "4D_files": [ { format: "4ds", resolution: 720, url: "https://2foij2u9o2ewjfsdof" }, { format: "4ds", resolution: 1880, url: "https://2foij2u9o2ewjfsdof" }, { device: "mobile" format: "4ds", resolution: 360, url: "https://2foij2u9o2ewjfsdof" }, ], "attributes": [ { "trait_type": "Base", "value": "Unity Developer" }, { "trait_type": "Level", "value": 70 }, { "trait_type": "Superpower", "value": "Idea generation" }, { "display_type": "date", "trait_type": "birthday", "value": 852661800 }, { "display_type": "boost_number", "trait_type": "Comedy Boost", "value": 80 }, { "display_type": "boost_number", "trait_type": "Speed Boost", "value": 75 }, { "display_type": "number", "trait_type": "Generation", "value": 1 }, { "trait_type": "Loves", "value": "French Fries" } ] } ``` **THIS IS IMPORTANT!** We need to develop an open API standard that alows other peope to upload files that make sense on our platform. Example: [Metadata Standards from opensea](https://docs.opensea.io/docs/metadata-standards)