HashSlap-Summer-of-Code / HashSlap-Summer-of-Code/ex-tracker
Standardize Category Labels (e.g., "Food" vs "food")
- Dominant language
- C++
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Description:
Currently, categories are case-sensitive and inconsistent, resulting in duplicates like "Food" and "food".
Proposed Solution:
Normalize category inputs by capitalizing or lowercasing them.
On form submission, check and merge similar entries.
Benefits:
Cleaner data.
Prevents duplicate categories.
Enhances chart grouping and reporting.
Contributor guide
Research direction
Start by locating the category input and form-submission handling, then inspect how categories are used for chart grouping and reporting. Clarify whether capitalization or lowercasing is the project convention and how existing duplicates should merge. Done means equivalent labels no longer create separate categories and grouping remains consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flutter
- Domain
- data, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100