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 Jul 13, 2020
1 parent 16979e0 commit d576bda
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions Dev Logs.md
Original file line number Diff line number Diff line change
@@ -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

<!-- ### This Week's Recap -->

---

<!-- ### Monday - 7/13/20 -->
<!-- ### Tuesday - 7/14/20 -->
<!-- ### Wednesday - 7/15/20 -->
<!-- ### Thursday - 7/16/20 -->
<!-- ### Friday - 7/17/20 -->
<!-- ### Saturday - 7/18/20 -->
<!-- ### Sunday - 7/19/20 -->

## Week 3: 7/6/20 - 7/12/20
### This Week's Goals:
- Finish item view
Expand All @@ -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: -->
### 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

---

Expand Down Expand Up @@ -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
Expand All @@ -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 -->
<!-- ### Saturday - 7/11/20 -->
<!-- ### Sunday - 7/12/20 -->
### 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:
Expand Down

0 comments on commit d576bda

Please sign in to comment.