Gameday parking is a metadata type of item and should be in the metadata of the object. It is currently a hard coded idea and should fall inline with the other metadata fields and appropriate actions should be taken to restore functionality. Places, Shapes, and View all support metadata fields and we would set up a new field of Parking Percentage for all parking typed items.
[ ] Remove percentfull from the place model.
[ ] Remove gamedaymanager(), updatePercent() from the public and relative views. A replacement view for generalized quick metadata value updating should be added to replace this
[ ] Remove gamedaytourmode() the quick ref would take this place
[ ] Add generalized quick metadata value updating view with new methods like set_metadata( STRING name, DYNAMIC value)
Gameday parking is a metadata type of item and should be in the metadata of the object. It is currently a hard coded idea and should fall inline with the other metadata fields and appropriate actions should be taken to restore functionality. Places, Shapes, and View all support metadata fields and we would set up a new field of
Parking Percentage
for all parking typed items.percentfull
from theplace
model.gamedaymanager()
,updatePercent()
from thepublic
and relative views. A replacement view for generalized quick metadata value updating should be added to replace thisgamedaytourmode()
the quick ref would take this placeset_metadata( STRING name, DYNAMIC value)