From 2439ac911b2f0b3da94409c3eb91d80622f03b97 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 30 Jun 2020 11:13:55 -0400 Subject: [PATCH] Update Dev Logs --- Dev Logs.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Dev Logs.md b/Dev Logs.md index dfa4345..5025836 100644 --- a/Dev Logs.md +++ b/Dev Logs.md @@ -3,7 +3,8 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T ## 6/29/20 - 7/5/20 **This Week's Goals:** -- Create dev environment walkthrough +- Configure automated deployment systems +- Create dev environment setup walkthrough - Rewrite ECNQueue.py (from origial webqueue) for inital item reading support - Create final UI mockups for v1 @@ -11,7 +12,17 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T --- - +**Monday - 6/29/20** +- Found [this article](https://skryvets.com/blog/2018/09/20/an-elegant-solution-of-deploying-react-app-into-a-subdirectory/) on deplying a React app to a subdirectory. +- Looked into automated deployment methods: + - Decided git hooks aren't the way to go b/c they aren't comitted to version control and wouldn't be ubiquitous + - GitHub Webhooks and RESTful APIs might be a route for the future after reading [Deploy Web Applications Automatically Using GitHub Webhooks](https://www.toptal.com/devops/deploy-web-applications-automatically-using-github-webhooks) + - Manual `npm run build` and copying from the build directory to production will work for now +- Created and initial branded app + - Color/font info from [Purdue's brand guide](https://brand.purdue.edu/visual/) + - Icon design available [here on Google Slides](https://docs.google.com/presentation/d/1bTom3z9NgdabBS6pAAgiBTMOpCpgmkbg_NFGUXHO1ZU/edit?usp=sharing) + - Generated images using [favicon.io](https://favicon.io/) +- The decision to move from GitHub proper to RCAC GitHub was made and started. Next actions to be taken after accounts are created tomorrow.