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

Provide the ability to validate a source by performing baseline checks #3602

Open
2 tasks done
pauby opened this issue Jan 17, 2025 · 0 comments
Open
2 tasks done

Provide the ability to validate a source by performing baseline checks #3602

pauby opened this issue Jan 17, 2025 · 0 comments
Labels
0 - Backlog Feature Issues that introduce new functionality to the project, instead of updating existing functionality

Comments

@pauby
Copy link
Member

pauby commented Jan 17, 2025

Checklist

  • I have verified this is the correct repository for opening this issue.
  • I have verified no other issues exist related to my request.

Is Your Feature Request Related To A Problem? Please describe.

The idea for this came from this comment.

Describe The Solution. Why is it needed?

Being able to check a source against a set of baseline checks would be useful, and to see the results. It would allow end-users to add a source and run some checks to make sure it's valid (or, do it as the source is added). Currently, if you want to check a source, you'll run a search or an installation against it.

We would need to determine what "baseline" means and what checks to perform. As an example, we could:

  1. Check if it's reachable. Is the URL correct?
  2. What type of source is it: v2 oData, v3 JSON, local folder / shared drive, etc.
  3. If authentication is provided, can we authenticate?
  4. Does it have a search endpoint?

Additional Context

None.

Related Issues

@pauby pauby added 0 - Backlog Feature Issues that introduce new functionality to the project, instead of updating existing functionality labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog Feature Issues that introduce new functionality to the project, instead of updating existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant