-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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.
Do ProjectNote and VisualWrittenInfluences need adding to the Admin?
mod_app/migrations/0026_alter_feedback_options_alter_projectnote_options.py
Show resolved
Hide resolved
@@ -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) |
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.
How sure are you that this is only 7 characters? This wikidata entry for BFI National Archive work ID gives examples with 9 characters.
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.
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)
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.
Ok. Unless you're relying on the validation, personally I'd opt for allowing longer entries just in case.
related to #129 , #128 and #125 as well as updating verbose names to better distinguish
Feedback
andProjectNote
models