mar-alv / ignite-github-blog

3rd ReactJs challenge of Ignite, Rocketseat's programming course, a blog interface like of your GitHub profile, where the posts are your issues
MIT License
0 stars 0 forks source link

Adding User Selection and Current Repository Choice #14

Closed mar-alv closed 6 months ago

mar-alv commented 6 months ago

Issue: Adding User Selection and Current Repository Choice

Background

The aim is to enhance the user experience by allowing the user to specify which user's issues they want to see and to choose the current repository of the user.

Plan of Action

  1. Implement User Selection Field: Integrate a field where the user can type the username whose issues they want to view.
  2. Implement Repository Selection: Provide an option for the user to choose the current repository of the selected user.
  3. Design Enhancement: Ensure the user selection and repository choice components are visually clear and intuitive.
  4. User Interaction: Enable the user to easily input the desired username and select the repository.
  5. Accessibility: Ensure the user selection and repository choice components are accessible to all users, including those using assistive technologies.

This issue aims to improve the usability of the application by giving the user more control over which user's issues they want to see and which repository they want to explore.