Skip to content

Implement the editById(int id, Task taskFor) method to update a task #4

@pedr0limpio

Description

@pedr0limpio

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions