NASA-IMPACT / COSMOS

COSMOS is a web application designed to manage collections indexed in NASA's Science Discovery Engine (SDE), facilitating precise content selection and allowing metadata modification before indexing.
https://sde-indexing-helper.nasa-impact.net/
3 stars 1 forks source link

Feature to include URL patterns #1007

Open code-geek opened 2 months ago

code-geek commented 2 months ago

Description

Right now if you want to exclude 50 URLs based on a pattern, then include 2 of them, there is no way to do this. This feature will allow a user to include certain URLs that fall within a pattern. This will sit on top of existing exclude patterns. We need to add this functionality to give curators more granular control over which URLs are included or excluded.

Implementation Considerations

Deliverable

  1. Updated Affected URLs page with an "Include URL" toggle for each URL
  2. Backend API endpoint to handle the inclusion of specific URLs
  3. Refresh mechanism for the Affected URLs table after inclusions are made

Dependencies

No response

Kirandawadi commented 1 month ago

This issue has been addressed by Pull Request #1038. Successfully merging of #1038 will close this issue.