Manager: @Ulad Palinski
Wiki: 42 Hackathon - Adaptive User Media Experience Wiki
42 Hackathon - Adaptive User Media Experience Wiki
Install dependencies:
npm i
Copy ENV file:
cp .env.stage .env
Run an application:
npm run start -w apps/developer-console
Upload image
If file type is image, show extra ‘resize’ button. Link to the code: https://github.com/Cerebellum-Network/cluster-apps/blob/76d49876a3587d67822e30165f90728726851085/apps/developer-console/src/applications/ContentStorage/FileManager/Row.tsx#L321. Place on the UI:
When user clicks on ‘resize’ button, show to him a dialog window with most popular image sizes as a checkboxes list so user can select the sizes he is interested in. You can select icons here: https://mui.com/material-ui/material-icons/?srsltid=AfmBOoo2zd66oRuaJbOSquaaVM6VqiItUh91ssr6xs9TsRhrq0EU03A5&query=image. Components that you can use: dialog and checkbox.
Once user selected sizes and clicked Resize & Upload button (in dialog window). Execute resize and upload one by one (per each size). Ideally show to user progress (e.g. https://mui.com/material-ui/react-progress/?srsltid=AfmBOoqyY0J7WTB5g8bZNynNAcAAVvIXGJxT09jAJmPQU0oQvAvllwTA#circular-with-label). The flow is next:
Task | Objective | Students |
---|---|---|
Images resizing | Update Developer Console to suggest image resizing on image uploading into multiple sizes so that user can select the sizes he would like his image to be resized to | <students can tag themselves if they want to work on this task> |
Videos encoding into HLS (multiple qualities) | Update Developer Console to suggest video encoding into HLS with multiple qualities options so that user can select the qualities he would like his video to be encoded to | <students can tag themselves if they want to work on this task> |