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

small updates following async discussion #130

Merged
merged 9 commits into from
Dec 9, 2024
Merged

Conversation

acholyn
Copy link
Collaborator

@acholyn acholyn commented Nov 11, 2024

related to #129 , #128 and #125 as well as updating verbose names to better distinguish Feedback and ProjectNote models

@acholyn acholyn changed the title updating verbose names in accordance with Maria's suggestions small updates following async discussion Nov 12, 2024
@acholyn acholyn marked this pull request as ready for review November 12, 2024 09:57
@acholyn acholyn requested a review from tcouch November 12, 2024 09:59
@acholyn acholyn requested review from tcouch and removed request for tcouch December 9, 2024 09:29
Copy link
Collaborator

@tcouch tcouch left a comment

Choose a reason for hiding this comment

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

Do ProjectNote and VisualWrittenInfluences need adding to the Admin?

@@ -72,6 +72,8 @@ def get_absolute_url(self):
max_length=100, blank=True, null=True
) # can use choices if preset

bfi_identifier = models.CharField(max_length=7, blank=True, null=True)
Copy link
Collaborator

Choose a reason for hiding this comment

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

How sure are you that this is only 7 characters? This wikidata entry for BFI National Archive work ID gives examples with 9 characters.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's what Aylin said 🤷 : my question followed by her answer in brackets

BFI identifier – are these always 5 digits or are they of variable length (eg 5-10 digits) and are they always numbers or do they sometimes have letters in as well? ( 6-7 numbers)

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ok. Unless you're relying on the validation, personally I'd opt for allowing longer entries just in case.

@acholyn acholyn merged commit 754a47f into development Dec 9, 2024
3 checks passed
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.

2 participants