From db495e3c9ea02a49f2aa5d45f21f2a9ec1724d30 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 4 Sep 2017 13:52:45 +0200 Subject: [PATCH] Updated Todo tracking (markdown) --- Todo-tracking.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/Todo-tracking.md b/Todo-tracking.md index 9cdfc62..03c05d7 100644 --- a/Todo-tracking.md +++ b/Todo-tracking.md @@ -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 \ No newline at end of file +### 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 +* \ No newline at end of file