Skip to content

Implement Delete Assignment Feature #5

@swaparup36

Description

@swaparup36

Users can add and complete assignments, but there's no way to delete them.

Task:

  • Add delete_assignment() method in StudentManager class
  • Add CLI command in main.py to call this method
  • Handle case when assignment doesn't exist
  • Update README with new command usage

Expected Usage:

python main.py delete "Math Homework"

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions