commit
7c0d672e7e
4 changed files with 32 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "raceway",
|
"name": "raceway",
|
||||||
"version": "0.0.13",
|
"version": "0.0.14",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "raceway",
|
"name": "raceway",
|
||||||
"version": "0.0.13",
|
"version": "0.0.14",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@marzzelo/windir": "^1.2.3",
|
"@marzzelo/windir": "^1.2.3",
|
||||||
"next": "^16.3.0",
|
"next": "^16.3.0",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "raceway",
|
"name": "raceway",
|
||||||
"version": "0.0.13",
|
"version": "0.0.14",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,33 @@
|
||||||
"textStart": "10 AM",
|
"textStart": "10 AM",
|
||||||
"textEnd": "12 PM"
|
"textEnd": "12 PM"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Site Inspection Checklist",
|
||||||
|
"desc": "Conduct a thorough inspection of the site to identify any potential issues.",
|
||||||
|
"type": "4",
|
||||||
|
"timeStart": "12",
|
||||||
|
"timeEnd": "2",
|
||||||
|
"textStart": "12 PM",
|
||||||
|
"textEnd": "2 PM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Site Inspection Checklist",
|
||||||
|
"desc": "Conduct a thorough inspection of the site to identify any potential issues.",
|
||||||
|
"type": "4",
|
||||||
|
"timeStart": "2",
|
||||||
|
"timeEnd": "4",
|
||||||
|
"textStart": "2 PM",
|
||||||
|
"textEnd": "4 PM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Site Inspection Checklist",
|
||||||
|
"desc": "Conduct a thorough inspection of the site to identify any potential issues.",
|
||||||
|
"type": "4",
|
||||||
|
"timeStart": "4",
|
||||||
|
"timeEnd": "6",
|
||||||
|
"textStart": "4 PM",
|
||||||
|
"textEnd": "6 PM"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Closing Checklist",
|
"title": "Closing Checklist",
|
||||||
"desc": "Complete the closing checklist to ensure all equipment is properly shut down for the day and ready for tomorrow.",
|
"desc": "Complete the closing checklist to ensure all equipment is properly shut down for the day and ready for tomorrow.",
|
||||||
|
|
|
||||||
|
|
@ -112,6 +112,8 @@ export default function WeatherPage() {
|
||||||
{
|
{
|
||||||
title: "N/A",
|
title: "N/A",
|
||||||
desc: "No reminders",
|
desc: "No reminders",
|
||||||
|
timeStart: "--",
|
||||||
|
timeEnd: "--",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue