Once there is an Overture component that can fetch the files and the DMS Dev/QA environment is ready, we need to compose the URL for the Score API to fetch the file URLs, then pass those URLs into J-Browse which then will retrieve the actual raw files.
This requires Fetch or Axios to make requests to Score to get the actual file URLs.
Tasks to consider:
[ ] Implement authentication with Score as required
[ ] Update error and loading handling as required for this scenario
Once there is an Overture component that can fetch the files and the DMS Dev/QA environment is ready, we need to compose the URL for the Score API to fetch the file URLs, then pass those URLs into J-Browse which then will retrieve the actual raw files.
This requires Fetch or Axios to make requests to Score to get the actual file URLs.
Tasks to consider: