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

Consider removing module ID from the list of fields searched when filtering modules. #2121

Open
FrenjaminBanklin opened this issue Nov 27, 2023 · 1 comment
Labels

Comments

@FrenjaminBanklin
Copy link
Contributor

On the one hand, module IDs are UUIDs and really are not human readable. The only way filtering by module ID is any use is if the person who's doing the filtering is aware of the module IDs to begin with.

On the other hand, this would be a (kind of, potentially) destructive change since we'd technically be removing functionality.

@mbusch3
Copy link
Contributor

mbusch3 commented Nov 27, 2023

The only reason to actually REMOVE the functionality is to reduce confusion, like when a user types "a" when searching and a bunch of modules that have an "a" in the ID but NOT in the name show up unexpectedly. I don't think that this confusion is a big deal, since most users will probably type at least three or four characters in a search and the odds of this showing up in most practical cases is small.

Another potential solution is show the IDs either during the search or more permanently. I would personally prefer that users never have to see or deal with IDs, but they are positively EVERYWHERE in Obojobo, and would take a lot of design work to completely remove.

Whatever course we end up going, we'll just need to make sure that the Public Page matches. It currently says you can add a module by searching by name and ID, and even provides the ID for whatever module you're looking at.

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

No branches or pull requests

2 participants