-
Notifications
You must be signed in to change notification settings - Fork 2
Implement the editById(int id, Task taskFor) method to update a task #4
Copy link
Copy link
Closed
Description
Is implemented by #34
See the code near this line:
public Task editById(int id, Task taskFor) { //TODO: Implement the editById(int id, Task taskFor) method to update a task
Also, look for the number of this issue in the project code base.
Heads Up!
Accordingly to the discussion #13 , the issue #11 is now to be considered as part of this issue. #11 reads:
See the code near this line:
public void update(int idFrom, Task taskFor) { //TODO: Implement update(int idFrom, Task taskFor) to update a task in DB.
Also, look for the number of this issue in the project code base.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels