Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Plug-n-Play color config file(s) #8

Open
7 tasks
diego-codes opened this issue Dec 14, 2016 · 4 comments
Open
7 tasks

Plug-n-Play color config file(s) #8

diego-codes opened this issue Dec 14, 2016 · 4 comments

Comments

@diego-codes
Copy link
Collaborator

diego-codes commented Dec 14, 2016

Currently the chrome plug-in only works with IBM Design colors. The extension should be brand agnostic and allow the user to upload a color palette config file.

Tasks

  • Allow extension to receive JSON, ASE, and CSV files to configure brand color palettes.
  • Store user color palettes to be persistent across browsing sessions.
  • Create interface for user to upload palette files.
  • Report to user if any errors occur during the processing of the palette files.

Tests

  • Upload a palette file that is not formatted properly and receive an error.
  • Upload and process an accepted palette.
  • Color matching works properly based on saved palette files.
@hollyos
Copy link

hollyos commented Jan 24, 2017

This should be an Epic, break this out into individual issues. Can re-open the above or just open new issues. A good rule of thumb is that a single issue shouldn’t take more than a sprint to complete. This issue would likely take a couple.

@seejamescode
Copy link
Collaborator

I'm working on a node module right now that will generate the right json format needed. Would we still need the ASE and CSV ones?

@diego-codes
Copy link
Collaborator Author

The module would generate the json file from what exactly?

@seejamescode
Copy link
Collaborator

Would take this input and export this file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants