Issue #206 solve: Autocomplete search fields#217
Draft
Aszanat wants to merge 9 commits intosio2project:masterfrom
Draft
Issue #206 solve: Autocomplete search fields#217Aszanat wants to merge 9 commits intosio2project:masterfrom
Aszanat wants to merge 9 commits intosio2project:masterfrom
Conversation
commit b7f1d0adeba8b4e4b9371edd94511be532021e38
Author: Zuzanna Kaczorek <zk429289@students.mimuw.edu.pl>
Date: Mon Mar 6 15:26:24 2023 +0100
Fixing what I just messed up with git add and branches
commit f12cd3e1d5b59676b6ad9a51e45976c495fd7c5c
Author: Zuzanna Kaczorek <zk429289@students.mimuw.edu.pl>
Date: Mon Mar 6 15:06:47 2023 +0100
Fixtures for teachers modified to include join_date
commit 91b043a
Author: Zuzanna Kaczorek <zk429289@students.mimuw.edu.pl>
Date: Mon Jan 30 17:16:55 2023 +0100
(Partial solve for sio2project#94) Added timestamps (join date) for teachers.
commit 5498524
Author: Zuzanna Kaczorek <zk429289@students.mimuw.edu.pl>
Date: Mon Jan 16 21:26:47 2023 +0100
Added search fields to admin's view on teachers, added more fields to show on teachers list
…ield for adding permissions for teachers to a contest
…i into autocomplete-search-fields
Contributor
|
I would also add autocompletion to the form for adding new participants to a contest. PS. |
twalen
reviewed
May 29, 2023
Contributor
There was a problem hiding this comment.
please remove this file from PR
twalen
reviewed
May 29, 2023
| {'problem_instance': problem_instance, 'destination_contest': contest}, | ||
| ) | ||
|
|
||
| def get_teacher_names(request): |
Contributor
There was a problem hiding this comment.
this view needs to be protected (i.e. only for admins)
twalen
requested changes
Jun 1, 2023
Contributor
twalen
left a comment
There was a problem hiding this comment.
remove .gitignore
fix permission issues
added 2 commits
June 5, 2023 14:29
…a name (teacher_search) that it should know as far as I understand.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I reorganized admin.py and forms.py in contests because I found a form in admin.py
Also, I added autocomplete search field in a place found in the issue, works as intended.