-
Notifications
You must be signed in to change notification settings - Fork 4
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
Start uploads page, tweak search frontend #396
Closed
Closed
Conversation
This file contains 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
- Adding views and template files from 2019 repo - Un-commenting code
- Won't be ready for production for a while, but will be working on it, so done in hopes of avoiding mother commit
Upload create pages
add autocomplete files from 2019
- Delete api module and research corpus form as they will be fixed and implemented later
ahankinson
reviewed
May 30, 2023
- Add permissions via migration rather than manually in admin.py - (Migration files are not on GH though)
- Added a see more button for accordion of more features - Spacing clean up
ahankinson
reviewed
Jun 17, 2023
import csv | ||
from datetime import date | ||
import re | ||
print('the original cwd at Locations folder', os.getcwd()) |
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.
If you change this to a Django management command you don’t have to do any of the special setup to get the Django environment working….
https://docs.djangoproject.com/en/4.2/howto/custom-management-commands/
- Fix buggy behaviour of autocomplete widgets duplicating badly - Add some tooltips, restructuring needed for tooltips and labels to be on the same line - Add autocomplete to contributor form - Add checkboxes to confirm contributor/work does not exist in db
and add checkboxes for all input elements to ask if object is not already in database to enable new object input
- Enable disabled form fields for form handling - Change naming of ContributorForm from form to contribution_form to avoid mixups
- Further testing needed
Breaking into smaller PRs |
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.
Restored uploads page form 2019 - non functional, so added admin permission to view. Search frontend had some minor overlapping of divs, also removed change page button when no results are returned