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

Start uploads page, tweak search frontend #396

Closed
wants to merge 84 commits into from

Conversation

rebmizrahi
Copy link
Contributor

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

@rebmizrahi rebmizrahi requested a review from malajvan May 30, 2023 16:25
database/admin.py Outdated Show resolved Hide resolved
import csv
from datetime import date
import re
print('the original cwd at Locations folder', os.getcwd())

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
@rebmizrahi
Copy link
Contributor Author

Breaking into smaller PRs

@rebmizrahi rebmizrahi closed this Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants