diff --git a/public/tmpimg/JMI.jpg b/public/tmpimg/JMI.jpg
new file mode 100644
index 0000000..273bbbc
Binary files /dev/null and b/public/tmpimg/JMI.jpg differ
diff --git a/src/boot/appwrite.ts b/src/boot/appwrite.ts
index 4923dc3..d4b7a46 100644
--- a/src/boot/appwrite.ts
+++ b/src/boot/appwrite.ts
@@ -16,13 +16,16 @@ const client = new Client();
client
.setEndpoint(process.env.APPWRITE_API_ENDPOINT)
.setProject(process.env.APPWRITE_API_PROJECT);
-//TODO move this to config file
+//TODO move this to config file
const AppwriteIds = {
databaseId: '65ee1cbf9c2493faf15f',
- collectionIdTask: '65ee1cd5b550023fae4f',
- collectionIdTaskTags: '65ee21d72d5c8007c34c',
- collectionIdSkillTags: '66072582a74d94a4bd01',
+ collection: {
+ task: '65ee1cd5b550023fae4f',
+ taskTags: '65ee21d72d5c8007c34c',
+ skillTags: '66072582a74d94a4bd01',
+ boats: '66341910003e287cd71c',
+ },
};
const account = new Account(client);
diff --git a/src/components/boat/BoatPickerComponent.vue b/src/components/boat/BoatPickerComponent.vue
index c0e2d56..dad84dd 100644
--- a/src/components/boat/BoatPickerComponent.vue
+++ b/src/components/boat/BoatPickerComponent.vue
@@ -8,7 +8,7 @@
>
-
+
diff --git a/src/components/boat/BoatPreviewComponent.vue b/src/components/boat/BoatPreviewComponent.vue
index 3fba227..4cab86f 100644
--- a/src/components/boat/BoatPreviewComponent.vue
+++ b/src/components/boat/BoatPreviewComponent.vue
@@ -1,9 +1,9 @@
-
+
-
{{ boat.name }}
+
{{ boat.name }}
{{ boat.class }}
diff --git a/src/pages/schedule/BoatScheduleView.vue b/src/pages/schedule/BoatScheduleView.vue
index b93bfbb..6174dd3 100644
--- a/src/pages/schedule/BoatScheduleView.vue
+++ b/src/pages/schedule/BoatScheduleView.vue
@@ -124,6 +124,7 @@ function onClickHeadDay(data) {