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

Add additional columns on WebApp and use API calls to populate these columns #440

Closed
bishwaspraveen opened this issue Oct 16, 2023 · 0 comments · Fixed by #476
Closed

Add additional columns on WebApp and use API calls to populate these columns #440

bishwaspraveen opened this issue Oct 16, 2023 · 0 comments · Fixed by #476
Assignees
Labels
PI 24.1 Oct, Nov, Dec 2023

Comments

@bishwaspraveen
Copy link
Contributor

bishwaspraveen commented Oct 16, 2023

Description

Here are the list of columns that are newly added to the Candidate URL list view on the webapp.

  • present_on_test (to check if the URL is present on test server)
  • present_on_production (to check if the URL is present in production)
  • test_title (title of the URL on test server)
  • production_title (title of the URL in production)

API calls were made to the test and production servers to access data and populate these newly added columns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PI 24.1 Oct, Nov, Dec 2023
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants