Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Snapshots in BCF #546

Open
2 tasks done
chrisbim opened this issue Dec 19, 2024 · 0 comments
Open
2 tasks done

Add Support for Snapshots in BCF #546

chrisbim opened this issue Dec 19, 2024 · 0 comments
Labels
feature Something new that we could do

Comments

@chrisbim
Copy link

chrisbim commented Dec 19, 2024

Description 📝

Currently, the library supports various BCF operations (viewpoints, comments, and other issue data), but does not handle snapshots (images) associated with these viewpoints. In BCF workflows, snapshots are crucial for visualizing the context of an issue or viewpoint.
https://github.com/ThatOpen/engine_components/blob/main/packages/core/src/openbim/BCFTopics/index.ts

Suggested solution 💡

  • Introduce a mechanism to import and export snapshot images within BCF viewpoints.
  • Ensure the snapshots conform to the BCF standard file structure and naming conventions.
  • Add functionality to associate snapshots with specific viewpoints, so that when a viewpoint is loaded, the corresponding image is also accessible.

Alternative ⛕

No response

Additional context ☝️

No response

Validations ✅

  • Read the docs.
  • Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.
@chrisbim chrisbim added the feature Something new that we could do label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something new that we could do
Projects
None yet
Development

No branches or pull requests

1 participant