Skip to content

Commit

Permalink
Create Dev Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Jun 24, 2020
1 parent a5364b3 commit 20d6522
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Dev Logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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.

## 6/22/20 - 6/28/20
This Week's Goals:
- Move existing jQuery/DataTables view to React Components
- Rewrite ECNQueue.py (from origial webqueue) for inital item reading support

**6/22/20**
- Decided to move to a public repo for:

- **Reference-ability:** With a private repo, if I want to share code I need to either send snippets and screenshare. With a public repo I can simply link to the up to date code.

- **Utility:** With a private repo, scripted access to a repo requires authentication credentials to be stored with the script leaving those credentials vulnerable. Since the business logic of webqueue2 is not confidential, moving to a public repo would allow simpler scripted access.

- **Docs:** GitHub allows easy integration into various doc generation systems. Interaction with these tools is much more accessile with a public repo.

- Removed sensitive item info from git commit logs in preparation for making a public repo.

**06/23/20**
- Finished the move from a private to public repo.

- Recreated non-sensitive commit logs for previous work. Many previosu commits were consolidated for simplicity.

- Drafted new UI mockups.

- Began building React data tables.

0 comments on commit 20d6522

Please sign in to comment.