Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Tasks] - Change ordering on columns in task view
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
- backlog should sort by high priority at the top to low at the bottom
- in progress should be a custom order that saves whatever order you drag the cards to be in
- done should sort by date it was moved to done (new at the top, old at the bottom)
Acceptance Criteria
The tasks are sorted according to those rules, cand can be drag / dropped around for the user. When dragging and dropping tasks, the order should be saved in localhost so if the user comes back to it it perserves the order
Proposed Solution
that
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
Start at the task view entry point and trace how the backlog, in-progress, and done columns currently render and handle drag-and-drop. Verify how task priority and the date a task moved to done are represented, then identify the existing localhost persistence mechanism. Done means each column follows its specified ordering and manually arranged in-progress tasks retain their order when revisiting the view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100