Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

aswallace

aswallace pushed 3 commits to feature/metadata-editing/develop AllenInstitute/biofile-finder
  • warn user on exit with unsaved edits c79504b
  • swap render order for clarity 2be6a2f
  • Merge pull request #353 from AllenInstitute/feature/metadata-editing/warn-on-dismiss Intercept modal dismissal with ... 83f441d

View on GitHub

aswallace closed a pull request on AllenInstitute/biofile-finder
Intercept modal dismissal with unsaved changes
Addresses two small requests for the editing modal: - Removes redundant tooltips from buttons - Adds a warning pop-up if user dismisses the modal after they've already entered annotation data ...
aswallace pushed 2 commits to feature/metadata-editing/custom-input-fields AllenInstitute/biofile-finder
  • create new components for duration and number inputs 37af1bd
  • add combobox for dropdown type df46ec3

View on GitHub

aswallace created a review comment on a pull request on AllenInstitute/biofile-finder
Is intentional. Was UX request since when the title is the same as the text on the button, the tooltip is distracting and doesn't add any info. Planned to make ticket to make titles optional for bu...

View on GitHub

aswallace created a review on a pull request on AllenInstitute/biofile-finder

View on GitHub

aswallace pushed 1 commit to feature/metadata-editing/combobox-bugs AllenInstitute/biofile-finder

View on GitHub

aswallace created a branch on AllenInstitute/biofile-finder

feature/metadata-editing/combobox-bugs - An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.

aswallace pushed 1 commit to feature/metadata-editing/custom-input-fields AllenInstitute/biofile-finder
  • customize input field depending on data type 869ce43

View on GitHub

aswallace created a branch on AllenInstitute/biofile-finder

feature/metadata-editing/custom-input-fields - An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.

aswallace opened a pull request on AllenInstitute/biofile-finder
Intercept modal dismissal with unsaved changes
Addresses two small requests for the editing modal: - Removes redundant tooltips from buttons - Adds a warning pop-up if user dismisses the modal after they've already entered annotation data ...
aswallace pushed 1 commit to feature/metadata-editing/warn-on-dismiss AllenInstitute/biofile-finder
  • swap render order for clarity 2be6a2f

View on GitHub

aswallace created a branch on AllenInstitute/biofile-finder

feature/metadata-editing/warn-on-dismiss - An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.

aswallace created a review comment on a pull request on AllenInstitute/biofile-finder
was unsure about the necessity of the single read `const` when `fileIdToNameMap` seems to duplicate the info, but also understand if the purpose is readability/separation of function

View on GitHub

aswallace created a review comment on a pull request on AllenInstitute/biofile-finder
outside of this PR's scope, but noting that we may want to revisit how we define/use `processIds` for these status messages across the repo since it's currently somewhat ad hoc

View on GitHub

aswallace created a review on a pull request on AllenInstitute/biofile-finder

View on GitHub

aswallace deleted a branch AllenInstitute/biofile-finder

feature/metadata-editing/modal-ui-setup

aswallace pushed 11 commits to feature/metadata-editing/develop AllenInstitute/biofile-finder
  • create new combobox component c577837
  • add edit option to file menu 3b50620
  • add edit to modals 7cfb128
  • create edit metadata modal b83d530
  • fix styling for disabled buttons 4763c8c
  • fix combobox attribute name c61675a
  • fix radio group font size 0c895c9
  • fix alignment issues 883578d
  • change file count to const 86841dd
  • address styling bugs and PR feedback 6e4de6a
  • Merge pull request #338 from AllenInstitute/feature/metadata-editing/modal-ui-setup [Large] Create UI for metadata e... 29ed3ff

View on GitHub

aswallace closed a pull request on AllenInstitute/biofile-finder
[Large] Create UI for metadata editing workflow
This PR creates the main part of the UI for editing file metadata from BFF based on [the Figma designs](https://www.figma.com/design/oNQvOAK11YINcbPvNmkgwO/Public-File-Explorer?node-id=875-4724&nod...
aswallace pushed 50 commits to feature/metadata-editing/develop AllenInstitute/biofile-finder
  • feature/web-download-threshold 494a925
  • Disable button for large zarrs on web 2b2ea66
  • Upgrade regex to cover replaces 336a387
  • Add missing await ea6a10d
  • Use enum for pre-defined columns 71c3537
  • Combine alter commands and add hidden UID 0ed66fa
  • Use UID instead of File iD 6984110
  • Use uid in more places bcb08dc
  • Use hidden id in tests b7a1438
  • Add canonical path back 09858bd
  • Merge branch 'main' into feature/hide-unique-id-for-data-sources 8205802
  • Improve data source prompt explanation 00af6b8
  • Upgrade styling of csv example 2888c04
  • Merge branch 'main' into feature/hide-unique-id-for-data-sources a431098
  • Add tbody/thead 8f6e19b
  • Simplify open with options 1882d24
  • Prevent duplicate loading of same description source a543654
  • Ensure change data source is called 7b3ab5e
  • Use path not name edc7619
  • Move comment 99d172e
  • and 30 more ...

View on GitHub

aswallace opened an issue on AllenInstitute/biofile-finder
Add option to make modal not movable
Users should not see the "move" cursor for the edit modal. If we still want to allow other modals to be movable, should add optional param that changes the cursor & modal behavior _Originally po...
aswallace opened an issue on AllenInstitute/biofile-finder
Redundant tooltips on button component
Remove tooltips from general buttons when they are identical to the button label <img width="274" alt="image" src="https://user-images.githubusercontent.com/24441706/389146346-dfce019c-a806-4c75-b...
aswallace opened an issue on AllenInstitute/biofile-finder
Add editing capability for non-AICS data sources
Add editing capability for non-AICS data sources. Should be possible via SQL like: ``` UPDATE ${datasourceName} SET ${columnToUpdate} = ${valueToReplaceWith} WHERE ${here either select by r...
aswallace created a review comment on a pull request on AllenInstitute/biofile-finder
Changed in [6e4de6a](https://github.com/AllenInstitute/biofile-finder/pull/338/commits/6e4de6a528c139e8afd4d861191b9dfe9f0d4876)

View on GitHub

aswallace created a review on a pull request on AllenInstitute/biofile-finder

View on GitHub

aswallace pushed 1 commit to feature/metadata-editing/modal-ui-setup AllenInstitute/biofile-finder
  • address styling bugs and PR feedback 6e4de6a

View on GitHub

aswallace created a review on a pull request on AllenInstitute/biofile-finder

View on GitHub

aswallace created a review comment on a pull request on AllenInstitute/biofile-finder
honestly I forgot we were planning to allow editing on non-aics data sources. Will make a ticket!

View on GitHub

aswallace created a review on a pull request on AllenInstitute/biofile-finder

View on GitHub

aswallace created a review comment on a pull request on AllenInstitute/biofile-finder
fair enough! just noted since elsewhere in file sometimes uses this pattern

View on GitHub

aswallace opened an issue on AllenInstitute/biofile-finder
Intercept onDismiss/exit in edit modal
When user tries to exist tab or dismiss the modal (by clicking outside or clicking x/cancel), intercept and render a warning modal letting them know the changes won't be saved Part of #96
Load more