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

Title management for XPaths #744

Closed
4 tasks done
bishwaspraveen opened this issue May 21, 2024 · 0 comments · Fixed by #755
Closed
4 tasks done

Title management for XPaths #744

bishwaspraveen opened this issue May 21, 2024 · 0 comments · Fixed by #755
Assignees

Comments

@bishwaspraveen
Copy link
Contributor

bishwaspraveen commented May 21, 2024

Description

  • 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.
@bishwaspraveen bishwaspraveen self-assigned this May 21, 2024
This was linked to pull requests May 21, 2024
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 a pull request may close this issue.

1 participant