Mischback / colorizer

A simple web-based colorscheme builder which focuses on contrast values.

Home Page:https://mischback.github.io/colorizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

``v2`` Feature List

Mischback opened this issue · comments

This is a meta issue for the features that should be provided with v2. It is not meant to track everything related to the v2 milestone, but instead be a backlog of required features / functions.

  • Color Input
  • Palette Management (genearal implementation: #37)
    • store palette items in IndexedDB of the browser (related: #17)
    • sort the palette by drag'n'drop (#40 / #43)
    • remove items from the palette (#37)
    • clear / reset palette
      • confirmation dialogue required/desired?
    • export to JSON
    • import from JSON
  • Contrast Grid
    • the main output!
    • contrast ratio
    • contrast classification (WCAG2.0)
    • is this working without converting to RGB? (see #34)
    • allow sorting of the palette (by drag'n'drop) from the grid visualization (related: #40 / #43)
      • sort rows
      • sort columns (fix this in #43)
  • Overall layout / interface
    • be as accessible as possible!
    • tabs?
      • palette
      • color add form
      • contrast grid
      • (settings)
      • (about)