Skip to content

Commit

Permalink
Minor Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
anobongjimwel committed Oct 11, 2018
1 parent 73c40a4 commit ca16245
Show file tree
Hide file tree
Showing 8 changed files with 121 additions and 332 deletions.
417 changes: 88 additions & 329 deletions .idea/workspace.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dashboard.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Pulut-Pukyutan!</title>
<title>Pulut-Pukyutan Unit</title>
<?php include_once 'helpers/gen-inc.php' ?>
<?php
include_once 'classes/Logger.php';
Expand Down
3 changes: 3 additions & 0 deletions logs/biodegradeable/log_10112018.log
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
[Oct 11 2018, 01: 24] Object 'leather' now categorized as biodegradeable
[Oct 11 2018, 08: 02] Object 'banana peel' failed to categorize as biodegradeable
[Oct 11 2018, 08: 02] Object 'rice' now categorized as biodegradeable
[Oct 11 2018, 17: 49] Object 'guava peel' now categorized as biodegradeable
15 changes: 15 additions & 0 deletions logs/log_10112018.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,18 @@
[Oct 11 2018, 01: 24] Message 10112018-jxFp73QkxK sent: "Object 'leather' now categorized as biodegradeable".
[Oct 11 2018, 02: 08] Object 'aluminum' now categorized as non-biodegradeable
[Oct 11 2018, 02: 08] Message 10112018-b454xVG9TI sent: "Object 'aluminum' now categorized as non-biodegradeable".
[Oct 11 2018, 07: 58] Object 'plastic' failed to categorize as non-biodegradeable
[Oct 11 2018, 07: 58] Message 10112018-Jmgv673XRt sent: "Object 'plastic' failed to categorize as non-biodegradeable".
[Oct 11 2018, 07: 59] Object 'rubber' now categorized as non-biodegradeable
[Oct 11 2018, 07: 59] Message 10112018-uM07eJy14R sent: "Object 'rubber' now categorized as non-biodegradeable".
[Oct 11 2018, 08: 01] Contact number (09756579414) for this unit has been successfully set.
[Oct 11 2018, 08: 02] Object 'banana peel' failed to categorize as biodegradeable
[Oct 11 2018, 08: 02] Message 10112018-hrlvYnuOK6 sent: "Object 'banana peel' failed to categorize as biodegradeable".
[Oct 11 2018, 08: 02] Object 'rice' now categorized as biodegradeable
[Oct 11 2018, 08: 02] Message 10112018-YoJNcZeL5L sent: "Object 'rice' now categorized as biodegradeable".
[Oct 11 2018, 17: 49] Object 'guava peel' now categorized as biodegradeable
[Oct 11 2018, 17: 49] Message 10112018-TJhqTZiv94 sent: "Object 'guava peel' now categorized as biodegradeable".
[Oct 11 2018, 17: 50] Contact number (09489972596) for this unit has been successfully set.
[Oct 11 2018, 17: 51] Object 'bottle' now categorized as non-biodegradeable
[Oct 11 2018, 17: 51] Message 10112018-bVK0azdlUK sent: "Object 'bottle' now categorized as non-biodegradeable".
[Oct 11 2018, 17: 55] Contact number (09357267168) for this unit has been successfully set.
9 changes: 9 additions & 0 deletions logs/messages/log_10112018.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
[Oct 11 2018, 01: 24] Message 10112018-jxFp73QkxK sent: "Object 'leather' now categorized as biodegradeable".
[Oct 11 2018, 02: 08] Message 10112018-b454xVG9TI sent: "Object 'aluminum' now categorized as non-biodegradeable".
[Oct 11 2018, 07: 58] Message 10112018-Jmgv673XRt sent: "Object 'plastic' failed to categorize as non-biodegradeable".
[Oct 11 2018, 07: 59] Message 10112018-uM07eJy14R sent: "Object 'rubber' now categorized as non-biodegradeable".
[Oct 11 2018, 08: 01] Contact number (09756579414) for this unit has been successfully set.
[Oct 11 2018, 08: 02] Message 10112018-hrlvYnuOK6 sent: "Object 'banana peel' failed to categorize as biodegradeable".
[Oct 11 2018, 08: 02] Message 10112018-YoJNcZeL5L sent: "Object 'rice' now categorized as biodegradeable".
[Oct 11 2018, 17: 49] Message 10112018-TJhqTZiv94 sent: "Object 'guava peel' now categorized as biodegradeable".
[Oct 11 2018, 17: 50] Contact number (09489972596) for this unit has been successfully set.
[Oct 11 2018, 17: 51] Message 10112018-bVK0azdlUK sent: "Object 'bottle' now categorized as non-biodegradeable".
[Oct 11 2018, 17: 55] Contact number (09357267168) for this unit has been successfully set.
3 changes: 3 additions & 0 deletions logs/nonbiodegradeable/log_10112018.log
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
[Oct 11 2018, 02: 08] Object 'aluminum' now categorized as non-biodegradeable
[Oct 11 2018, 07: 58] Object 'plastic' failed to categorize as non-biodegradeable
[Oct 11 2018, 07: 59] Object 'rubber' now categorized as non-biodegradeable
[Oct 11 2018, 17: 51] Object 'bottle' now categorized as non-biodegradeable
2 changes: 1 addition & 1 deletion schedules.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Pulut-Pukyutan!</title>
<title>Collection Schedules</title>
<?php include_once 'helpers/gen-inc.php' ?>
</head>

Expand Down
2 changes: 1 addition & 1 deletion unitDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Pulut-Pukyutan!</title>
<title>Pulot-Pukyutan Unit SN-48X53Z</title>
<?php include_once 'helpers/gen-inc.php' ?>
</head>
<body>
Expand Down

0 comments on commit ca16245

Please sign in to comment.