guardian / playground

Come to the playground and peruse the sand castles.
2 stars 0 forks source link

The Playground #2

Open mxdvl opened 2 years ago

mxdvl commented 2 years ago

repo: https://github.com/guardian/playground people: @mxdvl

🌳 Health & Wellbeing

πŸ˜„ Joy at work

🎑 The Playground

πŸ‘€ See what’s on

πŸ§‘β€πŸ’» Embraces our hybrid, asynchronous work

πŸ‘ Embraces our open culture

πŸ—‘οΈ Stop losing valuable documents

list of who to pair with: deleted

πŸ€– Automation

πŸŽ‰ Be inspired


Next steps

🎑 Come hang out at the Playground

zeek01 commented 2 years ago
home topic external
home topic external
zeek01 commented 2 years ago
import { useState } from 'react'

const DummyData = {
    "events": [
        {
            "uid": "jdevconf-q4-2022",
            "name": "JDev Conf 2022",
            "date": "2022-03-21T09:30:00Z",
            "duration": 8,
            "blurb": "Building the world’s best platform for live coverage of news events",
            "description": "Here is my dummy description",
            "faq": [{
                    "question":"What is {name of the conference}",
                    "answer": "An opportunity to work together to experiment with new technologies, discover new things and to learn interesting/cool stuff in relation to...{add blurb from doc}"
                },
                {
                    "question":"How should we go about generating ideas and then picking an idea to work on?",
                    "answer": "We would recommend getting together as a team to generate ideas. Please add any ideas you come up with here {insert link} because you might generate an idea that another team wants to work on. There will be regroup session you may find useful to determine which theme/idea you want to work on. Remember people from across the organisation have also been submitting ideas, so please look at these before committing to an idea to work on."},
                {
                    "question":"What if my idea is loved by Founders Factory and GMG Ventures?",
                    "answer": "Amazing!  GMG Ventures / Founders Factory will want to work closely with you to develop your concept.  However, note that any IP (Intellectual Property), would be owned by the Guardian - which is true for anything we produce whilst at work.  If you would like a more in-depth conversation about this, please speak to product."
                }
                ],
            "agenda": {
                "talks" : [{
                    "talkId": "",
                    "url": ""
                }]
            }
        }
    ],
    "talks": [{
        "uid": "talkId1",
        "title": "",
        "description": "",
        "date": "",
        "url": "",
        "QAUrl": "",
        "previewUrl": "",
        "videoUrl": ""
    }],
    "speakers": [
        {
            "uid": "",
            "firstName": "Zeek",
            "surname": "Ikomoni",
            "pronunciation": "Zeek",
            "pronouns": "he/him",
            "role": "UX Designer",
            "blurb": "",
            "company": "The Guardian",
            "contactDetails": {
                "github": "",
                "instagram": "",
                "linkedIn": "",
                "tiktok": "",
                "twitter": "",
                "website": ""
            },
            "talks": ["talkId1"],
            "talkDescription": ""
        }
    ],
    "challenges": [
        {
            "uid": "zeek01",
            "name": "A space to share 10% ideas, discover projects and collaborate",
            "background": "",
            "description": "Where can we pitch and share project ideas? Can we create opportunities to try out other repos, technologies, build a proof of concept or just experiment?",
            "more_information": {
                "gist" : "",
                "pitch": ""
            },
            "links": {
                "brief" : "",
                "design_files": "",
                "example": "",
                "prototype": "",
                "repo": ""
            },
            "people": {
                "business_areas": [],
                "collaborators": [],
                "contacts": [],
                "stakeholders": []
            },
            "tags": ["vite js", "typescript"],
            "url": {
                "code": "",
                "demo": "exampleDemoUrl.com",
                "prod": "exampleProdUrl.com",
                "stage": "exampleStageUrl.com",
                "test": "exampleTestUrl.com"
            },
            engagement: {
                comments: ["","","","","","","","","","","","","","","","","",""],
                contributors: [],
                followers: ["emailAd", "emailAd"]
            }
        },
        {
            "uid": "zeek02",
            "name": "Create a centralised storage space for huddle ideation, hackday projects and other initiatives",
            "background": "",
            "description": "Old ideas and hypotheses seems to get lost over time. Is there a way to pool them so that we can discover and build on earlier attempts",
            "more_information": {
                "gist" : "",
                "pitch": ""
            },
            "links": {
                "brief" : "",
                "design_files": "",
                "example": "",
                "prototype": "",
                "repo": ""
            },
            "people": {
                "business_areas": [],
                "collaborators": [],
                "contacts": [],
                "stakeholders": []
            },
            "tags": ["voting systems", "databases", "elasticSearch"],
            "url": {
                "code": "",
                "demo": "exampleDemoUrl.com",
                "prod": "exampleProdUrl.com",
                "stage": "exampleStageUrl.com",
                "test": "exampleTestUrl.com"
            },
            engagement: {
                comments: ["","","",""],
                contributors: ["","",""],
                followers: ["emailAd", "emailAd", "emailAd"]
            }
        }
    ]
}

export default DummyData