Open Stephen-Kimoi opened 4 months ago
Add a new filed in the farmer struct for storing tags. The farmer should also be able to delete the tags
This is how it looks on the frontend
Changes Implemented:
Added vector for tags to Farmer Struct. Created function add_tag. Created Function delete_tag. @Stephen-Kimoi
Great job!
Add a new filed in the farmer struct for storing tags. The farmer should also be able to delete the tags
This is how it looks on the frontend