Remove any reference to the word "Search". This is not a search; it is a profile view for a specific username
Change tab name to "Student Profile"
Change h2 at the top of the view to "$fullname ($bannerid)" and add "login as" link, it should look like this: "Login as $username"
JQUERY MADNESS! If they click some sort of "expander" next to the full name, they should get all of their demographic information. The "demographic" fields are:
ASU Email Address
Gender
Birthday
Type/Class
Phone Number
Addresses (there can be up to like 10)
NO FULL NAME OR BANNER ID - this is displayed above.
The main part of the Student Profile screen should now be their various HMS-related statuses. The following are statuses, in order, even though it's an unordered list:
Application
Just whether they have an application or not. Needs a link to "report application received" regardless of application status and a link to "view application" only if they have one.
Assignment
Where they are assigned, with a link to "edit room" for that room, or "Not Assigned". If they are assigned, have links to "reassign" and "unassign". Otherwise, have a link to "assign".
Roommate
For now, just their roommate from the Roommate class. Needs a link to break a roommate pair if it exists. There's more to come on this in a future ticket.
NO MEAL OPTION. This is part of their Application.
RLC
I'm not sure about this one. Find out what Alicia's needs are and make it happen.
NO "LOGIN AS STUDENT". This is done above.
Add quick log views to the bottom, no filters. The left side should have their last ~5 general log entries (exclude logging in/out and notes.) The right side should have their ~5 Notes, which means filter their activity log for only those of type Note and make it happen.