Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Projects] - delete a task you created
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
At the moment, the only person who can delete a task is a lead on the corresponding team. However, we want to make it so that the creator of a task can delete the task as well.
Acceptance Criteria
- the creator of a task can delete the task, even if they aren't a lead
- no other functionality is affected (i.e. other than the creator, only a lead on the relevant team can delete the task)
Proposed Solution
Find the logic for when deleting a task is disabled, and alter that so that the creator of the task can also delete it.
Mocks
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by locating the TypeScript logic that disables task deletion, then trace how creator and team-lead permissions are determined. The work is done when creators can delete their own tasks while non-creators still require relevant team-lead access, with no other behavior changed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100