JonatanS / dunit

punchlist management app for Revit/ Dynamo created at the AECHackathon in NYC 2015
https://www.dunit.herokuapp.com
2 stars 2 forks source link

procure Revit files #6

Open mikeymicrophone opened 9 years ago

mikeymicrophone commented 9 years ago

The reason why all projects except the last one have no construction objects is because when a new file is ingested, all objects matching those revit_ids are updated, which also changes their project_id.

The system is not designed to ingest the same Revit file over and over ;)

We need more Revit files.

mikeymicrophone commented 9 years ago

You can see that logic on lines 29 and 38. https://github.com/JonatanS/dunit/blob/master/app/models/project.rb#L29-L38