-
Notifications
You must be signed in to change notification settings - Fork 2
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
implement uniform answer to web client search #8
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when the master client sends a request for matching objects, it expects objects of different types, which will behave more or less uniformly, or at least respecting the same idioms.
so an object in the results list should know how to present itself in the list, should know how to update the infobox, and should know of whatever objects depend from it.
I think we should implement these in the
browse
app, not in the distinct data apps (taxonomy, collection, garden).the result could be
The text was updated successfully, but these errors were encountered: