Giter VIP home page Giter VIP logo

jquery-ui's Introduction

jquery-ui

Edit on StackBlitz ⚡️

Fix video downloader

The video fetching scheme is not correct. Although we are given a uri for each video, I do not want to expose the s3 bucket that the video is contained in. Please use the video id (upload.id) and then use that against "/v1/download/video/{vid_id}". Assume that this will be either a FileResonse, a StreamingRespose or a redirect to an actual file.

As seen from this curl command, videos can be downloaded via the ID

curl -X 'GET'
'https://androidmonitor.internetwatchdogs.org/v1/download/video/66'
-H 'accept: application/json'
-H 'x-api-admin-key: OPF11F6BYFz4DErMXFJAZEsjYLRzn4usGstZtJNf'

Keep in mind that you are going to get filebytes as a blob array.

Login page enhancements

Also, if a password exists in localstorage then do a query to validate that it's still good and if so, then auto-close the login accordian element and put in text for the title logged in. Or if it's easier, only auto-activate the login accordian element if the password is empty or doesn't validate.

jquery-ui's People

Contributors

hypercrowd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.