Azurekuz / RPG-Task-Manager

A COMP345 Agile project dedicated towards creating a gamified RPG task manager.
MIT License
4 stars 1 forks source link

User <--> TaskManager functionality #69

Open E-3P0 opened 4 years ago

E-3P0 commented 4 years ago

Currently TaskManager stores all tasklists - instead each user should have their own set of tasklists (default task pool stays in TaskManager). This means that the TaskUI will have to load in both the TaskManager and the current User. TaskManager functions will have to refer to the User object's tasklists