-
Notifications
You must be signed in to change notification settings - Fork 1
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
Q: data organization (long term) #14
Comments
I agree that discoverability and organization of snippets is not very clear, but I have no good idea how to handle it. For the time being, I hope that all management of content will be done by maintainers of the script, and users won't have to bother, they just request or propose snippets via issues board. The |
if ever the number of scripts becomes large, you'll at least need a way to allow an user raising an issue about one snippet to point exactly the location of your script in your file system. Otherwise you'll get crazy, at some point, "searching-for-the-damn-snippet". Maybe a right click on the snippet that is showing the path of the snippet? or a tooltip showing it? or both? A possibility to copy it to the clipboard would be even better. Context menu:
|
Yes, possibility of easily identifying snippets would be good, and, at some point, necessary. For example, the #6 requires the snippets to be identifiable so they can be pointed to. I would also like to make them shareable, so reviewers could paste links to them to support authors ( "hey, you need to use an assertion with tolerance here, see this link how to use it" ). But identification of a snippet is not necessarily related to "browsability" of the library. Both things are good to have, but they don't necessarily have to be solved the same way. I plan to display some more details of a snippet than just its markdown content. I just did not decide yet what, where, and how. |
in
content/snippets
, all snippets aren't really discoverable. That's not a problem for now, but once their number grows, it might become very hard to find "the snippet you wanna update or check against a new idea that already exists".Also, the organization is totally opaque for now. It seems that poly_0001 is storing initial solutions in various languages?
Suggestion:
Use human friendly slugs? possibly adding an automatic ID at the end to enforce uniqueness?
Example:
The text was updated successfully, but these errors were encountered: