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

File access dialog #640

Merged
merged 28 commits into from Mar 23, 2023
Merged

File access dialog #640

merged 28 commits into from Mar 23, 2023

Conversation

OlegMoshkovich
Copy link
Member

@OlegMoshkovich OlegMoshkovich commented Mar 3, 2023

This PR extends open dialog to include a select components for organization, repository and files.

@netlify
Copy link

netlify bot commented Mar 3, 2023

Deploy Preview for bldrs-share ready!

Name Link
🔨 Latest commit abddf05
🔍 Latest deploy log https://app.netlify.com/sites/bldrs-share/deploys/641c1afe8e37d600095c475d
😎 Deploy Preview https://deploy-preview-640--bldrs-share.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@OlegMoshkovich OlegMoshkovich force-pushed the fileSystem branch 2 times, most recently from d4161b0 to 93820d3 Compare March 14, 2023 13:58
@OlegMoshkovich OlegMoshkovich marked this pull request as ready for review March 15, 2023 21:31
@pablo-mayrgundter
Copy link
Member

Looking good!

May have found a bug.. opening ifctool/index.ifc shows an error in console and leaves the dialog open..

image

@OlegMoshkovich
Copy link
Member Author

Hmm - I wonder what that is about

src/Components/OpenModelControl.jsx Outdated Show resolved Hide resolved
src/Components/OpenModelControl.jsx Outdated Show resolved Hide resolved
src/Components/OpenModelControl.jsx Outdated Show resolved Hide resolved
src/Components/OpenModelControl.jsx Show resolved Hide resolved
src/__mocks__/api-handlers.js Show resolved Hide resolved
src/utils/GitHub.test.js Show resolved Hide resolved
Copy link
Member Author

@OlegMoshkovich OlegMoshkovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oo-bldrs PTAL

@oo-bldrs
Copy link
Contributor

@OlegMoshkovich Why are you returning @orgs instead of orgs?

Copy link
Member

@pablo-mayrgundter pablo-mayrgundter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few style things from me and then Ogali's unit test reqs and looks good to go

src/Components/OpenModelControl.jsx Show resolved Hide resolved
src/Components/OpenModelControl.jsx Outdated Show resolved Hide resolved
src/Components/Selector.jsx Show resolved Hide resolved
OlegMoshkovich and others added 6 commits March 22, 2023 21:38
* clean github functions

* add unit tests

* revert whitespace, check missed params in api handlers

* revert whitespaces of content in api handler
Copy link
Member Author

@OlegMoshkovich OlegMoshkovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pablo-mayrgundter you requested changes which are blocking the pr, but all of the comments have been resolved. can you please take a look.

@OlegMoshkovich OlegMoshkovich merged commit 907b209 into bldrs-ai:main Mar 23, 2023
6 checks passed
oogali pushed a commit to oo-bldrs/Share that referenced this pull request Mar 27, 2023
* add drop downs to the open dialog

* pulled selector into a separate component

* clean up

* add the tests

* style the open dialog

* add test for files

* address comments

* clean up

* updatee tests

* clean up logs

* subtract ...

* test

* and at symbol to the orgname

* add at symbol

* populate js doc description

* simplify selection logic

* revert the change

* change properties to include name

* fix the navigate path

* clean up

* simplify the navigate path

* Clean github functions (bldrs-ai#672)

* clean github functions

* add unit tests

* revert whitespace, check missed params in api handlers

* revert whitespaces of content in api handler

* few style chnages

---------

Co-authored-by: Ron <rondoor124@gmail.com>
oo-bldrs added a commit that referenced this pull request Mar 28, 2023
* Disallow use of console logging, alerts, and debugging

* Calling unimplemented methods should raise an exception

* Allow console logging for logic that only occurs in development and testing

* Allow console logging for CLI/build tooling

* Remove unnecessary console logging

* Convert console logging to debug statements

* Fix path for utils import

* File access dialog (#640)

* add drop downs to the open dialog

* pulled selector into a separate component

* clean up

* add the tests

* style the open dialog

* add test for files

* address comments

* clean up

* updatee tests

* clean up logs

* subtract ...

* test

* and at symbol to the orgname

* add at symbol

* populate js doc description

* simplify selection logic

* revert the change

* change properties to include name

* fix the navigate path

* clean up

* simplify the navigate path

* Clean github functions (#672)

* clean github functions

* add unit tests

* revert whitespace, check missed params in api handlers

* revert whitespaces of content in api handler

* few style chnages

---------

Co-authored-by: Ron <rondoor124@gmail.com>

* Update severity levels for particular debug calls

* Replace storybook with react-cosmos (#609)

* Replace storybook with react-cosmos.  Mostly working.

* Replace storybook with react-cosmos.  Mostly working.

* yarn build: both serve and cosmos.  Remove broken stories.

* yarn build-cosmos: clean build before build.  Obey NODE_ENV production or development settings.

* cosmos.webpack.js: use root serving path for standalone local dev but under /sb for prod.

* cosmos.webpack.js: more testing to put output under /sb in prod.

* Remove debug logging

* Remove HtmlPlugin from React Cosmos webpack config per random advice on internet.

* Testing cosmos build locations.

* Testing cosmos build locations 2.

* align rectangular button and change the order of notes (#683)

* VYZN: (feature) hide/unhide and temporary isolate IFC elements (#617)

* feat: custom viewer api

* subset list to dict

* remove log statement

* fix missing __getIFCViewerAPIMockSingleton

* pickByID new implementation

* fix: remove resetSelection guard to fix key down callback function lost state

* fix: reset selection guard back to fix failing tests and call the from the call back func changed

* subsets revisited

* unhide all hidden elements

* feature: ifc isolator component, incapsulates hide and isolate operations

* fix: ids loaded from meshes to insure having visual props

* fix: remove unused ifc classes imports

* fix: get express ids from model mesh  attributes for better performance

* fix: reset reveal upon unhide

* fix: turn off reveal on unhide all

* feat: hide/unhide icons in nav tree for spatial structures and root aggregators

* fix: failing unit tests

* linter fixes

* fix: reveal hidden elements material's depthTest

* re-evaluate reveal subset if on when hiding again

* fix: ifc viewer highlighter

* remove unused imports

* fix: disable hide icons on temp isolation mode

* reflect isoaltor status to selected elements store

* unit test for hide element by the tree icons

* toggle hide icon e2e test

* fix post processor

* fix failing cadview tests

* fix: placemarks broke the other post processing effects

* fix: remove singleton post-processor

* fix: space typo

* fix: disable lint error

* fix: maintain hidden elements when viewer changes

* fix: align hide icons to right

---------

Signed-off-by: Pablo Mayrgundter <pablo.mayrgundter@gmail.com>
Co-authored-by: Ibrahim Saad <ibrahim.saad@xbim.net>
Co-authored-by: OlegMoshkovich <oleg.mosh@gmail.com>
Co-authored-by: Pablo Mayrgundter <pablo.mayrgundter@gmail.com>

* Upgrade packages.  Fixup mui styling change to Dialog button.  Add fixtures for Dialog, About and fix ControlButton. (#682)

Signed-off-by: Pablo Mayrgundter <pablo.mayrgundter@gmail.com>

* Suppress eslint violation per Pablo (#688)

* Remove no-op ESLint rule control

---------

Signed-off-by: Pablo Mayrgundter <pablo.mayrgundter@gmail.com>
Co-authored-by: OlegMoshkovich <oleg.mosh@gmail.com>
Co-authored-by: Ron <rondoor124@gmail.com>
Co-authored-by: Pablo Mayrgundter <pablo.mayrgundter@gmail.com>
Co-authored-by: Ibrahim Saad <ibrahim.saad@xbim.net>
@OlegMoshkovich OlegMoshkovich deleted the fileSystem branch March 29, 2023 12:02
OlegMoshkovich added a commit to OlegMoshkovich/Share that referenced this pull request Mar 31, 2023
* Disallow use of console logging, alerts, and debugging

* Calling unimplemented methods should raise an exception

* Allow console logging for logic that only occurs in development and testing

* Allow console logging for CLI/build tooling

* Remove unnecessary console logging

* Convert console logging to debug statements

* Fix path for utils import

* File access dialog (bldrs-ai#640)

* add drop downs to the open dialog

* pulled selector into a separate component

* clean up

* add the tests

* style the open dialog

* add test for files

* address comments

* clean up

* updatee tests

* clean up logs

* subtract ...

* test

* and at symbol to the orgname

* add at symbol

* populate js doc description

* simplify selection logic

* revert the change

* change properties to include name

* fix the navigate path

* clean up

* simplify the navigate path

* Clean github functions (bldrs-ai#672)

* clean github functions

* add unit tests

* revert whitespace, check missed params in api handlers

* revert whitespaces of content in api handler

* few style chnages

---------

Co-authored-by: Ron <rondoor124@gmail.com>

* Update severity levels for particular debug calls

* Replace storybook with react-cosmos (bldrs-ai#609)

* Replace storybook with react-cosmos.  Mostly working.

* Replace storybook with react-cosmos.  Mostly working.

* yarn build: both serve and cosmos.  Remove broken stories.

* yarn build-cosmos: clean build before build.  Obey NODE_ENV production or development settings.

* cosmos.webpack.js: use root serving path for standalone local dev but under /sb for prod.

* cosmos.webpack.js: more testing to put output under /sb in prod.

* Remove debug logging

* Remove HtmlPlugin from React Cosmos webpack config per random advice on internet.

* Testing cosmos build locations.

* Testing cosmos build locations 2.

* align rectangular button and change the order of notes (bldrs-ai#683)

* VYZN: (feature) hide/unhide and temporary isolate IFC elements (bldrs-ai#617)

* feat: custom viewer api

* subset list to dict

* remove log statement

* fix missing __getIFCViewerAPIMockSingleton

* pickByID new implementation

* fix: remove resetSelection guard to fix key down callback function lost state

* fix: reset selection guard back to fix failing tests and call the from the call back func changed

* subsets revisited

* unhide all hidden elements

* feature: ifc isolator component, incapsulates hide and isolate operations

* fix: ids loaded from meshes to insure having visual props

* fix: remove unused ifc classes imports

* fix: get express ids from model mesh  attributes for better performance

* fix: reset reveal upon unhide

* fix: turn off reveal on unhide all

* feat: hide/unhide icons in nav tree for spatial structures and root aggregators

* fix: failing unit tests

* linter fixes

* fix: reveal hidden elements material's depthTest

* re-evaluate reveal subset if on when hiding again

* fix: ifc viewer highlighter

* remove unused imports

* fix: disable hide icons on temp isolation mode

* reflect isoaltor status to selected elements store

* unit test for hide element by the tree icons

* toggle hide icon e2e test

* fix post processor

* fix failing cadview tests

* fix: placemarks broke the other post processing effects

* fix: remove singleton post-processor

* fix: space typo

* fix: disable lint error

* fix: maintain hidden elements when viewer changes

* fix: align hide icons to right

---------

Signed-off-by: Pablo Mayrgundter <pablo.mayrgundter@gmail.com>
Co-authored-by: Ibrahim Saad <ibrahim.saad@xbim.net>
Co-authored-by: OlegMoshkovich <oleg.mosh@gmail.com>
Co-authored-by: Pablo Mayrgundter <pablo.mayrgundter@gmail.com>

* Upgrade packages.  Fixup mui styling change to Dialog button.  Add fixtures for Dialog, About and fix ControlButton. (bldrs-ai#682)

Signed-off-by: Pablo Mayrgundter <pablo.mayrgundter@gmail.com>

* Suppress eslint violation per Pablo (bldrs-ai#688)

* Remove no-op ESLint rule control

---------

Signed-off-by: Pablo Mayrgundter <pablo.mayrgundter@gmail.com>
Co-authored-by: OlegMoshkovich <oleg.mosh@gmail.com>
Co-authored-by: Ron <rondoor124@gmail.com>
Co-authored-by: Pablo Mayrgundter <pablo.mayrgundter@gmail.com>
Co-authored-by: Ibrahim Saad <ibrahim.saad@xbim.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

None yet

3 participants