rogerlmain / Timelog

0 stars 0 forks source link

Add tasks #122

Open rexthestrange opened 2 years ago

rexthestrange commented 2 years ago

Add another layer "tasks" so that the selection is:

Add an Estimate field (can be linked to GIT / JIRA)

Required:

  1. Write specifications

  2. Update "tasks" database table:

    • Remove assignee_id
    • Add offshore_accounts varchar. No size limit - store values as json, for example:

      { github: 122, jira: 1 }

  3. Add "Tasks" button to main menu

  4. Reinstate Tasks selector control

  5. Create Tasks page

  6. Update Logging page to include tasks

  7. Assess reports based on task functionality and report requirements