BCF export - #311
Draft
Ghesselink wants to merge 2 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add experimental BCF 2.1 export of validation outcomes
GET /api/v1/validationrequest/<id>/bcf(token auth) + BFF equivalent forthe UI; generated on-the-fly, no storage, no migrations. Download buttons on
the report page and dashboard.
(cap noted in the description). Allowlisted outcomes are excluded, same as
the report UI.
to the nearest parent IfcProduct via inverse relations. Viewpoints select the
element in the viewer; each ships a ~2KB placeholder snapshot (see design
question 4).
bcf-client(installed with--no-deps)..
Design thoughts / open questions
We checked how the existing ecosystem handles these; references inline.
11th occurrence. How to group? e.g. content
normalization per rule, a cap within groups, or something else.
ifctester puts
IfcClass - Name - reason - GlobalIdin the topic title,which survives truncation. Proposal: do the same here.
elements only. Here we additionally try the parent-walk first, then fall back to
a topic without viewpoint. Spec allows any IfcGuid
(BCF-XML#182).
~0.07s/MB, ~12x file size in RAM). Structural fix: the RocksDB store from
#228.