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

VYZN: Support for HTTPS data provider #647

Open
Adrian62D opened this issue Mar 10, 2023 · 0 comments · May be fixed by #719
Open

VYZN: Support for HTTPS data provider #647

Adrian62D opened this issue Mar 10, 2023 · 0 comments · May be fixed by #719
Assignees
Labels
enhancement New feature or request vyzn
Milestone

Comments

@Adrian62D
Copy link

Currently Bldrs supports two data sources for IFC models:

  1. Local file
  2. GitHub

The first data source supports reading data. The second data source supports reading data and (?) may support writing data in the future.

In addition there should be support for HTTPS as a data source to support use cases where IFC models are stored as a resource in the cloud and are available through an HTTPS URL. For example, a user in vyzn may sign-up with an account type other than GitHub (google workspace account, e-mail, ..) and may choose not to authorize any GitHub OAuth integrations. In this case the system needs to provide means to show 3D content even if GitHub is unavailable.

The existing Bldrs URL structure as documented here should be extended to support the "src" parameter:

http://host/share/v/src/${URL}
http://host/share/v/src/example.org%2Fblobs%2Fmyfile.ifc%3Fx%3D1%26y%3D2

This would load the file from https://example.org/blobs/myfile.ifc?x=1&y=2

@OlegMoshkovich OlegMoshkovich moved this to VYZN Backlog in bldrs.ai Mar 15, 2023
Adrian62D pushed a commit to vyzn-tech/vyzn-bldrs that referenced this issue Apr 13, 2023
Adrian62D added a commit to vyzn-tech/vyzn-bldrs that referenced this issue Apr 14, 2023
bldrs-ai#647 VYZN: Support for HTTPS data provider
@Adrian62D Adrian62D moved this from VYZN Backlog to * In Progress in bldrs.ai May 3, 2023
@Adrian62D Adrian62D self-assigned this May 3, 2023
@Adrian62D Adrian62D linked a pull request May 9, 2023 that will close this issue
@Adrian62D Adrian62D moved this from * In Progress to In Review Tickets in bldrs.ai May 9, 2023
maurii90 pushed a commit to vyzn-tech/vyzn-bldrs that referenced this issue May 30, 2023
@pablo-mayrgundter pablo-mayrgundter added enhancement New feature or request and removed feature request labels Mar 11, 2024
@OlegMoshkovich OlegMoshkovich added this to the Vyzn milestone Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vyzn
Projects
No open projects
Status: In Review Tickets
Development

Successfully merging a pull request may close this issue.

3 participants