-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Justin Campbell
committed
Jun 24, 2020
1 parent
a5364b3
commit 20d6522
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |