PinkyJie / aws-transcribe-demo

A simple AWS demo utilises Amazon Transcribe to convert audio to text and analyse.
45 stars 22 forks source link

A maximum of 50 processed files are shown in the GUI #18

Closed tchnlgst closed 3 years ago

tchnlgst commented 3 years ago

A maximum of 50 processed files are shown in the GUI. When the user uploads an additional file (past the 50), it will not show up in the list and it will not be processed. It would be nice to get this resolved and also to have some page enumeration ability to view all uploaded and processed files.

PinkyJie commented 3 years ago

Hey @tchnlgst , as the project name indicates, this is only for demo purpose, I'm not going to add new feature like pagination for that, if you really want that feature, you are welcome to fork the project and implement on your own.