Vertex3 / gseUW

University of Washington Gizinta Sync Engine
Other
0 stars 0 forks source link

If a building has been archived there should be no floors/floorpagetemplate #9

Open SteveGrise opened 7 years ago

SteveGrise commented 7 years ago

A concern has been raised that if a building is archived there can still be floors in the system.

aaronch commented 7 years ago

there are situation when floors are archived but not the whole building. The building and floor registry lists all buildings and floors that are active and should have data. Might be easier to use that for reference as the authoritative list.

SteveGrise commented 7 years ago

We probably need to run through how the bldg and floor data is currently being updated. There may be some gaps. For example, I see there are floorplan load batch files for each site but not archive batch files.

It would probably also be better to have a simple python script that looped through the list of sites and called the right functions in sequence rather than a pile of batch files that are almost the same.

SteveGrise commented 7 years ago

Steve work on a script