Page MenuHomePhabricator

Add a "points" field to tasks
ClosedPublic

Authored by epriestley on Feb 8 2016, 10:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 12:56 AM
Unknown Object (File)
Fri, Apr 26, 7:18 PM
Unknown Object (File)
Sat, Apr 13, 5:42 AM
Unknown Object (File)
Mar 21 2024, 7:40 AM
Unknown Object (File)
Feb 10 2024, 10:48 PM
Unknown Object (File)
Feb 5 2024, 9:53 PM
Unknown Object (File)
Feb 4 2024, 10:19 AM
Unknown Object (File)
Jan 19 2024, 2:18 AM
Subscribers
None

Details

Reviewers
chad
Commits
Restricted Diffusion Commit
rPe9f3807cf53f: Add a "points" field to tasks
Summary

Currently never read or written.

Supports fractions.

There's no such thing as an unsigned double so this also supports negative values, technically, although I'll eventually prevent this in the UI.

Test Plan

bin/storage upgrade, then created and edited a task. Nothing was different.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Add a "points" field to tasks.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Feb 8 2016, 10:32 PM
This revision was automatically updated to reflect the committed changes.