Updated Todo tracking (markdown)

2017-09-04 13:52:45 +02:00
parent c8cb88d2b2
commit db495e3c9e

@@ -1,16 +1,25 @@
seasonedApi
plex/requestRepository.js
## seasonedApi
### plex/requestRepository.js
* add to DB so can have a admin page
* try a cache hit on the movie item
* get the mail adr from global location (easy to add)
seasoned/strayRepository.js
### seasoned/strayRepository.js
* Add error handling!! StrayRepository.ERROR
Client
components/MovieObject.jsx
## Client
### components/MovieObject.jsx
* move this to separate files
* set the poster image async by updating the dom after this is returned
components/SearchRequest.jsx
* add option for searching multi, movies or tv shows
### components/SearchRequest.jsx
* add option for searching multi, movies or tv shows
## App
### classedStray.py
* verify that it is a file
* don't get a list in subtitlePath
* Setup script
* What if item in db is not in this list?
* Log to error file
*