From b5c8b3b800ff757da5836f08ad9e30f308a7c5d9 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Fri, 24 Jul 2020 11:24:13 -0400 Subject: [PATCH] Update Dev Logs --- Dev Logs.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Dev Logs.md b/Dev Logs.md index 25efefe..51ce6ae 100644 --- a/Dev Logs.md +++ b/Dev Logs.md @@ -21,9 +21,15 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T - Updated [Dev Environment Setup Guide](https://github.rcac.purdue.edu/ECN/webqueue2/blob/master/Dev%20Environment%20Setup%20Guide.md) to include Python and VS Code setup. - Decided to use Google style Python docstrings according to [section 3.8 of this styleguide](https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings) - - - +### Wednesday - 7/22/20 +- Implemented path building and modification time in Item class in ECNQueue module +- Started porting email attachment processing; deferring for Friday's demo +- Started header processing + +### Thursday - 7/23/20 +- Finished header processing +- Updated [Dev Environment Setup Guide](https://github.rcac.purdue.edu/ECN/webqueue2/blob/master/Dev%20Environment%20Setup%20Guide.md) to include Python Docstring Generator plugin for VS Code +- Implemented initial section parsing in Item class of ECNQueue module