diff --git a/Dev Logs.md b/Dev Logs.md index 356b901..f874017 100644 --- a/Dev Logs.md +++ b/Dev Logs.md @@ -6,7 +6,9 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T - Finish responsive two panel view - Start on ItemView rewrite - +### This Week's Recap +- Responsive two panel view is mostly complete, breakpoints are needed. +- Migrated from RCAC GitHub to ITaP GitHub --- @@ -64,21 +66,18 @@ return ( ### Wednesday 8/5/20 - Gathered data about browser usage among ECN staff -![Poll Data Results](https://github.rcac.purdue.edu/ECN/webqueue2/raw/feature-create-drawer-system/docs/Browser%20Poll%20Data%208:5:20.png) +![Poll Data Results](https://github.itap.purdue.edu/ECN/webqueue2/raw/feature-create-drawer-system/docs/Browser%20Poll%20Data%208:5:20.png) - Created scalable ItemTable AppBar ### Thursday 8/6/20 - Working version of responsive drawer system - Still need to set breakpoints -- Populated [project issues](https://github.rcac.purdue.edu/ECN/webqueue2/issues) for visibility and accessibility -- Populated (and automated) [projects](https://github.rcac.purdue.edu/ECN/webqueue2/projects) for visibility +- Populated [project issues](https://github.itap.purdue.edu/ECN/webqueue2/issues) for visibility and accessibility +- Populated (and automated) [projects](https://github.itap.purdue.edu/ECN/webqueue2/projects) for visibility ### Friday 8/7/20 - Simplified issues/projects in GitHub by using tags instead of individual projects. - - - - +- Migrated from RCAC GitHub to ITaP Github @@ -131,7 +130,7 @@ return ( ### Tuesday - 7/21/20 - Added `requirements.txt` to Python environment for reproducable builds. -- 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. +- Updated [Dev Environment Setup Guide](https://github.itap.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 @@ -141,7 +140,7 @@ return ( ### 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 +- Updated [Dev Environment Setup Guide](https://github.itap.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 ### Friday - 7/24/20 @@ -188,7 +187,7 @@ return ( - Experiemented with mod_wsgi configuration ### Wednesday - 7/15/20 -- Got mod_wsgi-py3 running under Ubutnu 18.04. See [installation notes](https://github.rcac.purdue.edu/ECN/webqueue2/blob/master/docs/Installing%20Apache2%20and%20mod_wsgi%20on%20Ubuntu%2018.04.md). +- Got mod_wsgi-py3 running under Ubutnu 18.04. See [installation notes](https://github.itap.purdue.edu/ECN/webqueue2/blob/master/docs/Installing%20Apache2%20and%20mod_wsgi%20on%20Ubuntu%2018.04.md). - Got mod_wsgi-p2 running under CentOS 6.10. ### Thursday - 7/16/20 @@ -261,7 +260,7 @@ return ( - Continued work on responsive table - More than two weeks have been spent trying to make the material-table library work, another library shuld be considered for what is needed here. [react-table](https://github.com/tannerlinsley/react-table) looks functionally promising thought thematically challenging. - 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) +- Finished [Dev Environment Setup Guide](https://github.itap.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