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

TODO/VISION: Marketplace for user sketches #62

Open
SimonBuxx opened this issue Sep 21, 2019 · 2 comments
Open

TODO/VISION: Marketplace for user sketches #62

SimonBuxx opened this issue Sep 21, 2019 · 2 comments
Labels
difficult Issues that are (probably) hard to fix or to implement enhancement Issues that are enhancing the functionality nice-to-have Features that would be nice to have but are not necessary

Comments

@SimonBuxx
Copy link
Owner

I'd like to implement a marketplace where users can publish their sketches for everyone. For this, a published sketch should contain all dependencies. This requires a dependency analysis, an algorithm that goes trough the sketch file and all referenced sketch files until it found all dependencies. When a user saves/edits a marketplace sketch, all dependencies should be saved in his account as well, maybe highlighted as imported files.

@SimonBuxx SimonBuxx added enhancement Issues that are enhancing the functionality nice-to-have Features that would be nice to have but are not necessary labels Sep 26, 2019
@SimonBuxx
Copy link
Owner Author

It's a good idea to keep track of the sketch sizes and dependencies in the sketch files. By doing this, we can manage the dependencies of a sketch that's been pusblished to the marketplace.

@SimonBuxx SimonBuxx added the difficult Issues that are (probably) hard to fix or to implement label Oct 1, 2020
@SimonBuxx
Copy link
Owner Author

When I've got a little more time, I will start exploring in this direction. Marketplace is a rather complicated feature but if executed correctly, it can be very powerful, especially to introduce and fix new users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficult Issues that are (probably) hard to fix or to implement enhancement Issues that are enhancing the functionality nice-to-have Features that would be nice to have but are not necessary
Projects
None yet
Development

No branches or pull requests

1 participant