Task List Enhancements

This commit is contained in:
2024-04-06 15:02:48 -04:00
parent b91ba39d06
commit 299ede4aa9
5 changed files with 110 additions and 35 deletions

View File

@@ -40,6 +40,8 @@ export const useTaskStore = defineStore('tasks', {
actions: {
async fetchTasks() {
try {
await this.fetchTaskTags();
await this.fetchSkillTags();
const response = await databases.listDocuments(
AppwriteIds.databaseId,
AppwriteIds.collectionIdTask