You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Urls have two fields, original title, and fk to a resolved title object
Identify field in the CandidateURLs model where the resolved title will go (create field if does not exist).
Create a ResolvedTitle model that holds: titlepattern fk, candidateurl fk, resolution_status (resolved, unresolved), resolution_date_time, resolved_title, error_type (make a choice field out of the list of errors), error_string, http_status_code (when the candidate URL was accessed by requests etc)
ListView of the resolved title model? Write a view on the frontend that can show this to Emily.
The text was updated successfully, but these errors were encountered:
Description
The text was updated successfully, but these errors were encountered: