Investa-Farm / investafarm-canisters

Backend canisters for investa farm
https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.icp0.io/?id=4c3lo-haaaa-aaaam-adi5q-cai
0 stars 0 forks source link

Adding more fields to the farmer struct #36

Open Stephen-Kimoi opened 4 months ago

Stephen-Kimoi commented 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 image

GSuleh commented 3 months ago

Changes Implemented:

Added vector for tags to Farmer Struct. Created function add_tag. Created Function delete_tag. @Stephen-Kimoi

Stephen-Kimoi commented 3 months ago

Great job!