-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#11020] Remove searching response comments related features and search box at home page #11060
[#11020] Remove searching response comments related features and search box at home page #11060
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
placeholder="e.g. Charles Shultz, charles@gmail.com"> | ||
<div class="input-group-append"> | ||
<button id="btn-search" class="btn btn-primary" (click)="search()">Search</button> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a good reason to remove the home search bar?
Understand it's just a redirection to the search page. From the UX perspective, this removal makes search operation become two-steps-away from login.
If search is a frequent action performed by the instructor, it will be convenient to make it immediately available at home page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A search bar at home page heavily implies a site-wide search, which this search bar is nothing about. There are multiple cases of such mis-usage, like "how do I publish a session", "how do I enroll students", etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree that the search bar was a bit out of place on the homepage, esp. since we already have a search page. However, I still think that the current search bar is not explicit enough as to what is searchable and what is not. I believe we can address that in a new issue or after the search migration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some mention of search comments feature in the following files:
features-page.component.html
(line 212)instructor-search-page.component.ts
(line 42)
8b98d28
to
1f7f518
Compare
1f7f518
to
3d2f13d
Compare
3d2f13d
to
3a0ee54
Compare
@jianhandev I will merge after your approval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
First part of #11020
This removes all code related to searching response comments as well as the search box at the top of instructor home page.
This will also close #3918, close #8704, close #9103 since they are all irrelevant without the searching response comments feature.