Ecosyste.ms: Timeline

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

microbiomedata/nmdc-field-notes

pkalita-lbl pushed 1 commit to issue-150-slot-visibility-per-study microbiomedata/nmdc-field-notes
  • Change function name to reflect usage 3864569

View on GitHub

eecavanna created a review on a pull request on microbiomedata/nmdc-field-notes
This looks good to me. I'm glad to see their email address (if present) will be auto-filled also. I'm comfortable with this PR branch being merged in as is.

View on GitHub

pkalita-lbl pushed 1 commit to issue-150-slot-visibility-per-study microbiomedata/nmdc-field-notes
  • Use previously defined TemplateName type fc0ab84

View on GitHub

eecavanna created a review comment on a pull request on microbiomedata/nmdc-field-notes
Note to self/reviewers (no action needed): This is where the app checks whether the email address of the logged-in user is `null` or `""` (or any other [Falsy value](https://developer.mozilla.org/e...

View on GitHub

eecavanna created a review on a pull request on microbiomedata/nmdc-field-notes

View on GitHub

pkalita-lbl opened a pull request on microbiomedata/nmdc-field-notes
Replace individual autofill buttons on name and ORCID with single button
Fixes #198 ### Summary Previously the Name and ORCID iD fields of the Study form individually had autofill buttons. These changes replace those two buttons with a single autofill button. ...
pkalita-lbl created a comment on an issue on microbiomedata/nmdc-field-notes
This will be obviated by #150 which removes the "Field Visibility" entry from the "Settings" screen.

View on GitHub

pkalita-lbl pushed 3 commits to issue-150-slot-visibility-per-study microbiomedata/nmdc-field-notes
  • Store slot visibility info in TypeScript file instead of JSON; add stronger typing around template names 162c3de
  • Rename slot visibilities file ecfb28f
  • Clarify user-facing wording for occasionally used and uncommonly used slots 114b8a8

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
No, we did not create a new build of the app this week. I'll move this to the next sprint. We have until mid-December to do this.

View on GitHub

ssarrafan created a comment on an issue on microbiomedata/nmdc-field-notes
@eecavanna did this get updated this week?

View on GitHub

ssarrafan created a comment on an issue on microbiomedata/nmdc-field-notes
Appears to be in progress still.

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
> - I'd suggest just doing the final graphics (i.e. app screenshot + device frame + image background + brief descriptive text) with the **light mode** app screenshots. I agree with this. Than...

View on GitHub

pkalita-lbl created a comment on an issue on microbiomedata/nmdc-field-notes
For reference here's what I was looking at on the Play Store. I think these are also good examples to follow (in terms of overall layout with brief descriptive text): [NYT Games](https://play.goog...

View on GitHub

pkalita-lbl created a comment on an issue on microbiomedata/nmdc-field-notes
Two quick thoughts: * I'd suggest just doing the final graphics (i.e. app screenshot + device frame + image background + brief descriptive text) with the light mode app screenshots. Showing both...

View on GitHub

kaelanprime created a comment on an issue on microbiomedata/nmdc-field-notes
hoping to get these done later today! I should have initial drafts ready for review before the end of the day, for now I'll just template them with the standard light screen view, and can create a ...

View on GitHub

ljohnson09 created a comment on an issue on microbiomedata/nmdc-field-notes
@kaelanprime will be working her Canva magic for these! Assigned to her @eecavanna

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
> @eecavanna will create screenshots with both iOS and Material designs, then hand off to @ljohnson09 et al for further editing in Canva... I think we are at the "hand off" point now (I propose ...

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
OK, the screenshots for categories 1-3 and 5 have been captured and uploaded to Google Drive (four screenshots per category). ![image](https://github.com/user-attachments/assets/df656761-1c9b-44...

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
Status (of capturing screenshots and posting them on Google Drive — see [squad Slack channel](https://nmdc-group.slack.com/archives/C060MQ7BA9K/p1732584873106449) for the URL): - [x] 1. Home scr...

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
> the screenshot don't have the "phone case" around, is that right ? Correct—the ones I'm taking won't have a device frame. As a reminder, I do have a way to produce images [like this](https:...

View on GitHub

simroux created a comment on an issue on microbiomedata/nmdc-field-notes
I think I see what you mean now: the screenshot don't have the "phone case" around, is that right ? I think that's fine, Canva should have all we need, but not sure how we planned on doing this. @k...

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
Here's one example. This is: - Scene: > Home screen with list of studies (3 or 4 studies shown, with quasi-realistic sounding names) - Color palette: Light - UI theme: Android - Device dim...

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
OK — thanks! In that case, for Android, I'll use the newest Pixel version listed in Chrome, which is Pixel 7. Similarly, for iPhone, I'll use the newest iPhone version listed in Chrome, which is th...

View on GitHub

simroux created a comment on an issue on microbiomedata/nmdc-field-notes
I actually don't think it matters too much for the Canva integration, as often the screenshot is cropped at the bottom, so I'd say go with the most "modern" one (just because we need to pick one) ?

View on GitHub

pkalita-lbl created a comment on an issue on microbiomedata/nmdc-field-notes
Oh, when I want to hide it I set it I run in production mode temporarily: ```bash NODE_ENV=production npm run dev ``` Maybe we should document that.

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
One thing that I neglected to solicit from the squad is specific device types (e.g. iPhone 12 vs. iPhone 12 Pro vs. iPhone 12 Pro Max). That will dictate what dimensions I set my web browser to (or...

View on GitHub

pkalita-lbl pushed 1 commit to issue-150-slot-visibility-per-study microbiomedata/nmdc-field-notes
  • Do not use schema slot grouping; use application-defined custom ordering e9a2383

View on GitHub

eecavanna opened an issue on microbiomedata/nmdc-field-notes
Allow developer to hide`ReadQueryDevtools` element via build-time env. var. or browser storage flag
I want to allow developers to hide/omit the `ReadQueryDevtools` element — that colorful circle that appears in the lower right of the screen — via a build-time environment variable or a flag in bro...
pkalita-lbl pushed 2 commits to issue-150-slot-visibility-per-study microbiomedata/nmdc-field-notes
  • Standardize font sizes with new custom variables and global classes 8a069b3
  • Use output of slot visibility curation in slot selector modal c7acb94

View on GitHub

pkalita-lbl created a comment on an issue on microbiomedata/nmdc-field-notes
I have added https://microbiomedata.org/privacy (currently a redirect to the LBNL page mentioned above) to both the Apple and Google app metadata. I believe that's all we need for now. Closing.

View on GitHub

Load more