Basic Task CRUD #2

Closed
opened 2025-11-18 07:59:48 -06:00 by digimint · 2 comments
Owner
  • A user should be able to create a task in any workspace in which they are permitted to do so
  • A user should be able to view tasks in any workspace in which they are permitted to do so
  • A user should be able to edit a task in any workspace in which they are permitted to do so
  • A user should be able to delete a task in any workspace in which they are permitted to do so

The UI for editing and deleting tasks should, ideally, not require going to a new page.

- [x] A user should be able to create a task in any workspace in which they are permitted to do so - [x] A user should be able to view tasks in any workspace in which they are permitted to do so - [x] A user should be able to edit a task in any workspace in which they are permitted to do so - [x] A user should be able to delete a task in any workspace in which they are permitted to do so The UI for editing and deleting tasks should, ideally, not require going to a new page.
digimint added this to the Taskflower v0.1.0 project 2025-11-18 07:59:48 -06:00
Author
Owner

For now, edit and delete buttons will be links to web.task.edit and web.task.delete, respectively. Eventually, we'll probably want a jQuery-based solution for managing data tables.

For now, edit and delete buttons will be links to `web.task.edit` and `web.task.delete`, respectively. Eventually, we'll probably want a jQuery-based solution for managing data tables.
Author
Owner

Task edit and delete pages are working.

Task edit and delete pages are working.
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: digimint/taskflower#2
No description provided.