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 a new Page "VideoList" #71

Open
efonsecab opened this issue May 21, 2024 · 0 comments
Open

Add a new Page "VideoList" #71

efonsecab opened this issue May 21, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@efonsecab
Copy link
Contributor

efonsecab commented May 21, 2024

The page will show a grid of all videos in the configured Azure Video Indexer Account.
Each row will have a delete button, once clicked, it will proceed to delete the video from Azure Video Indexer, and from the database if it exists, make sure the search is perform using all of fields

  • VideoId
  • AccountId
  • Location

The page will also allow to search by a given search term.
You will need to add a new method in "AzureVideoIndexerService"
Method signature must be
public async Task<bool> DeleteVideoByIdAsync(string videoId, string viAccessToken, CancellationToken cancellationToken)

@efonsecab efonsecab added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant