From 3e5b3f256ae6d9e009735eacabbb15555c91245f Mon Sep 17 00:00:00 2001 From: ingalls Date: Mon, 25 Mar 2024 11:46:43 -0600 Subject: [PATCH 1/4] Update frontpage Icons --- api/schema/collections.json | 8 +-- api/schema/job.json | 18 +++--- api/schema/results.json | 10 +-- api/schema/users.json | 18 +++--- api/web/src/components/Data.vue | 78 +++++++++++------------ api/web/src/components/util/LayerIcon.vue | 20 +++--- 6 files changed, 76 insertions(+), 76 deletions(-) diff --git a/api/schema/collections.json b/api/schema/collections.json index 7754027e..f51db705 100644 --- a/api/schema/collections.json +++ b/api/schema/collections.json @@ -5,9 +5,6 @@ "id": { "$ref": "./collections/id.json" }, - "size": { - "$ref": "./collections/size.json" - }, "name": { "$ref": "./collections/name.json" }, @@ -17,16 +14,19 @@ "created": { "$ref": "./collections/created.json" }, + "size": { + "$ref": "./collections/size.json" + }, "human": { "$ref": "./collections/human.json" } }, "required": [ "id", - "size", "name", "sources", "created", + "size", "human" ] } \ No newline at end of file diff --git a/api/schema/job.json b/api/schema/job.json index f4d89652..e97ca055 100644 --- a/api/schema/job.json +++ b/api/schema/job.json @@ -5,12 +5,6 @@ "id": { "$ref": "./job/id.json" }, - "size": { - "$ref": "./job/size.json" - }, - "license": { - "$ref": "./job/license.json" - }, "run": { "$ref": "./job/run.json" }, @@ -52,12 +46,16 @@ }, "version": { "$ref": "./job/version.json" + }, + "size": { + "$ref": "./job/size.json" + }, + "license": { + "$ref": "./job/license.json" } }, "required": [ "id", - "size", - "license", "run", "map", "created", @@ -71,6 +69,8 @@ "stats", "count", "bounds", - "version" + "version", + "size", + "license" ] } \ No newline at end of file diff --git a/api/schema/results.json b/api/schema/results.json index e70ac8da..5c63dfa9 100644 --- a/api/schema/results.json +++ b/api/schema/results.json @@ -5,9 +5,6 @@ "id": { "$ref": "./results/id.json" }, - "fabric": { - "$ref": "./results/fabric.json" - }, "source": { "$ref": "./results/source.json" }, @@ -22,15 +19,18 @@ }, "job": { "$ref": "./results/job.json" + }, + "fabric": { + "$ref": "./results/fabric.json" } }, "required": [ "id", - "fabric", "source", "updated", "layer", "name", - "job" + "job", + "fabric" ] } \ No newline at end of file diff --git a/api/schema/users.json b/api/schema/users.json index 7e522956..93f18189 100644 --- a/api/schema/users.json +++ b/api/schema/users.json @@ -5,12 +5,6 @@ "id": { "$ref": "./users/id.json" }, - "created": { - "$ref": "./users/created.json" - }, - "level": { - "$ref": "./users/level.json" - }, "access": { "$ref": "./users/access.json" }, @@ -26,19 +20,25 @@ "password": { "$ref": "./users/password.json" }, + "created": { + "$ref": "./users/created.json" + }, "validated": { "$ref": "./users/validated.json" + }, + "level": { + "$ref": "./users/level.json" } }, "required": [ "id", - "created", - "level", "access", "flags", "username", "email", "password", - "validated" + "created", + "validated", + "level" ] } \ No newline at end of file diff --git a/api/web/src/components/Data.vue b/api/web/src/components/Data.vue index 89295cf7..2b7309e6 100644 --- a/api/web/src/components/Data.vue +++ b/api/web/src/components/Data.vue @@ -8,16 +8,16 @@

New Features

-
- +
+ Buildings
-
- +
+ Addresses
-
- +
+ Parcels
@@ -36,7 +36,7 @@

Data Collections

- +
@@ -56,7 +56,7 @@
- +
@@ -72,13 +72,13 @@

Individual Sources

- - + + - - + + - +
@@ -127,14 +127,14 @@ - - - + + +
- +
@@ -156,7 +156,7 @@ From ec4f8ab6e6c4f613997f160651b53c7f82d92e7b Mon Sep 17 00:00:00 2001 From: ingalls Date: Mon, 25 Mar 2024 11:48:13 -0600 Subject: [PATCH 2/4] Center Text in Div --- api/web/src/components/Data.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api/web/src/components/Data.vue b/api/web/src/components/Data.vue index 2b7309e6..c1a518e4 100644 --- a/api/web/src/components/Data.vue +++ b/api/web/src/components/Data.vue @@ -59,7 +59,6 @@
- @@ -142,11 +141,11 @@