add edit modal for tasks and clients, fixes ST-233

This commit is contained in:
Gregor Vostrak
2024-06-04 19:27:29 +02:00
parent 81e3ffd921
commit ded58f8bd6
14 changed files with 270 additions and 46 deletions

View File

@@ -49,3 +49,5 @@ test('test that creating and deleting a new client via the modal works', async (
newClientName
);
});
// TODO: Add Name Update Test

View File

@@ -71,3 +71,5 @@ test('test that creating and deleting a new project via the modal works', async
// Edit Project with billable rate
// Edit Project Member Billable Rate
// Edit Task Name

View File

@@ -107,3 +107,5 @@ test('test that creating and deleting a new tag in a new project works', async (
// Test that project task count is displayed correctly
// Test that active / archive / all filter works (once implemented)
// Test update task name