codersforcauses / codersforcauses/intermediate_team_3
Create Tasks Page
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Story
As a USER I want to be able to describe the tasks I have in the coming week(s).
As a USER I want to be able to create topics that I can use to organise my tasks.
## Requirements
- MUST allow for task creation, updating, and deletion
- MUST allow for topic creation, updating, and deletion
- MUST allow for topics to be assigned to tasks
- SHOULD show times assigned to it on the Schedule page
## Features
- [ ] Contains `Task` creation, updating, and deletion functionality.
- [ ] Displays which `Topic`s a `Task` belongs to.
- A `Task` can be assigned to multiple `Topic`s.
- [ ] Allows allocation of a `Time` to a `Task`, which can be repeating.
## Additional Functionality
- [ ] Allows grouping of `Task`s into `Topic`s.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.