Geo-Web-Project / cadastre

Map-based interface for claiming, buying, and managing Geo Web land parcels.
https://geoweb.land/
MIT License
26 stars 15 forks source link

Add validation for `For Sale Price` on reclaims/foreclosure #320

Closed gravenp closed 1 year ago

gravenp commented 1 year ago

Description When foreclosure auction claims are made, the entered For Sale Price should be greater than or equal to the current auction bid required. If the auction bid is less than .005, the For Sale Price should be greater than or equal to the .005 minimum. These requirements are enforced by the contracts, but we should add validation to the Cadastre as is done with the Fair Launch.

See mock-up below:

Foreclosure Auction Validation