-
Notifications
You must be signed in to change notification settings - Fork 5
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
Gav syntax rather than split fields to have less visual clutter? #1017
Comments
What do you think, @insectengine? One consideration is that long strings tend to not do so well on the right-hand column, because they wrap awkwardly. I guess one question is how often people are copy-pasting to try and construct a gav, and what they're then trying to do with it. If people want to copy and paste the gav often, I agree we should optimise for that - but I also wonder, can we make that task easier? For example, we have the copy-pastable maven commands in the main section, where the long text is ok. Is there a missing command there? |
For me it takes way longer to find info because the same piece of info is spread over multiple fields. GAV - group, artifact, (latest version) and maven repo link. When is it you just need the artifact id ? |
... is there a way we could make the information in the middle panel more prominent, instead of repeating it a fourth time? Or put in the right link so you don't need to copy-paste it? Where is you're copy-pasting the gav to?
This would apply to any scenario involving inspection of a pom.xml, or hand-editing a pom.xml. I might, for example, be trying to unpick some migration challenge caused by the great reactive rename, where the artifact names and artifact ids all end up sounding a bit similar, so I need to know if I'm using the new one or the old one in my pom. Knowing the group id is io.quarkus is irrelevant, because the group id is the same on each extension I'm comparing. And in poms, the group id is separate to the artifact id:
|
Instead of split of two strings you can't just copy/paste from it would be nice Group id and artifact was just one label, i.e.
io.quarkiverse.neo4j:quarkus-neo4j
The text was updated successfully, but these errors were encountered: