ucsc-2nd-year-group-22 / RanAswanu

This is the repository for implementing actual system with real UIs
0 stars 5 forks source link

Farmer Role Dev #134

Closed DDhanushka closed 3 years ago

DDhanushka commented 3 years ago

Had to use kind of naming convention.

/////////////////////// Naming Conventions for Farmer Controller

///////// dipslay and manage

// sellCropMng
// offerMng
// damageMng
// cropReqMng

///////// Forms - Create new 

// newSellCropForm
// newDmgClaimForm
// newCropReqForm

///////// Views - Forms - Update existing

// editSellCropForm
// editDmgClaimForm
// editCropReqForm

///////// Views - View content of one item

// viewSellCrop
// viewDmg
// viewCropReq
// viewOtherCrops
// viewFarmer

///////// Insert into DB

// insertCropReq
// insertSellCrop
// insertDmg
// insertOffer`
DDhanushka commented 3 years ago

This branch can be merged, let me know if anything wrong

DDhanushka commented 3 years ago

image

DDhanushka commented 3 years ago

image Crop req section is almost done !

DDhanushka commented 3 years ago

Check and merge the branch