Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Inkscape Color Swatches #76

Open
elioqoshi opened this issue Jan 28, 2018 · 5 comments
Open

Import Inkscape Color Swatches #76

elioqoshi opened this issue Jan 28, 2018 · 5 comments
Labels
1. Backend This issue is related with the backend of Identihub 1. Frontend This issue is related with the frontend of Identihub 2. feature request This issue proposes a new feature 3. help wanted We need help to fix this issue
Milestone

Comments

@elioqoshi
Copy link
Contributor

elioqoshi commented Jan 28, 2018

Right now adding new color swatches is possible only by manually adding them one by one.

It would be great if it would be possible to import (and later export, but that's another story) Inkscape color swatches, so colors would be added in bulk instead.

The syntax of Inkscape swatches are relatively simple. Check out the Open Color ones:
https://yeun.github.io/open-color/asset/download/open-color_1.6.3.gpl

@elioqoshi elioqoshi modified the milestones: v.0.5, v.0.3, v.0.4 Jan 28, 2018
@elioqoshi elioqoshi added 2. feature request This issue proposes a new feature 1. Backend This issue is related with the backend of Identihub 1. Frontend This issue is related with the frontend of Identihub labels Jan 28, 2018
@kominoshja kominoshja added the 3. help wanted We need help to fix this issue label Mar 10, 2018
@sidis405
Copy link
Contributor

#111 Here we go. This should get the ball rolling.

kominoshja pushed a commit that referenced this issue Mar 23, 2018
@kominoshja
Copy link

The backend has been merged. (#111)
@budaaaa can we add the frontend for this?

sidis405 added a commit to sidis405/identihub that referenced this issue Mar 24, 2018
@elioqoshi
Copy link
Contributor Author

elioqoshi commented Mar 26, 2018

This can be directly added to the dropdown like this @budaaa

image

@elioqoshi elioqoshi assigned sidis405 and unassigned elioqoshi Mar 27, 2018
@elioqoshi elioqoshi added this to In progress in Backend Mar 27, 2018
@elioqoshi elioqoshi added this to To do in Frontend Mar 27, 2018
@sidis405
Copy link
Contributor

@budaaaa You can treat this the same way as any other upload and it should be good to go:)

#111

The react based front end will need to be modified to make a post to /bridges/{bridgeId}/bulk-colors with the file name "swatch".

Let me know if there's anything i can assist you with.

@budaaaa budaaaa moved this from To do to In progress in Frontend May 12, 2018
budaaaa added a commit to budaaaa/identihub that referenced this issue May 16, 2018
- Added the ability to upload gpl files
- Validated from frontend to accept only GPL files throwing error on anything else
- Refactored <SectionWrapper /> tag to accept multiple <li> dynamically
budaaaa added a commit to budaaaa/identihub that referenced this issue May 16, 2018
- Added the ability to upload gpl files
- Validated from frontend to accept only GPL files throwing error on anything else
- Refactored <SectionWrapper /> tag to accept multiple <li> dynamically
- Fixed error with text areas
- Fixed error with updating text input
- Overall refactor
budaaaa added a commit to budaaaa/identihub that referenced this issue May 16, 2018
- fixed URL on close redirect
@budaaaa
Copy link
Contributor

budaaaa commented May 16, 2018

#140 Created a PR for this one.

@kominoshja kominoshja modified the milestones: v.0.4, v0.9 Jun 15, 2018
@kominoshja kominoshja removed this from In progress in Backend Aug 18, 2018
@kominoshja kominoshja removed this from In progress in Frontend Aug 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Backend This issue is related with the backend of Identihub 1. Frontend This issue is related with the frontend of Identihub 2. feature request This issue proposes a new feature 3. help wanted We need help to fix this issue
Projects
None yet
Development

No branches or pull requests

6 participants