rogerlmain / Timelog

0 stars 0 forks source link

Add project estimate field #106

Open rexthestrange opened 2 years ago

rexthestrange commented 2 years ago

Add a project estimate field to projects. This entails:

Adding a new field to the "projects" table in the database. Adding a new number field to the Projects page. Wiring the two together.

rexthestrange commented 2 years ago

If using Git or Jira, total task estimates should constitute the overall project estimate (if viable). Address this when implementing #34 and #35.