
The Front of the Sunshine House
The story of the Sunshine House begins with an effort by the Fledge and hundreds of community members to stop the sale of scattered houses to SK Investment by the Lansing Housing Commission. Needless to say, we were not able to stop them, so we created our own regenerative system to start to acquire local housing for local people. We currently own three houses. We house 7 people. We have 19 people with collective ownership of the houses: Jerry Norris Shannon Norris Marshall Kelly Tonya Matt Zarka Zero Rain Norris Martin Carter Alan Fox Ross
digraph { # To refactor nodes, place the cursor left to a node name CreateDAO -> SellNFTs CreateDAO -> IdentifyHouse IdentifyHouse -> PurchaseHouse SellNFTs -> BuildTreasury [color=green] BuildTreasury -> PurchaseHouse [color=red] PurchaseHouse -> ReceiveTitle ReceiveTitle -> RepairHouse [color=red] BuildTreasury -> RepairHouse [color=red] RepairHouse-> PassRentalInspection PassRentalInspection -> BuildTreasury [color=red] PassRentalInspection -> IdentifyTenant IdentifyTenant -> SignLease SignLease -> CollectRent CollectRent -> DistributeRentNFT CollectRent -> BuildTreasury [color=green] Maintenance -> BuildTreasury [color=red] BuildTreasury -> PayTaxes [color=red] ReviewTreasury -> BuildTreasury ReviewTreasury -> ProposeProject ProposeProject -> Vote Vote -> ExecuteProject BuildTreasury -> ExecuteProject [color=red] SellHouse -> BuildTreasury [color=green] BuildTreasury -> DistriputeProceeds [color=red] DistriputeProceeds -> END ; # Get completion when assigning a shape or color BuildTreasury [shape=box, color=green]; END [shape=box3d] PayTaxes; # You can remove optional ; by placing the cursor left to a semicolon }