-
Notifications
You must be signed in to change notification settings - Fork 1
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
Formatting ideas for front end #164
Comments
tiwa1154
pushed a commit
that referenced
this issue
Aug 25, 2023
HadleyKing
pushed a commit
that referenced
this issue
Aug 25, 2023
HadleyKing
added a commit
that referenced
this issue
Oct 16, 2023
* Update for Login Changes to be committed: modified: client/src/components/bcodbs/SearchResults.js modified: client/src/components/builder/index.js modified: client/src/slices/bcoSlice.js * About update (#153) * GA4 added * For demostration use, updated GA4, updated Navigation header icons * Changed all SAVE button to Next on the Builder page * Switch Dinos's to Luis and moved Dinos to previous member --------- Co-authored-by: tianywan819 <[email protected]> * Update localDeployment.md * Update localDeployment.md * Icons reformatted for Nav Bar. fix #164 * Add quickSearch to Nav bar Changes to be committed: modified: client/package-lock.json modified: client/package.json modified: client/src/components/bcodbs/SearchOptions.js new file: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout/NavBar.js * Fix messaging for extension domain errors RE #149 Changes to be committed: modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Update bco.service.js for HTTPS Fix #149 * I/O domain error additional properties Fix #140 Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/ioDomain.js modified: client/src/layouts/MainLayout/AppDropDown.js modified: client/src/layouts/MainLayout/DocDropDown.js modified: client/src/layouts/MainLayout/HelpDropDown.js * Remove `object_id` from uploaded BCO Fix #148 Changes to be committed: modified: client/src/components/fileHandeling.js * Description Domain Xref Fix #139 Changes to be committed: modified: client/src/components/builder/descriptionDomain.js * Formatting for quickSearch Changes to be committed: modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout/NavBar.js * Fix error * 1st pass Added new routs for viewers removed styles from functions and added to App.css reorganized styles directory Changes to be committed: modified: client/src/App.css modified: client/src/App.js modified: client/src/components/builder/treeView.js modified: client/src/components/prefix/PrefixSearch.js modified: client/src/components/quickSearch.js renamed: client/src/layouts/MainLayout/NavBar.js -> client/src/layouts/MainLayout/MainNavBar.js modified: client/src/layouts/MainLayout/index.js deleted: client/src/layouts/ObjectViewLayout/NavBar/NavItem.js deleted: client/src/layouts/ObjectViewLayout/NavBar/ObjectOptions.js deleted: client/src/layouts/ObjectViewLayout/NavBar/index.js new file: client/src/layouts/ObjectViewLayout/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout/index.js renamed: client/src/layouts/MainLayout/AppDropDown.js -> client/src/layouts/shared/AppDropDown.js renamed: client/src/layouts/MainLayout/DocDropDown.js -> client/src/layouts/shared/DocDropDown.js renamed: client/src/layouts/MainLayout/HelpDropDown.js -> client/src/layouts/shared/HelpDropDown.js modified: client/src/routes.js deleted: client/src/styles.css * Updates to NavBar Changes to be committed: modified: client/src/App.css renamed: client/src/layouts/MainLayout/index.js -> client/src/layouts/MainLayout.js deleted: client/src/layouts/MainLayout/MainNavBar.js new file: client/src/layouts/MainNavBar.js renamed: client/src/layouts/ObjectViewLayout/ObjectNavBar.js -> client/src/layouts/ObjectNavBar.js new file: client/src/layouts/ObjectViewLayout.js deleted: client/src/layouts/ObjectViewLayout/index.js * Static Sidebar implemented Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/index.js new file: client/src/components/builder/indexOld.js modified: client/src/components/builder/rawJson.js modified: client/src/components/viewer/cardViews.js modified: client/src/components/viewer/index.js modified: client/src/layouts/MainNavBar.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js new file: client/src/layouts/objectSideBar.js modified: client/src/routes.js * Update to MainLayout Changes to be committed: modified: client/src/App.css modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout.js * Saving Changes Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js deleted: client/src/components/fileHandeling.js modified: client/src/components/quickSearch.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js modified: client/src/layouts/objectSideBar.js deleted: client/src/layouts/shared/BottomBar.js deleted: client/src/layouts/shared/NavItem.js deleted: client/src/layouts/shared/NewsBar/index.js new file: client/src/layouts/shared/ToolsDropDown.js deleted: client/src/layouts/shared/TopBar.js modified: client/src/slices/bcoSlice.js * Added prefix select Changes to be committed: modified: client/src/layouts/ObjectNavBar.js modified: client/src/slices/prefixSlice.js * Moved `Next` button Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js new file: client/src/components/builder/errorDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js modified: client/src/components/builder/rawJson.js modified: client/src/components/builder/treeView.js modified: client/src/components/builder/usabilityDomain.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/objectSideBar.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Fix for Rendered more hooks than during the previous render. Changes to be committed: modified: client/src/components/quickSearch.js * Fix "Rendered more hooks than during the previous render." Changes to be committed: modified: client/src/components/quickSearch.js * Fix rendering issues. Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/quickSearch.js modified: client/src/layouts/shared/AppDropDown.js modified: client/src/slices/bcoSlice.js * Test views (#215) * 1st pass Added new routs for viewers removed styles from functions and added to App.css reorganized styles directory Changes to be committed: modified: client/src/App.css modified: client/src/App.js modified: client/src/components/builder/treeView.js modified: client/src/components/prefix/PrefixSearch.js modified: client/src/components/quickSearch.js renamed: client/src/layouts/MainLayout/NavBar.js -> client/src/layouts/MainLayout/MainNavBar.js modified: client/src/layouts/MainLayout/index.js deleted: client/src/layouts/ObjectViewLayout/NavBar/NavItem.js deleted: client/src/layouts/ObjectViewLayout/NavBar/ObjectOptions.js deleted: client/src/layouts/ObjectViewLayout/NavBar/index.js new file: client/src/layouts/ObjectViewLayout/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout/index.js renamed: client/src/layouts/MainLayout/AppDropDown.js -> client/src/layouts/shared/AppDropDown.js renamed: client/src/layouts/MainLayout/DocDropDown.js -> client/src/layouts/shared/DocDropDown.js renamed: client/src/layouts/MainLayout/HelpDropDown.js -> client/src/layouts/shared/HelpDropDown.js modified: client/src/routes.js deleted: client/src/styles.css * Updates to NavBar Changes to be committed: modified: client/src/App.css renamed: client/src/layouts/MainLayout/index.js -> client/src/layouts/MainLayout.js deleted: client/src/layouts/MainLayout/MainNavBar.js new file: client/src/layouts/MainNavBar.js renamed: client/src/layouts/ObjectViewLayout/ObjectNavBar.js -> client/src/layouts/ObjectNavBar.js new file: client/src/layouts/ObjectViewLayout.js deleted: client/src/layouts/ObjectViewLayout/index.js * Static Sidebar implemented Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/index.js new file: client/src/components/builder/indexOld.js modified: client/src/components/builder/rawJson.js modified: client/src/components/viewer/cardViews.js modified: client/src/components/viewer/index.js modified: client/src/layouts/MainNavBar.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js new file: client/src/layouts/objectSideBar.js modified: client/src/routes.js * Update to MainLayout Changes to be committed: modified: client/src/App.css modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout.js * Saving Changes Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js deleted: client/src/components/fileHandeling.js modified: client/src/components/quickSearch.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js modified: client/src/layouts/objectSideBar.js deleted: client/src/layouts/shared/BottomBar.js deleted: client/src/layouts/shared/NavItem.js deleted: client/src/layouts/shared/NewsBar/index.js new file: client/src/layouts/shared/ToolsDropDown.js deleted: client/src/layouts/shared/TopBar.js modified: client/src/slices/bcoSlice.js * Added prefix select Changes to be committed: modified: client/src/layouts/ObjectNavBar.js modified: client/src/slices/prefixSlice.js * Moved `Next` button Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js new file: client/src/components/builder/errorDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js modified: client/src/components/builder/rawJson.js modified: client/src/components/builder/treeView.js modified: client/src/components/builder/usabilityDomain.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/objectSideBar.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Fix for Rendered more hooks than during the previous render. Changes to be committed: modified: client/src/components/quickSearch.js * Fix "Rendered more hooks than during the previous render." Changes to be committed: modified: client/src/components/quickSearch.js * Fix rendering issues. Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/quickSearch.js modified: client/src/layouts/shared/AppDropDown.js modified: client/src/slices/bcoSlice.js * Initial commit Changes to be committed: deleted: server/tests/db.test.sqlite3 new file: server/tests/fixtures/test_data.json deleted: server/tests/test_authentication.py deleted: server/tests/test_bcodb.py deleted: server/tests/test_users.py new file: server/tests/test_views/__init__.py new file: server/tests/test_views/test_auth_register.py modified: server/users/apis.py * Test and document `/users/auth/register/` Fix #200 Changes to be committed: modified: server/tests/test_views/test_auth_register.py modified: server/users/apis.py * Fix quickSearch Changes to be committed: modified: client/src/components/quickSearch.js * Password reset email fixes Routs.js updated because of conflict with Django, settings.py and .secrets changed to have server_URL, link for email changed Changes to be committed: modified: client/src/routes.js modified: server/.secrets.example modified: server/authentication/apis.py modified: server/portaluserdb/settings.py * Create .gitgaurdian * Update .gitgaurdian * Added fixture for testing on test.portal Changes to be committed: renamed: server/admin/db.sqlite3.dev -> admin/db.sqlite3.dev renamed: server/admin/users.tsv -> admin/users.tsv new file: server/portaluserdb/fixtures/test_portal.json renamed: server/tests/fixtures/test_data.json -> server/tests/fixtures/testing_data.json modified: server/tests/test_views/test_auth_register.py * Update test_portal.json Changes to be committed: modified: server/portaluserdb/fixtures/test_portal.json * Updated testing fixtures Changes to be committed: new file: server/portaluserdb/fixtures/local_data.json modified: server/portaluserdb/fixtures/test_portal.json * Added BCO Publish button Changes to be committed: modified: client/src/components/builder/index.js modified: client/src/components/builder/provenanceDomain.js modified: client/src/layouts/objectSideBar.js modified: client/src/layouts/shared/AppDropDown.js modified: client/src/layouts/shared/DocDropDown.js modified: client/src/layouts/shared/ToolsDropDown.js modified: client/src/slices/bcoSlice.js modified: server/portaluserdb/fixtures/local_data.json * Fix 'About icon needs text when hovering over' For #223 Changes to be committed: modified: client/src/layouts/MainNavBar.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/shared/HelpDropDown.js * Fix 'Wrong link for API' For #223 Changes to be committed: modified: client/src/layouts/shared/DocDropDown.js * Take out HIVW AWS card and link For #223 Changes to be committed: modified: client/src/components/resources/index.js * d * Fix Draft rendering error Some extraReduers were writing "null" and some were writing null. Changes to be committed: modified: client/src/components/builder/provenanceDomain.js modified: client/src/slices/bcoSlice.js --------- Co-authored-by: tianywan819 <[email protected]> Co-authored-by: ChinweokeO <[email protected]>
HadleyKing
added a commit
that referenced
this issue
Oct 16, 2023
* Update for Login Changes to be committed: modified: client/src/components/bcodbs/SearchResults.js modified: client/src/components/builder/index.js modified: client/src/slices/bcoSlice.js * About update (#153) * GA4 added * For demostration use, updated GA4, updated Navigation header icons * Changed all SAVE button to Next on the Builder page * Switch Dinos's to Luis and moved Dinos to previous member --------- Co-authored-by: tianywan819 <[email protected]> * Update localDeployment.md * Update localDeployment.md * Icons reformatted for Nav Bar. fix #164 * Add quickSearch to Nav bar Changes to be committed: modified: client/package-lock.json modified: client/package.json modified: client/src/components/bcodbs/SearchOptions.js new file: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout/NavBar.js * Fix messaging for extension domain errors RE #149 Changes to be committed: modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Update bco.service.js for HTTPS Fix #149 * I/O domain error additional properties Fix #140 Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/ioDomain.js modified: client/src/layouts/MainLayout/AppDropDown.js modified: client/src/layouts/MainLayout/DocDropDown.js modified: client/src/layouts/MainLayout/HelpDropDown.js * Remove `object_id` from uploaded BCO Fix #148 Changes to be committed: modified: client/src/components/fileHandeling.js * Description Domain Xref Fix #139 Changes to be committed: modified: client/src/components/builder/descriptionDomain.js * Formatting for quickSearch Changes to be committed: modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout/NavBar.js * Fix error * 1st pass Added new routs for viewers removed styles from functions and added to App.css reorganized styles directory Changes to be committed: modified: client/src/App.css modified: client/src/App.js modified: client/src/components/builder/treeView.js modified: client/src/components/prefix/PrefixSearch.js modified: client/src/components/quickSearch.js renamed: client/src/layouts/MainLayout/NavBar.js -> client/src/layouts/MainLayout/MainNavBar.js modified: client/src/layouts/MainLayout/index.js deleted: client/src/layouts/ObjectViewLayout/NavBar/NavItem.js deleted: client/src/layouts/ObjectViewLayout/NavBar/ObjectOptions.js deleted: client/src/layouts/ObjectViewLayout/NavBar/index.js new file: client/src/layouts/ObjectViewLayout/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout/index.js renamed: client/src/layouts/MainLayout/AppDropDown.js -> client/src/layouts/shared/AppDropDown.js renamed: client/src/layouts/MainLayout/DocDropDown.js -> client/src/layouts/shared/DocDropDown.js renamed: client/src/layouts/MainLayout/HelpDropDown.js -> client/src/layouts/shared/HelpDropDown.js modified: client/src/routes.js deleted: client/src/styles.css * Updates to NavBar Changes to be committed: modified: client/src/App.css renamed: client/src/layouts/MainLayout/index.js -> client/src/layouts/MainLayout.js deleted: client/src/layouts/MainLayout/MainNavBar.js new file: client/src/layouts/MainNavBar.js renamed: client/src/layouts/ObjectViewLayout/ObjectNavBar.js -> client/src/layouts/ObjectNavBar.js new file: client/src/layouts/ObjectViewLayout.js deleted: client/src/layouts/ObjectViewLayout/index.js * Static Sidebar implemented Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/index.js new file: client/src/components/builder/indexOld.js modified: client/src/components/builder/rawJson.js modified: client/src/components/viewer/cardViews.js modified: client/src/components/viewer/index.js modified: client/src/layouts/MainNavBar.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js new file: client/src/layouts/objectSideBar.js modified: client/src/routes.js * Update to MainLayout Changes to be committed: modified: client/src/App.css modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout.js * Saving Changes Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js deleted: client/src/components/fileHandeling.js modified: client/src/components/quickSearch.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js modified: client/src/layouts/objectSideBar.js deleted: client/src/layouts/shared/BottomBar.js deleted: client/src/layouts/shared/NavItem.js deleted: client/src/layouts/shared/NewsBar/index.js new file: client/src/layouts/shared/ToolsDropDown.js deleted: client/src/layouts/shared/TopBar.js modified: client/src/slices/bcoSlice.js * Added prefix select Changes to be committed: modified: client/src/layouts/ObjectNavBar.js modified: client/src/slices/prefixSlice.js * Moved `Next` button Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js new file: client/src/components/builder/errorDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js modified: client/src/components/builder/rawJson.js modified: client/src/components/builder/treeView.js modified: client/src/components/builder/usabilityDomain.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/objectSideBar.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Fix for Rendered more hooks than during the previous render. Changes to be committed: modified: client/src/components/quickSearch.js * Fix "Rendered more hooks than during the previous render." Changes to be committed: modified: client/src/components/quickSearch.js * Fix rendering issues. Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/quickSearch.js modified: client/src/layouts/shared/AppDropDown.js modified: client/src/slices/bcoSlice.js * Test views (#215) * 1st pass Added new routs for viewers removed styles from functions and added to App.css reorganized styles directory Changes to be committed: modified: client/src/App.css modified: client/src/App.js modified: client/src/components/builder/treeView.js modified: client/src/components/prefix/PrefixSearch.js modified: client/src/components/quickSearch.js renamed: client/src/layouts/MainLayout/NavBar.js -> client/src/layouts/MainLayout/MainNavBar.js modified: client/src/layouts/MainLayout/index.js deleted: client/src/layouts/ObjectViewLayout/NavBar/NavItem.js deleted: client/src/layouts/ObjectViewLayout/NavBar/ObjectOptions.js deleted: client/src/layouts/ObjectViewLayout/NavBar/index.js new file: client/src/layouts/ObjectViewLayout/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout/index.js renamed: client/src/layouts/MainLayout/AppDropDown.js -> client/src/layouts/shared/AppDropDown.js renamed: client/src/layouts/MainLayout/DocDropDown.js -> client/src/layouts/shared/DocDropDown.js renamed: client/src/layouts/MainLayout/HelpDropDown.js -> client/src/layouts/shared/HelpDropDown.js modified: client/src/routes.js deleted: client/src/styles.css * Updates to NavBar Changes to be committed: modified: client/src/App.css renamed: client/src/layouts/MainLayout/index.js -> client/src/layouts/MainLayout.js deleted: client/src/layouts/MainLayout/MainNavBar.js new file: client/src/layouts/MainNavBar.js renamed: client/src/layouts/ObjectViewLayout/ObjectNavBar.js -> client/src/layouts/ObjectNavBar.js new file: client/src/layouts/ObjectViewLayout.js deleted: client/src/layouts/ObjectViewLayout/index.js * Static Sidebar implemented Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/index.js new file: client/src/components/builder/indexOld.js modified: client/src/components/builder/rawJson.js modified: client/src/components/viewer/cardViews.js modified: client/src/components/viewer/index.js modified: client/src/layouts/MainNavBar.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js new file: client/src/layouts/objectSideBar.js modified: client/src/routes.js * Update to MainLayout Changes to be committed: modified: client/src/App.css modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout.js * Saving Changes Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js deleted: client/src/components/fileHandeling.js modified: client/src/components/quickSearch.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js modified: client/src/layouts/objectSideBar.js deleted: client/src/layouts/shared/BottomBar.js deleted: client/src/layouts/shared/NavItem.js deleted: client/src/layouts/shared/NewsBar/index.js new file: client/src/layouts/shared/ToolsDropDown.js deleted: client/src/layouts/shared/TopBar.js modified: client/src/slices/bcoSlice.js * Added prefix select Changes to be committed: modified: client/src/layouts/ObjectNavBar.js modified: client/src/slices/prefixSlice.js * Moved `Next` button Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js new file: client/src/components/builder/errorDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js modified: client/src/components/builder/rawJson.js modified: client/src/components/builder/treeView.js modified: client/src/components/builder/usabilityDomain.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/objectSideBar.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Fix for Rendered more hooks than during the previous render. Changes to be committed: modified: client/src/components/quickSearch.js * Fix "Rendered more hooks than during the previous render." Changes to be committed: modified: client/src/components/quickSearch.js * Fix rendering issues. Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/quickSearch.js modified: client/src/layouts/shared/AppDropDown.js modified: client/src/slices/bcoSlice.js * Initial commit Changes to be committed: deleted: server/tests/db.test.sqlite3 new file: server/tests/fixtures/test_data.json deleted: server/tests/test_authentication.py deleted: server/tests/test_bcodb.py deleted: server/tests/test_users.py new file: server/tests/test_views/__init__.py new file: server/tests/test_views/test_auth_register.py modified: server/users/apis.py * Test and document `/users/auth/register/` Fix #200 Changes to be committed: modified: server/tests/test_views/test_auth_register.py modified: server/users/apis.py * Fix quickSearch Changes to be committed: modified: client/src/components/quickSearch.js * Password reset email fixes Routs.js updated because of conflict with Django, settings.py and .secrets changed to have server_URL, link for email changed Changes to be committed: modified: client/src/routes.js modified: server/.secrets.example modified: server/authentication/apis.py modified: server/portaluserdb/settings.py * Create .gitgaurdian * Update .gitgaurdian * Added fixture for testing on test.portal Changes to be committed: renamed: server/admin/db.sqlite3.dev -> admin/db.sqlite3.dev renamed: server/admin/users.tsv -> admin/users.tsv new file: server/portaluserdb/fixtures/test_portal.json renamed: server/tests/fixtures/test_data.json -> server/tests/fixtures/testing_data.json modified: server/tests/test_views/test_auth_register.py * Update test_portal.json Changes to be committed: modified: server/portaluserdb/fixtures/test_portal.json * Updated testing fixtures Changes to be committed: new file: server/portaluserdb/fixtures/local_data.json modified: server/portaluserdb/fixtures/test_portal.json * Added BCO Publish button Changes to be committed: modified: client/src/components/builder/index.js modified: client/src/components/builder/provenanceDomain.js modified: client/src/layouts/objectSideBar.js modified: client/src/layouts/shared/AppDropDown.js modified: client/src/layouts/shared/DocDropDown.js modified: client/src/layouts/shared/ToolsDropDown.js modified: client/src/slices/bcoSlice.js modified: server/portaluserdb/fixtures/local_data.json * Fix 'About icon needs text when hovering over' For #223 Changes to be committed: modified: client/src/layouts/MainNavBar.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/shared/HelpDropDown.js * Fix 'Wrong link for API' For #223 Changes to be committed: modified: client/src/layouts/shared/DocDropDown.js * Take out HIVW AWS card and link For #223 Changes to be committed: modified: client/src/components/resources/index.js * d * Fix Draft rendering error Some extraReduers were writing "null" and some were writing null. Changes to be committed: modified: client/src/components/builder/provenanceDomain.js modified: client/src/slices/bcoSlice.js --------- Co-authored-by: tianywan819 <[email protected]> Co-authored-by: ChinweokeO <[email protected]>
HadleyKing
added a commit
that referenced
this issue
Oct 17, 2023
* Update for Login Changes to be committed: modified: client/src/components/bcodbs/SearchResults.js modified: client/src/components/builder/index.js modified: client/src/slices/bcoSlice.js * About update (#153) * GA4 added * For demostration use, updated GA4, updated Navigation header icons * Changed all SAVE button to Next on the Builder page * Switch Dinos's to Luis and moved Dinos to previous member --------- Co-authored-by: tianywan819 <[email protected]> * Update localDeployment.md * Update localDeployment.md * Icons reformatted for Nav Bar. fix #164 * Add quickSearch to Nav bar Changes to be committed: modified: client/package-lock.json modified: client/package.json modified: client/src/components/bcodbs/SearchOptions.js new file: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout/NavBar.js * Fix messaging for extension domain errors RE #149 Changes to be committed: modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Update bco.service.js for HTTPS Fix #149 * I/O domain error additional properties Fix #140 Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/ioDomain.js modified: client/src/layouts/MainLayout/AppDropDown.js modified: client/src/layouts/MainLayout/DocDropDown.js modified: client/src/layouts/MainLayout/HelpDropDown.js * Remove `object_id` from uploaded BCO Fix #148 Changes to be committed: modified: client/src/components/fileHandeling.js * Description Domain Xref Fix #139 Changes to be committed: modified: client/src/components/builder/descriptionDomain.js * Formatting for quickSearch Changes to be committed: modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout/NavBar.js * Fix error * 1st pass Added new routs for viewers removed styles from functions and added to App.css reorganized styles directory Changes to be committed: modified: client/src/App.css modified: client/src/App.js modified: client/src/components/builder/treeView.js modified: client/src/components/prefix/PrefixSearch.js modified: client/src/components/quickSearch.js renamed: client/src/layouts/MainLayout/NavBar.js -> client/src/layouts/MainLayout/MainNavBar.js modified: client/src/layouts/MainLayout/index.js deleted: client/src/layouts/ObjectViewLayout/NavBar/NavItem.js deleted: client/src/layouts/ObjectViewLayout/NavBar/ObjectOptions.js deleted: client/src/layouts/ObjectViewLayout/NavBar/index.js new file: client/src/layouts/ObjectViewLayout/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout/index.js renamed: client/src/layouts/MainLayout/AppDropDown.js -> client/src/layouts/shared/AppDropDown.js renamed: client/src/layouts/MainLayout/DocDropDown.js -> client/src/layouts/shared/DocDropDown.js renamed: client/src/layouts/MainLayout/HelpDropDown.js -> client/src/layouts/shared/HelpDropDown.js modified: client/src/routes.js deleted: client/src/styles.css * Updates to NavBar Changes to be committed: modified: client/src/App.css renamed: client/src/layouts/MainLayout/index.js -> client/src/layouts/MainLayout.js deleted: client/src/layouts/MainLayout/MainNavBar.js new file: client/src/layouts/MainNavBar.js renamed: client/src/layouts/ObjectViewLayout/ObjectNavBar.js -> client/src/layouts/ObjectNavBar.js new file: client/src/layouts/ObjectViewLayout.js deleted: client/src/layouts/ObjectViewLayout/index.js * Static Sidebar implemented Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/index.js new file: client/src/components/builder/indexOld.js modified: client/src/components/builder/rawJson.js modified: client/src/components/viewer/cardViews.js modified: client/src/components/viewer/index.js modified: client/src/layouts/MainNavBar.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js new file: client/src/layouts/objectSideBar.js modified: client/src/routes.js * Update to MainLayout Changes to be committed: modified: client/src/App.css modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout.js * Saving Changes Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js deleted: client/src/components/fileHandeling.js modified: client/src/components/quickSearch.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js modified: client/src/layouts/objectSideBar.js deleted: client/src/layouts/shared/BottomBar.js deleted: client/src/layouts/shared/NavItem.js deleted: client/src/layouts/shared/NewsBar/index.js new file: client/src/layouts/shared/ToolsDropDown.js deleted: client/src/layouts/shared/TopBar.js modified: client/src/slices/bcoSlice.js * Added prefix select Changes to be committed: modified: client/src/layouts/ObjectNavBar.js modified: client/src/slices/prefixSlice.js * Moved `Next` button Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js new file: client/src/components/builder/errorDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js modified: client/src/components/builder/rawJson.js modified: client/src/components/builder/treeView.js modified: client/src/components/builder/usabilityDomain.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/objectSideBar.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Fix for Rendered more hooks than during the previous render. Changes to be committed: modified: client/src/components/quickSearch.js * Fix "Rendered more hooks than during the previous render." Changes to be committed: modified: client/src/components/quickSearch.js * Fix rendering issues. Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/quickSearch.js modified: client/src/layouts/shared/AppDropDown.js modified: client/src/slices/bcoSlice.js * Test views (#215) * 1st pass Added new routs for viewers removed styles from functions and added to App.css reorganized styles directory Changes to be committed: modified: client/src/App.css modified: client/src/App.js modified: client/src/components/builder/treeView.js modified: client/src/components/prefix/PrefixSearch.js modified: client/src/components/quickSearch.js renamed: client/src/layouts/MainLayout/NavBar.js -> client/src/layouts/MainLayout/MainNavBar.js modified: client/src/layouts/MainLayout/index.js deleted: client/src/layouts/ObjectViewLayout/NavBar/NavItem.js deleted: client/src/layouts/ObjectViewLayout/NavBar/ObjectOptions.js deleted: client/src/layouts/ObjectViewLayout/NavBar/index.js new file: client/src/layouts/ObjectViewLayout/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout/index.js renamed: client/src/layouts/MainLayout/AppDropDown.js -> client/src/layouts/shared/AppDropDown.js renamed: client/src/layouts/MainLayout/DocDropDown.js -> client/src/layouts/shared/DocDropDown.js renamed: client/src/layouts/MainLayout/HelpDropDown.js -> client/src/layouts/shared/HelpDropDown.js modified: client/src/routes.js deleted: client/src/styles.css * Updates to NavBar Changes to be committed: modified: client/src/App.css renamed: client/src/layouts/MainLayout/index.js -> client/src/layouts/MainLayout.js deleted: client/src/layouts/MainLayout/MainNavBar.js new file: client/src/layouts/MainNavBar.js renamed: client/src/layouts/ObjectViewLayout/ObjectNavBar.js -> client/src/layouts/ObjectNavBar.js new file: client/src/layouts/ObjectViewLayout.js deleted: client/src/layouts/ObjectViewLayout/index.js * Static Sidebar implemented Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/index.js new file: client/src/components/builder/indexOld.js modified: client/src/components/builder/rawJson.js modified: client/src/components/viewer/cardViews.js modified: client/src/components/viewer/index.js modified: client/src/layouts/MainNavBar.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js new file: client/src/layouts/objectSideBar.js modified: client/src/routes.js * Update to MainLayout Changes to be committed: modified: client/src/App.css modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout.js * Saving Changes Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js deleted: client/src/components/fileHandeling.js modified: client/src/components/quickSearch.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js modified: client/src/layouts/objectSideBar.js deleted: client/src/layouts/shared/BottomBar.js deleted: client/src/layouts/shared/NavItem.js deleted: client/src/layouts/shared/NewsBar/index.js new file: client/src/layouts/shared/ToolsDropDown.js deleted: client/src/layouts/shared/TopBar.js modified: client/src/slices/bcoSlice.js * Added prefix select Changes to be committed: modified: client/src/layouts/ObjectNavBar.js modified: client/src/slices/prefixSlice.js * Moved `Next` button Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js new file: client/src/components/builder/errorDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js modified: client/src/components/builder/rawJson.js modified: client/src/components/builder/treeView.js modified: client/src/components/builder/usabilityDomain.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/objectSideBar.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Fix for Rendered more hooks than during the previous render. Changes to be committed: modified: client/src/components/quickSearch.js * Fix "Rendered more hooks than during the previous render." Changes to be committed: modified: client/src/components/quickSearch.js * Fix rendering issues. Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/quickSearch.js modified: client/src/layouts/shared/AppDropDown.js modified: client/src/slices/bcoSlice.js * Initial commit Changes to be committed: deleted: server/tests/db.test.sqlite3 new file: server/tests/fixtures/test_data.json deleted: server/tests/test_authentication.py deleted: server/tests/test_bcodb.py deleted: server/tests/test_users.py new file: server/tests/test_views/__init__.py new file: server/tests/test_views/test_auth_register.py modified: server/users/apis.py * Test and document `/users/auth/register/` Fix #200 Changes to be committed: modified: server/tests/test_views/test_auth_register.py modified: server/users/apis.py * Fix quickSearch Changes to be committed: modified: client/src/components/quickSearch.js * Password reset email fixes Routs.js updated because of conflict with Django, settings.py and .secrets changed to have server_URL, link for email changed Changes to be committed: modified: client/src/routes.js modified: server/.secrets.example modified: server/authentication/apis.py modified: server/portaluserdb/settings.py * Create .gitgaurdian * Update .gitgaurdian * Added fixture for testing on test.portal Changes to be committed: renamed: server/admin/db.sqlite3.dev -> admin/db.sqlite3.dev renamed: server/admin/users.tsv -> admin/users.tsv new file: server/portaluserdb/fixtures/test_portal.json renamed: server/tests/fixtures/test_data.json -> server/tests/fixtures/testing_data.json modified: server/tests/test_views/test_auth_register.py * Update test_portal.json Changes to be committed: modified: server/portaluserdb/fixtures/test_portal.json * Updated testing fixtures Changes to be committed: new file: server/portaluserdb/fixtures/local_data.json modified: server/portaluserdb/fixtures/test_portal.json * Added BCO Publish button Changes to be committed: modified: client/src/components/builder/index.js modified: client/src/components/builder/provenanceDomain.js modified: client/src/layouts/objectSideBar.js modified: client/src/layouts/shared/AppDropDown.js modified: client/src/layouts/shared/DocDropDown.js modified: client/src/layouts/shared/ToolsDropDown.js modified: client/src/slices/bcoSlice.js modified: server/portaluserdb/fixtures/local_data.json * Fix 'About icon needs text when hovering over' For #223 Changes to be committed: modified: client/src/layouts/MainNavBar.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/shared/HelpDropDown.js * Fix 'Wrong link for API' For #223 Changes to be committed: modified: client/src/layouts/shared/DocDropDown.js * Take out HIVW AWS card and link For #223 Changes to be committed: modified: client/src/components/resources/index.js * d * Fix Draft rendering error Some extraReduers were writing "null" and some were writing null. Changes to be committed: modified: client/src/components/builder/provenanceDomain.js modified: client/src/slices/bcoSlice.js --------- Co-authored-by: tianywan819 <[email protected]> Co-authored-by: ChinweokeO <[email protected]>
HadleyKing
added a commit
that referenced
this issue
Dec 12, 2023
* Update for Login Changes to be committed: modified: client/src/components/bcodbs/SearchResults.js modified: client/src/components/builder/index.js modified: client/src/slices/bcoSlice.js * About update (#153) * GA4 added * For demostration use, updated GA4, updated Navigation header icons * Changed all SAVE button to Next on the Builder page * Switch Dinos's to Luis and moved Dinos to previous member --------- Co-authored-by: tianywan819 <[email protected]> * Update localDeployment.md * Update localDeployment.md * Icons reformatted for Nav Bar. fix #164 * Add quickSearch to Nav bar Changes to be committed: modified: client/package-lock.json modified: client/package.json modified: client/src/components/bcodbs/SearchOptions.js new file: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout/NavBar.js * Fix messaging for extension domain errors RE #149 Changes to be committed: modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Update bco.service.js for HTTPS Fix #149 * I/O domain error additional properties Fix #140 Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/ioDomain.js modified: client/src/layouts/MainLayout/AppDropDown.js modified: client/src/layouts/MainLayout/DocDropDown.js modified: client/src/layouts/MainLayout/HelpDropDown.js * Remove `object_id` from uploaded BCO Fix #148 Changes to be committed: modified: client/src/components/fileHandeling.js * Description Domain Xref Fix #139 Changes to be committed: modified: client/src/components/builder/descriptionDomain.js * Formatting for quickSearch Changes to be committed: modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout/NavBar.js * Fix error * 1st pass Added new routs for viewers removed styles from functions and added to App.css reorganized styles directory Changes to be committed: modified: client/src/App.css modified: client/src/App.js modified: client/src/components/builder/treeView.js modified: client/src/components/prefix/PrefixSearch.js modified: client/src/components/quickSearch.js renamed: client/src/layouts/MainLayout/NavBar.js -> client/src/layouts/MainLayout/MainNavBar.js modified: client/src/layouts/MainLayout/index.js deleted: client/src/layouts/ObjectViewLayout/NavBar/NavItem.js deleted: client/src/layouts/ObjectViewLayout/NavBar/ObjectOptions.js deleted: client/src/layouts/ObjectViewLayout/NavBar/index.js new file: client/src/layouts/ObjectViewLayout/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout/index.js renamed: client/src/layouts/MainLayout/AppDropDown.js -> client/src/layouts/shared/AppDropDown.js renamed: client/src/layouts/MainLayout/DocDropDown.js -> client/src/layouts/shared/DocDropDown.js renamed: client/src/layouts/MainLayout/HelpDropDown.js -> client/src/layouts/shared/HelpDropDown.js modified: client/src/routes.js deleted: client/src/styles.css * Updates to NavBar Changes to be committed: modified: client/src/App.css renamed: client/src/layouts/MainLayout/index.js -> client/src/layouts/MainLayout.js deleted: client/src/layouts/MainLayout/MainNavBar.js new file: client/src/layouts/MainNavBar.js renamed: client/src/layouts/ObjectViewLayout/ObjectNavBar.js -> client/src/layouts/ObjectNavBar.js new file: client/src/layouts/ObjectViewLayout.js deleted: client/src/layouts/ObjectViewLayout/index.js * Static Sidebar implemented Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/index.js new file: client/src/components/builder/indexOld.js modified: client/src/components/builder/rawJson.js modified: client/src/components/viewer/cardViews.js modified: client/src/components/viewer/index.js modified: client/src/layouts/MainNavBar.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js new file: client/src/layouts/objectSideBar.js modified: client/src/routes.js * Update to MainLayout Changes to be committed: modified: client/src/App.css modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout.js * Saving Changes Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js deleted: client/src/components/fileHandeling.js modified: client/src/components/quickSearch.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js modified: client/src/layouts/objectSideBar.js deleted: client/src/layouts/shared/BottomBar.js deleted: client/src/layouts/shared/NavItem.js deleted: client/src/layouts/shared/NewsBar/index.js new file: client/src/layouts/shared/ToolsDropDown.js deleted: client/src/layouts/shared/TopBar.js modified: client/src/slices/bcoSlice.js * Added prefix select Changes to be committed: modified: client/src/layouts/ObjectNavBar.js modified: client/src/slices/prefixSlice.js * Moved `Next` button Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js new file: client/src/components/builder/errorDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js modified: client/src/components/builder/rawJson.js modified: client/src/components/builder/treeView.js modified: client/src/components/builder/usabilityDomain.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/objectSideBar.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Fix for Rendered more hooks than during the previous render. Changes to be committed: modified: client/src/components/quickSearch.js * Fix "Rendered more hooks than during the previous render." Changes to be committed: modified: client/src/components/quickSearch.js * Fix rendering issues. Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/quickSearch.js modified: client/src/layouts/shared/AppDropDown.js modified: client/src/slices/bcoSlice.js * Test views (#215) * 1st pass Added new routs for viewers removed styles from functions and added to App.css reorganized styles directory Changes to be committed: modified: client/src/App.css modified: client/src/App.js modified: client/src/components/builder/treeView.js modified: client/src/components/prefix/PrefixSearch.js modified: client/src/components/quickSearch.js renamed: client/src/layouts/MainLayout/NavBar.js -> client/src/layouts/MainLayout/MainNavBar.js modified: client/src/layouts/MainLayout/index.js deleted: client/src/layouts/ObjectViewLayout/NavBar/NavItem.js deleted: client/src/layouts/ObjectViewLayout/NavBar/ObjectOptions.js deleted: client/src/layouts/ObjectViewLayout/NavBar/index.js new file: client/src/layouts/ObjectViewLayout/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout/index.js renamed: client/src/layouts/MainLayout/AppDropDown.js -> client/src/layouts/shared/AppDropDown.js renamed: client/src/layouts/MainLayout/DocDropDown.js -> client/src/layouts/shared/DocDropDown.js renamed: client/src/layouts/MainLayout/HelpDropDown.js -> client/src/layouts/shared/HelpDropDown.js modified: client/src/routes.js deleted: client/src/styles.css * Updates to NavBar Changes to be committed: modified: client/src/App.css renamed: client/src/layouts/MainLayout/index.js -> client/src/layouts/MainLayout.js deleted: client/src/layouts/MainLayout/MainNavBar.js new file: client/src/layouts/MainNavBar.js renamed: client/src/layouts/ObjectViewLayout/ObjectNavBar.js -> client/src/layouts/ObjectNavBar.js new file: client/src/layouts/ObjectViewLayout.js deleted: client/src/layouts/ObjectViewLayout/index.js * Static Sidebar implemented Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/index.js new file: client/src/components/builder/indexOld.js modified: client/src/components/builder/rawJson.js modified: client/src/components/viewer/cardViews.js modified: client/src/components/viewer/index.js modified: client/src/layouts/MainNavBar.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js new file: client/src/layouts/objectSideBar.js modified: client/src/routes.js * Update to MainLayout Changes to be committed: modified: client/src/App.css modified: client/src/components/quickSearch.js modified: client/src/layouts/MainLayout.js * Saving Changes Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js deleted: client/src/components/fileHandeling.js modified: client/src/components/quickSearch.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/ObjectViewLayout.js modified: client/src/layouts/objectSideBar.js deleted: client/src/layouts/shared/BottomBar.js deleted: client/src/layouts/shared/NavItem.js deleted: client/src/layouts/shared/NewsBar/index.js new file: client/src/layouts/shared/ToolsDropDown.js deleted: client/src/layouts/shared/TopBar.js modified: client/src/slices/bcoSlice.js * Added prefix select Changes to be committed: modified: client/src/layouts/ObjectNavBar.js modified: client/src/slices/prefixSlice.js * Moved `Next` button Changes to be committed: modified: client/src/App.css modified: client/src/components/builder/components.js modified: client/src/components/builder/descriptionDomain.js new file: client/src/components/builder/errorDomain.js modified: client/src/components/builder/executionDomain.js modified: client/src/components/builder/extension.js modified: client/src/components/builder/extensionDomain.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/builder/parametricDomain.js modified: client/src/components/builder/provenanceDomain.js modified: client/src/components/builder/rawJson.js modified: client/src/components/builder/treeView.js modified: client/src/components/builder/usabilityDomain.js modified: client/src/layouts/ObjectNavBar.js modified: client/src/layouts/objectSideBar.js modified: client/src/services/bco.service.js modified: client/src/slices/bcoSlice.js * Fix for Rendered more hooks than during the previous render. Changes to be committed: modified: client/src/components/quickSearch.js * Fix "Rendered more hooks than during the previous render." Changes to be committed: modified: client/src/components/quickSearch.js * Fix rendering issues. Changes to be committed: modified: client/src/components/builder/components.js modified: client/src/components/builder/index.js modified: client/src/components/builder/ioDomain.js modified: client/src/components/quickSearch.js modified: client/src/layouts/shared/AppDropDown.js modified: client/src/slices/bcoSlice.js * Initial commit Changes to be committed: deleted: server/tests/db.test.sqlite3 new file: server/tests/fixtures/test_data.json deleted: server/tests/test_authentication.py deleted: server/tests/test_bcodb.py deleted: server/tests/test_users.py new file: server/tests/test_views/__init__.py new file: server/tests/test_views/test_auth_register.py modified: server/users/apis.py * Test and document `/users/auth/register/` Fix #200 Changes to be committed: modified: server/tests/test_views/test_auth_register.py modified: server/users/apis.py * Fix quickSearch Changes to be committed: modified: client/src/components/quickSearch.js * Password reset email fixes Routs.js updated because of conflict with Django, settings.py and .secrets changed to have server_URL, link for email changed Changes to be committed: modified: client/src/routes.js modified: server/.secrets.example modified: server/authentication/apis.py modified: server/portaluserdb/settings.py * Create .gitgaurdian * Update .gitgaurdian * Added fixture for testing on test.portal Changes to be committed: renamed: server/admin/db.sqlite3.dev -> admin/db.sqlite3.dev renamed: server/admin/users.tsv -> admin/users.tsv new file: server/portaluserdb/fixtures/test_portal.json renamed: server/tests/fixtures/test_data.json -> server/tests/fixtures/testing_data.json modified: server/tests/test_views/test_auth_register.py * Update test_portal.json Changes to be committed: modified: server/portaluserdb/fixtures/test_portal.json * Css Update * /users/bcodb/reset_token * package-lock.json add * TW CSS updates * Ogranized CSS for each domain and modified formik on Provenance Domain. * Organize CSS version_1, incorporate changes on main branch * Implanted Checkbox for multi selection * Minor updates on Multiselect * minor edits * New SAVE button in progress * Additional conflicts from merge Changes to be committed: modified: client/src/components/resources/index.js modified: client/src/components/viewer/cardViews.js modified: client/src/slices/bcoSlice.js * Fix bad testing file Changes to be committed: renamed: server/tests/test_views/test_users_bcodb_reset_token.py -> server/tests/test_views/bad_test_users_bcodb_reset_token.py --------- Co-authored-by: tianywan819 <[email protected]> Co-authored-by: ChinweokeO <[email protected]> Co-authored-by: Reeya Gupta <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: