SelectUserStory

Functional specification

The user can filter through a field 'name'. This field is used to search for name and surname. So the user can input 'Flavia' and the search will be made for persons with name or surname containing the given 'Flavia'. Or (s)he can enter 'Paganelli' and both name and surname are searched for that string.

The search results are shown in a list and the user can select one to use as a target for EditUserStory.

Technical specification

With Spring LDAP the search can be done using WhitespaceWildcardsFilter and OrFilter to search at the same time for name and surname.

What is the current procedure for this use case?

Story Layout

Methods:

  • ListAllPersons? ()
  • ListAllOpsEnabledUsers? ()
  • OpsEnablePerson? (Person p)

FrontEnd? :

  • Wicket List of users
  • Wicket SearchTextField? to search for a specific person
  • Wicket checkox "Show OpsEnabled? Persons only"
  • For each non-ops enabled person: Wicket checkbox "OpsEnable this person"
  • For each person: Wicket Link to EditPersonPage? (Person)
  • Exceptions to show errors

Other:

  • Discuss restrictions (No OpsDisabling? ? Etc.)

Discussion

  • Perhaps it is useful to allow simultaneous editing and selecting: make these five users ops-enabled?

Resources

-- RommertDeBruijn - 06 Mar 2007

Topic revision: r4 - 11 Apr 2007 - 13:15:47 - RommertDeBruijn

tip TWiki Tip of the Day
RSS news feed of topic changes
You can use an RSS news reader to find out what is new in a TWiki web. This complements WebChanges that ... Read on Read more

 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback