Closed justinjandoc closed 1 year ago
Please do work for this task in a branch named issue-20
Within the "data_model" directory, please create a file named "item_db.dart"
[ ] Each "item" entry should have the following elements:
id (string?)
icon (icon? string?)
name (string)
users (list of user id's)
tasks (list of task id's, default=[])
[ ] Create at least three instances
[ ] Create needed methods (getItem, getUsers, getTasks, etc)
Please do work for this task in a branch named issue-20
Within the "data_model" directory, please create a file named "item_db.dart"
[ ] Each "item" entry should have the following elements:
id (string?)
icon (icon? string?)
name (string)
users (list of user id's)
tasks (list of task id's, default=[])
[ ] Create at least three instances
[ ] Create needed methods (getItem, getUsers, getTasks, etc)