===================================== Web Interface to the Registry: Issues ===================================== Search Form ----------- * More keys could be added to the modified "Detail Value" search (if our query is something like detail_value ILIKE '%value%', it doesn't make sense to query on number-like values). * Let people select what relationships to look for? You'd have to change the operator-related-to template and probably have a specialized condition maker, too. * Our handling of relationships currently sucks. The least we should do is display the relationship type in the result display -- but frankly, that's still not what I'd like to see. Hm. * Due to the 1:n relation between "rr.resource" and "rr.capability", and another 1:n relation between "rr.capability" and "rr.relationship", we get identical elements in our "array_agg(standard_id)" array. Docs ---- * The UCD thing must be documented in some way (plus: maybe let people use the UCD resolver to come up with them). * We need developer docs (what's what? what do I have to do if?...) in README (or somewhere else). Style ----- * fetchContactInfo should check data[status] and give some meaningful error indication if the query failed.