From 7c333668a9855aa0aa523e60172b5fad7017ebbe Mon Sep 17 00:00:00 2001 From: Wyatt Miller Date: Sun, 28 Apr 2019 21:29:29 -0400 Subject: [PATCH] revisions --- src/blog/_posts/2019-04-28-pibake-endgame.markdown | 4 ++-- src/header.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/blog/_posts/2019-04-28-pibake-endgame.markdown b/src/blog/_posts/2019-04-28-pibake-endgame.markdown index 83bc1d2..4b8a0b4 100644 --- a/src/blog/_posts/2019-04-28-pibake-endgame.markdown +++ b/src/blog/_posts/2019-04-28-pibake-endgame.markdown @@ -10,8 +10,8 @@ Anywho, we are done, apparently. And so is this blog post. Just kidding. We wrapped up little pieces of the project here and there and we also figured out how to insert the data sent from one of our units to the database which is the thing I'm going to talk about today. -Our initial thought was to have Thresa write a stored procedure to insert the data into the database once the data was passed from the server. This was unfortunately a slower fail than we would have liked. In the hunt for information for building this stored procedure, much of the information related to using the JSON data type which is a relatively new feature to MySQL. This route was avoided for fear this would create issues elsewhere in the project as it would affect multiple areas. With multiple attempts this was simply not working and the complexity was beyond our level of expertise. We did not know it at the time but even if this had been worked out, we would have run into more issues with the change of our primary key further into the project. +Our initial thought, as a team, was to have Thresa write a stored procedure to insert the data into the database once the data was passed from the server. This was unfortunately a slower fail than we would have liked. In the hunt for information for building this stored procedure, much of the information related to using the JSON data type which is a relatively new feature to MySQL. This route was avoided for fear this would create issues elsewhere in the project as it would affect multiple areas. With multiple attempts this was simply not working and the complexity was beyond our level of expertise. We did not know it at the time but even if this had been worked out, we would have run into more issues with the change of our primary key further into the project. -It was at this point that Wyatt and Jacob announced that they had solved the issue with the PHP script. In that script, they used a row checker to see if the row had any data against any data we had, namely the UUID in question. If not, we would run one query with a conditional mentioned above in one table. Then, the other query which just inserted data was ran in a different table, regardless of the conditional was met or not. +It was at this point that Jacob and I announced that they had solved the issue with the PHP script. In that script, they used a row checker to see if the row had any data against any data we had, namely the UUID in question. If not, we would run one query with a conditional mentioned above in one table. Then, the other query which just inserted data was ran in a different table, regardless of the conditional was met or not. For me in particular, I was documenting code for "the software." It was pretty easy given that I've documented my own Python projects before. All documentation needs are string surrounded by three single quotes. So I don't get carpal tunnel, I wrote a Bash script to generate HTML pages using `pydoc` which is really nice. \ No newline at end of file diff --git a/src/header.php b/src/header.php index 8edc4d2..2b8b4d0 100644 --- a/src/header.php +++ b/src/header.php @@ -12,7 +12,7 @@

Wyatt J. Miller

-

version 1.2.7 "Velvet Thunder"

+

version 1.2.7 "Simon and Balthazar"