Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating layouts and implementing SearchUserFragment #13

Open
1 of 8 tasks
jmnguyen1999 opened this issue Apr 14, 2021 · 0 comments
Open
1 of 8 tasks

Creating layouts and implementing SearchUserFragment #13

jmnguyen1999 opened this issue Apr 14, 2021 · 0 comments
Assignees
Labels
todo Needs to be done - not an error yet
Projects
Milestone

Comments

@jmnguyen1999
Copy link
Contributor

jmnguyen1999 commented Apr 14, 2021

  • Following the Figma wireframe, create a layout.xml for SearchUserFragment:

  • Implement SearchUserFragment:

    • uses a MAFragmentsListener object to communicate with MainActivity
      • e.g private MAFragmentsListener listener = (MAFragmentsListener) context;
    • Allows user to input username into the search bar to find a specific user:
      • Makes a query to Parse database to find a user with the specified username, displays appropriate message if a user is not found.
      • Optional stretch: Allow user to search using an actual full name in addition
    • On click a user/profile:
      • call listener.toOtherProfileFragment(userID); to have MainActivity display the OtherProfileFragment
      • OtherProfileFragment is to be implemented by another issue!
@jmnguyen1999 jmnguyen1999 added the todo Needs to be done - not an error yet label Apr 14, 2021
@jmnguyen1999 jmnguyen1999 added this to To do in Wings via automation Apr 14, 2021
@jmnguyen1999 jmnguyen1999 added this to the Sprint #2 milestone Apr 14, 2021
@jmnguyen1999 jmnguyen1999 self-assigned this Apr 16, 2021
@lmsiu lmsiu self-assigned this Apr 16, 2021
@lmsiu lmsiu modified the milestones: Sprint #2, Sprint #3 Apr 24, 2021
@jmnguyen1999 jmnguyen1999 moved this from To do to In progress in Wings May 1, 2021
@jmnguyen1999 jmnguyen1999 moved this from In progress to Done in Wings Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Needs to be done - not an error yet
Projects
Wings
Done
Development

No branches or pull requests

2 participants