Skip to content

Switch priority types from strings to integers #15

@dcgoss

Description

@dcgoss

Instead of tracking task priority with words like “high”, “low”, etc, task priorities should be tracked with positive integers. Why? Simplicity and performance. It is much easier for a database to sort numbers than to convert words to numbers and then sort. It also simplifies the “vocabulary”, meaning the specific word used is not relevant - only the magnitude of number.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions