Skip to content

Commit

Permalink
Update Dev Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Jul 31, 2020
1 parent cfad40e commit 770850a
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions Dev Logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
### This Week's Goals
- Finish Item View
- Finish read-only API

<!-- ### This Week's Recap -->
- Finish Item View
- Finish read-only API

<!-- --- -->

<!-- ### Monday 7/27/20 -->

<!-- ### Tuesday 7/28/20 -->
---

<!-- ### Wednesday 7/29/20 -->
### 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/<string:queue>` endpoint for a whole queue
- Implemented `/api/<string:queue>/<int:item>` endpoint for a single item

<!-- ### Thursday 7/30/20 -->
### Tuesday 7/28/20
- Gave public demo for initial UI and API

<!-- ### Friday 7/31/20 -->

Expand Down

0 comments on commit 770850a

Please sign in to comment.