Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 722 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 722 Bytes

React - Plex Content Request

Website concept

A website where people can request new content to be added to my Plex media server.

Status

  • Routing (react-router)
  • Global State Management (Redux)
  • i18n (react-i18next)
  • Authentication ( Firebase Auth )
  • CRUD operations with authorization ( Firebase Firestore )
  • Use GCP product (preferably Cloud Functions)

TODO

  • create GCP Cloud Function to notify users when a request is fulfilled
  • create GCP CLoud Function to notify admin when users register and/or login
  • Add imdb link badge when link is avaiable
  • Change getImageSrc() to use imdb API or similar
  • Use imdb API or similar on submit-request page