diff --git a/Dev Logs.md b/Dev Logs.md new file mode 100644 index 0000000..e5fc605 --- /dev/null +++ b/Dev Logs.md @@ -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. \ No newline at end of file