Normalize the fuel_types table
- Dominant language
- Python
- Stars
- 65
- Forks
- 11
- Avg merge
- 21h 25m
- Merged PRs (30d)
- 70
Description
**Describe the task**
Normalize the fuel_types table to allow for unique records for having nullable percent conifer, percent dead fir, and percent grass cure fields.
**Acceptance Criteria**
- [ ] Automatically derive specific criteria from the task description.
- [ ] Ensure the criteria are actionable and testable.
- [ ] Include any edge cases or special conditions mentioned in the description.
**Additional context**
- Add any other context about the task here.
- Or here
Contributor guide
Research direction
Start by locating the schema or migration that defines the fuel_types table and inspect its current uniqueness constraints and nullable fields. Determine how records with nullable percent conifer, percent dead fir, and percent grass cure values should be uniquely represented. Done means the table accepts the intended unique records and has tests or migration validation covering the nullable-field edge cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100