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 Jun 30, 2020
1 parent 3104d19 commit 2439ac9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Dev Logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,26 @@ 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

<!-- **This Week's Recap:** -->

---

<!-- **Monday - 6/29/20** -->
**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.
<!-- **Tuesday - 6/30/20** -->
<!-- **Wednesday - 7/01/20** -->
<!-- **Thursday - 7/02/20** -->
Expand Down

0 comments on commit 2439ac9

Please sign in to comment.