Code Monkey home page Code Monkey logo

iscc-demo's People

Contributors

alemenke avatar andrekr avatar danielcl avatar patricia92 avatar titusz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

iscc-demo's Issues

Improve comparison logic of the log

It is unclear how the entries in the log are compared. Currently each entry is compared to the previous entry. But it might also make sense to compare each entry to the first entry in the log to showcase a sequence of modifications in regards to a seed document.
Suggestion: add a switch to toggle "Compare with previous entry vs Compare with first entry"

Handle missing Meta-ID

The backend might not be able to extract a title from an URL or media asset. In that case int only returns the other 3 components. Example result for url: https://raw.githubusercontent.com/iscc/iscc-cli/master/tests/image/demo.bmp

{
  "iscc": "CYDfTq7Qc7Fre-CD6neyNFjpnpv-CRYUs6i9BCRWT",
  "title": "",
  "title_trimmed": "",
  "extra": null,
  "extra_trimmed": null,
  "tophash": "6e7cb529e5acf042f8480d193257625082746b24602f188d9ef8c5aba85e1750",
  "gmt": "image",
  "bits": [
    "1100001101000011001100001001111000111100100111101000111001100111",
    "0010001010011001010111111000110001001001011100001100000000001001",
    "0110111001111100101101010010100111100101101011001111000001000010"
  ]
}

This currently needs to be handled by the frontend. Either ask the user to provide a custom title and generate a Meta-ID or autogenerate a Meta-ID based on the captured url/file name (idealy excluding the file extension)

Comparison log should show filename beside timestamp

Each entry in the comparison log shows a timestamp on top. To make it easier to relate a log entry to its file we should move the "file" field (filename) from the hidden info-view to the default view and add it to the timestamp that is shown there. Example:

2020-02-26 14:00:54 - the_filename.mp3

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.