Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.33 KB

Priority List for functionnality:

  • MAKE SURE OUR CODE COMPILES (-20%)
    Not actually a task, just a reminder

  • Add task with name and description (8%)

  • Modify a task (5%)

  • Delete task (5%)

  • Can see obtained points (5%)
    Right now, we can see the user points in the userDetail and also on the spinner-change-user.

  • Can list all task assigned to a user (7%) Should be fixed. Not in the most elegant way, but fixed

  • Can list all tasks associated to a group (7%)

  • Change the state of a task (5%)
    Right now, we change the pseudo-state (un/assigned) by un/assigning a user and also by deleting (cancelled), cancelling (cancelled) and completing (completed).

  • Can assing task to user (6%)

  • Can unassign task from user (6%)

  • Affect ressources (tools) to a Task (6%)
    Right now, only on the onCreate of a task or onUpdate.

  • Remove ressources (tools) from Task (6%)
    Right now, only on the onUpdate of a task.

  • See all tools necessary for all tasks of a group (family) (6%)

---------BONUS----------

  • Authentification of users (+8%)

  • Can see all tasks on a calendar (+8%)