Ecosyste.ms: Timeline

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

BrianWhitneyAI

BrianWhitneyAI deleted a branch AllenInstitute/biofile-finder

bugfix/thumbnail-bounding-box

BrianWhitneyAI pushed 3 commits to main AllenInstitute/biofile-finder
  • bugfix/thumbnail-bounding-box ee9c255
  • update maxWidth and maxHeight fc2a805
  • Merge pull request #288 from AllenInstitute/bugfix/thumbnail-bounding-box bugfix/thumbnail-bounding-box e02978c

View on GitHub

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

View on GitHub

BrianWhitneyAI opened an issue on AllenInstitute/biofile-finder
LazilyRenderedThumbnail test stalling.
After the merge of the `isLoading` placeholder for rendered thumbnails it seems that the test for LazilyRenderedThumbnail is now hanging.
BrianWhitneyAI created a comment on an issue on AllenInstitute/biofile-finder
> Need to update the ETL to have the path be passed onto BFF. Since we won't always have a local path now. Not sure here since the path property will still exist itll just have should_be_in_loca...

View on GitHub

BrianWhitneyAI opened an issue on AllenInstitute/biofile-finder
File Service moveFiles functionality
We want to allow users to move file on and off NAS cache. In order to do this we need to add a new method `moveFiles` to our FileService that can handle these requests. This will need to be able t...
BrianWhitneyAI opened an issue on AllenInstitute/biofile-finder
Add "Move" menu item to batch file selection.
We want to present to users the option to move files on and off NAS Cache. In order to do this and convey the significance of the action we want to add the following functionality: - [ ] Add Mov...
BrianWhitneyAI created a comment on a pull request on AllenInstitute/biofile-finder
> Did this solve the problem of it the brain images being too small sometimes too? The height seems correct but the width is still proportional to the width of the fileinfo sidebar

View on GitHub

BrianWhitneyAI pushed 1 commit to bugfix/thumbnail-bounding-box AllenInstitute/biofile-finder
  • update maxWidth and maxHeight fc2a805

View on GitHub

BrianWhitneyAI opened a draft pull request on AllenInstitute/biofile-finder
bugfix/thumbnail-bounding-box
quick fix for loading bounding box.
BrianWhitneyAI created a branch on AllenInstitute/biofile-finder

bugfix/thumbnail-bounding-box - 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.

BrianWhitneyAI created a comment on an issue on AllenInstitute/biofile-finder
Didnt see any issues with pre-generated. Its possible the same effect is happening just too fast to see.

View on GitHub

BrianWhitneyAI created a comment on an issue on AllenInstitute/biofile-finder
For the generated zarr images the placeholder seems to be functioning correctly. The only issue that I was able to find with this is if you are scrolling in the gallery view and you click on 4-6 un...

View on GitHub

BrianWhitneyAI opened an issue on aics-int/aics-file-upload-app
Update UI for for local upload toggle.
The current UI ![screenshot_2024-10-10_at_2 05 49___pm_480](https://github.com/user-attachments/assets/4146cf75-f9f9-4bf1-913b-bed92b0eaa61) VS What we want ![screenshot_2024-10-16_at_5 42 52__...
BrianWhitneyAI deleted a branch aics-int/aics-file-upload-app

feature/toggle-local-upload

BrianWhitneyAI pushed 10 commits to main aics-int/aics-file-upload-app
  • initial commit 2e08cfc
  • lint a48c703
  • comment res 4e933f6
  • update mocks d5ec86c
  • update register and complete 1110ac3
  • use name file attr 80a6911
  • Update src/renderer/services/file-management-system/index.ts Co-authored-by: Sean LeRoy <[email protected]... a0274d4
  • change ShouldStoreLocally to ShouldBeInLocal 2cb82b7
  • change SHOULD_STORE_LOCALLY to SHOULD_BE_IN_LOCAL 0a358ee
  • Merge pull request #116 from aics-int/feature/toggle-local-upload feature/toggle-local-upload 734c6b0

View on GitHub

BrianWhitneyAI closed an issue on aics-int/aics-file-upload-app
Surface `should_be_in_local` for new uploads
**Objective**: Surface pre-existing ability for FSS to do `cloud only` uploads **Backend Design:** It already exists! Clients just need to surface the`shouldBeInLocal` arg of the existing...
BrianWhitneyAI closed a pull request on aics-int/aics-file-upload-app
feature/toggle-local-upload
## Description The purpose of this PR is to surface the ability to toggle `shouldBeInLocal` (which is currently hard coded to `true`) so that users can upload to cloud only. This is part of a pro...
BrianWhitneyAI pushed 1 commit to feature/toggle-local-upload aics-int/aics-file-upload-app
  • change SHOULD_STORE_LOCALLY to SHOULD_BE_IN_LOCAL 0a358ee

View on GitHub

BrianWhitneyAI pushed 1 commit to feature/toggle-local-upload aics-int/aics-file-upload-app
  • change ShouldStoreLocally to ShouldBeInLocal 2cb82b7

View on GitHub

BrianWhitneyAI created a review comment on a pull request on aics-int/aics-file-upload-app
yeah its the same way we handle local_nas_path [here](https://github.com/aics-int/aics-file-upload-app/blob/88508b9f2318add7e6c35553e11d9fbd64ff69ad/src/renderer/services/file-storage-service/test/...

View on GitHub

BrianWhitneyAI created a review on a pull request on aics-int/aics-file-upload-app

View on GitHub

BrianWhitneyAI opened a draft pull request on aics-int/aics-file-upload-app
feature/multifile-id-job-updates
### Description The purpose of this PR is to resolve [TODO ](https://github.com/aics-int/aics-file-upload-app/blob/main/src/renderer/containers/App/handleUploadJobUpdates.ts#L103-L106) and use `m...
BrianWhitneyAI created a branch on aics-int/aics-file-upload-app

feature/multifile-id-job-updates - A desktop client for uploading file and file metadata to the Allen Institute for Cell Science's internal file management system (FMS).

BrianWhitneyAI closed a draft pull request on aics-int/aics-file-upload-app
feature/multifile-id-job-updates
### Description The purpose of this PR is to resolve [TODO ](https://github.com/aics-int/aics-file-upload-app/blob/main/src/renderer/containers/App/handleUploadJobUpdates.ts#L103-L106) and use `m...
BrianWhitneyAI deleted a branch aics-int/aics-file-upload-app

feature/multifile-id-juob-updates

BrianWhitneyAI deleted a branch AllenInstitute/biofile-finder

feature/thumbnail-loading-placeholder

BrianWhitneyAI pushed 7 commits to main AllenInstitute/biofile-finder
  • add thumbnail loading placeholder 0b012b2
  • update file thumbnail 8f07363
  • undefined thumbnmail for unrenderable zarrs da9d54f
  • retry render thumbnail 11a5b42
  • default to being a square if missing fields 478fbd2
  • update margins and remove logs dcce3a5
  • Merge pull request #268 from AllenInstitute/feature/thumbnail-loading-placeholder Feature/thumbnail loading placeholder 8424535

View on GitHub

BrianWhitneyAI closed an issue on AllenInstitute/biofile-finder
Loading Icon for rendered Zarr images
Since this can take some time w/ the zarr network calls, we might consider adding a loading icon specific to the thumbnail, especially since otherwise it can display the wrong thumbna...
BrianWhitneyAI closed a pull request on AllenInstitute/biofile-finder
Feature/thumbnail loading placeholder
## Description The purpose of this PR is to resolve #161 and add a loading state to thumbnails that we are rendering. In the course of this PR the following logic was added: - Loading state ...
Load more