From d576bda017fc7795777d630a6134265fd2efa37b Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 13 Jul 2020 08:37:36 -0400 Subject: [PATCH] Update Dev Logs --- Dev Logs.md | 41 ++++++++++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/Dev Logs.md b/Dev Logs.md index 43b5a12..4eb2e08 100644 --- a/Dev Logs.md +++ b/Dev Logs.md @@ -1,6 +1,23 @@ # Dev Logs 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 4: 7/13/20 - 7/19/20 +### This Week's Goals +- Finish Item View +- Finish read-only API + + + +--- + + + + + + + + + ## Week 3: 7/6/20 - 7/12/20 ### This Week's Goals: - Finish item view @@ -11,7 +28,16 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T - Create development environment setup guide - Work on automated deployment tooling - +### This Week's Recap: +- Item view was not worked on; I spent too much time on the table. +- ECNQueue.py migration was started +- Development environment was created +- Automated deployment was not worked on +- Semantic versioning started to be used +- Decided to stop working on a responsive table using material-table + - Instead, the non-responsive table will be used for now + - react-table might be a better option for the future +- Began using Python, Flask and Flask-RESTful for API development --- @@ -47,9 +73,9 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T ```js drawer: { [theme.breakpoints.up('xl')]: { - width: `calc(60%)`, - flexShrink: 0, - }, + width: `calc(60%)`, + flexShrink: 0, + }, }, ``` - Implemented custom toolbar with stateful action buttons @@ -61,9 +87,10 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T - Moved from feature-configure-reactjs back to master - Finished [Dev Environment Setup Guide](https://github.rcac.purdue.edu/ECN/webqueue2/blob/master/Dev%20Environment%20Setup%20Guide.md) - - - +### Friday - 7/10/20 +- Decided to use Python, Flask and Flask-RESTful in a virtual environment for the API +- Developed a working version of an API using Python as a CGI script +- Began implementing ECNQueue.py login in the API ## Week 2: 6/29/20 - 7/5/20 ### This Week's Goals: