Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Grouper subject picker picker is a lightweight embeddable UI component which can help external applications (or Grouper itself) to find subjects to put into textfields or hidden fields or drop downs or whatever.  This is available for Grouper v.1.6+.

Example

Here is a simple app screen.  The URL says grouper, but it could be any URL.

...

  • Note that there is no sorting or paging here.  This is because it is hard to sort and page across multiple sources, and even with a single source the subject API doesnt support it.  The admin UI handles this by retrieving a lot of results and sorts and pages in Java.  For the screen the initial hope is that if there are 200 results on the screen, hopefully the person can be found.  Also, there are other tricks of bringing the netId and subjectId to the top

...