diff --git a/Dev Logs.md b/Dev Logs.md index 0f184f2..b32cfce 100644 --- a/Dev Logs.md +++ b/Dev Logs.md @@ -2,19 +2,24 @@ These are daily and weekly summaries of the work thats been done on webqueue2. They start on 6/23 because that's whe this document was started but other work was done before this time. ## Week 6: 7/27/20 - 8/2/20 - +### This Week's Goals +- Finish Item View +- Finish read-only API +- Finish Item View +- Finish read-only API - - - - - +--- - +### Monday 7/27/20 +- Set errors to replace mode when opening encountering UnicodeDecodeError while reading item files. +- Replaced `json.dumps()` and `jsonpickle` in favor of returning standard serializable datatypes. +- Implemented `/api/` endpoint for a whole queue +- Implemented `/api//` endpoint for a single item - +### Tuesday 7/28/20 +- Gave public demo for initial UI and API