Giter VIP home page Giter VIP logo

cosmocloud-task's Introduction

CosmoCloud Task for Frontend Freelance Role - Submission by Subhanu Sankar Roy, VIT Vellore

Schema for the data

const blocks = [
  {
    id: 1,
    name: "New Object Block",
    type: "Object",
    required: false,
    level: 1,
    innerBlocks: [
      {
        id: 188,
        name: "New Object Block",
        type: "Object",
        required: false,
        level: 2,
        innerBlocks: [
          {
            id: 18898,
            name: "New Object Block",
            type: "Object",
            required: false,
            level: 3,
            innerBlocks: [],
          },
        ],
      },
      {
        id: 151,
        name: "New Object Block",
        type: "Object",
        required: false,
        level: 2,
        innerBlocks: [],
      },
    ],
  },
  {
    id: 2,
    name: "New Object Block",
    type: "Object",
    required: false,
    level: 1,
    innerBlocks: [],
  },
];

Mentioned in the src/data/sample.js file

Thought Process

  • Single Page app.
  • One Wrapper component which we can name Interface and this will render all the blocks
  • The block info will be stored in an array which will be in the redux store
  • Now we can make a block component which will have the props passed down to it as it is being rendered in the Interface component
  • There will be reducers in the redux for CRUD operations of the blocks
  • The normal blocks can be rendered by mapping the blocks array
  • But for the inner blocks we need to recursively check for innerblocks in each block object and then render them
  • For reducer functions of the inner blocks, we have recursively find out the parent of the block from the id and then we can perform CRUD

Hosted Website

Website

cosmocloud-task's People

Contributors

subhanusroy avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.