Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pkalita-lbl pushed 1 commit to issue-150-slot-visibility-per-study microbiomedata/nmdc-field-notes
- Change function name to reflect usage 3864569
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.
pkalita-lbl pushed 1 commit to issue-150-slot-visibility-per-study microbiomedata/nmdc-field-notes
- Use previously defined TemplateName type fc0ab84
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...
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.
pkalita-lbl pushed 3 commits to issue-150-slot-visibility-per-study microbiomedata/nmdc-field-notes
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.
ssarrafan created a comment on an issue on microbiomedata/nmdc-field-notes
@eecavanna did this get updated this week?
ssarrafan created a comment on an issue on microbiomedata/nmdc-field-notes
Appears to be in progress still.
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...
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...
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...
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 ...
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
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 ...
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...
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...
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:...
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...
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...
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...
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) ?
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.
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...
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