Giter Club home page Giter Club logo

laurete's People

Contributors

r17x avatar renovate-bot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

laurete's Issues

Basic vrt functionalities

story

as an awesome developer I want to compare my recent changes with previous ones VISUALLY

epic

  • store screenshot based on commit
  • compare screenshot from current commit with previous ones
  • show diff between them

ideas

Maybe we can store it in directory based on its commit hash, for any-related-except-the-visual-part, we can store it on metadata.json. example:

.
├── 3255bfef
│   ├── metadata.json
│   └── page.index.png
├── 5e6b4b0d
│   ├── metadata.json
│   ├── page.index.png
│   └── page.about.png
└── da39a3ee
    ├── metadata.json
    └── page.index.png

3 directories, 7 files

And metadata.json file, for example like this:

{
  "summary": {
    "javascript": {
      "origin": "13.37kb",
      "gzipped": "2kb"
    },
    "css": {
      "origin": "132b",
      "gzipped": "21kb"
    },
    "html": {
      "origin": "21kb",
      "gzipped": "1kb"
    },
    "total": {
      "origin": "16.38kb",
      "gzipped": "10kb"
    }
  },
  "javascript": {
    "app.dawe343erewr32.js": "21kb",
    "vendor.ewe1337sdsd.js": "666b"
  },
  "css": {
    "vendor.min.css": "21kb"
  }
}

wdyt?

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.