Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

MUMPFL-83 Search optionally by first name #28

Merged
merged 2 commits into from
Jul 24, 2015
Merged

Conversation

vertein
Copy link
Contributor

@vertein vertein commented Jul 22, 2015

Adds in the ability to optionally search by first name.

Before UI:

image

After UI:
image

@jhanstra has graciously volunteered to work on MUMPFL-105 to update the UI when he is available.

import edu.wisc.my.profile.model.User;

public interface SearchUsersService {

/**
* Get a list of users based on search term
* @param searchTerm
* @return an alphabetized list based on last name, first name
* @param searchTerm -
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like missing @param JavaDoc tags for username and manifestGroups.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing param indeed. Cleaned it up

@apetro
Copy link
Member

apetro commented Jul 22, 2015

👍

@timlevett
Copy link
Collaborator

👍

@jhanstra
Copy link
Contributor

Added some labels and removed descriptive text:

image

@apetro
Copy link
Member

apetro commented Jul 24, 2015

👍

@vertein
Copy link
Contributor Author

vertein commented Jul 24, 2015

Much simple so minimalist. I'm glad you did this @jhanstra , I was caught in an endless loop with too much descriptive text and things were spiraling so much out of control.

👍

vertein added a commit that referenced this pull request Jul 24, 2015
MUMPFL-83 Search optionally by first name
@vertein vertein merged commit c352ec6 into master Jul 24, 2015
@vertein vertein deleted the firstAndLastName branch July 24, 2015 13:16
@jhanstra
Copy link
Contributor

Haha, glad I could help @vertein

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

Successfully merging this pull request may close these issues.

None yet

4 participants