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

Enable user search in evaluations #3058

Merged
merged 4 commits into from
Sep 2, 2021
Merged

Conversation

TimonDB
Copy link
Contributor

@TimonDB TimonDB commented Sep 1, 2021

This pull request enables the searchbar in the evaluations.
Note: it needs #3056 to work correctly

Screenshot from 2021-09-01 14-16-06

Closes #2824.

@TimonDB TimonDB changed the title Feature/user search evaluations Enable user search in evaluations Sep 1, 2021
@TimonDB TimonDB marked this pull request as ready for review September 1, 2021 12:18
@TimonDB TimonDB requested a review from a team as a code owner September 1, 2021 12:18
@TimonDB TimonDB requested review from bmesuere and chvp and removed request for a team September 1, 2021 12:18
@chvp chvp added the feature New feature or request label Sep 2, 2021
@bmesuere bmesuere force-pushed the feature/user-search-evaluations branch from c9814f4 to 0de1ed7 Compare September 2, 2021 10:08
@bmesuere
Copy link
Member

bmesuere commented Sep 2, 2021

I rebased this on develop since #3056 was merged

@bmesuere bmesuere added the deploy mestra Request a deployment on mestra label Sep 2, 2021
@bmesuere bmesuere temporarily deployed to mestra September 2, 2021 10:10 Inactive
@github-actions github-actions bot removed the deploy mestra Request a deployment on mestra label Sep 2, 2021
@@ -67,8 +70,9 @@
</div>
</div>
</div>
<p class="help-block"></p>
Copy link
Member

Choose a reason for hiding this comment

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

This help paragraph was removed. @niknetniko can you remember if we used this for something?

Copy link
Member

Choose a reason for hiding this comment

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

I think this was a mistake, and can be safely removed.

@@ -0,0 +1,2 @@
$("#evaluation-table-wrapper").html("<%= escape_javascript(render 'evaluation_table', feedbacks: @feedbacks, evaluation: @evaluation, users: @users) %>")
Copy link
Member

Choose a reason for hiding this comment

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

This could be optimized to only update the visible table, but it would leave it like this for now.

@bmesuere bmesuere merged commit 7a08754 into develop Sep 2, 2021
@bmesuere bmesuere deleted the feature/user-search-evaluations branch September 2, 2021 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user search via course label in evaluations
4 participants