Ecosyste.ms: Timeline

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

microbiomedata/nmdc-field-notes

eecavanna pushed 1 commit to 187-regular-expressions-are-difficult-to-use-as-a-novice-in-entering-values microbiomedata/nmdc-field-notes
  • Clarify comment and run Prettier to format source code c43d16b

View on GitHub

eecavanna opened a pull request on microbiomedata/nmdc-field-notes
Display slot patterns within a dedicated accordion (collapsed by default)
On this branch, I removed the slot's pattern information (both its `pattern` value and its `structured_pattern.syntax` value) from the general "Guidance" section. Then, I added an accordion—collaps...
eecavanna pushed 1 commit to 187-regular-expressions-are-difficult-to-use-as-a-novice-in-entering-values microbiomedata/nmdc-field-notes
  • Prevent accordion item header from having black background in dark mode bfdc7ce

View on GitHub

eecavanna pushed 3 commits to 187-regular-expressions-are-difficult-to-use-as-a-novice-in-entering-values microbiomedata/nmdc-field-notes
  • De-emphasize pattern information by removing "Format" heading 4a324ad
  • Uninstall and un-integrate the outdated `regex-colorizer` package bfc8b7c
  • Add gray background to regular expression pattern 1363783

View on GitHub

eecavanna pushed 1 commit to 187-regular-expressions-are-difficult-to-use-as-a-novice-in-entering-values microbiomedata/nmdc-field-notes
  • Disregard structured pattern, if any, defined in submission schema 968d740

View on GitHub

pkalita-lbl created a comment on an issue on microbiomedata/nmdc-field-notes
cc: @simroux

View on GitHub

pkalita-lbl opened an issue on microbiomedata/nmdc-field-notes
Use standard section header for studies and samples lists
Currently the "Studies" header above the studies list and the "Samples (N)" header above the samples list do not use our custom section header component. They use the `IonListHeader` and `IonLabel`...
eecavanna pushed 1 commit to 187-regular-expressions-are-difficult-to-use-as-a-novice-in-entering-values microbiomedata/nmdc-field-notes
  • PoC: Use `regex-colorizer` (version `v0.3.1`) to colorize regex pattern 7c7cd40

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
I tried using the [regex-colorizer](https://github.com/slevithan/regex-colorizer) library to apply syntax highlighting to the pattern. The latest version of that library available on NPM is version...

View on GitHub

eecavanna pushed 1 commit to 187-regular-expressions-are-difficult-to-use-as-a-novice-in-entering-values microbiomedata/nmdc-field-notes
  • Extract regex pattern rendering into own React component 3027301

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
Here's where I'm at so far. - <img width="623" alt="Image" src="https://github.com/user-attachments/assets/2a69d139-1645-4d01-bbf5-13c2bde68f41" /> Highlights: - I removed the pattern information...

View on GitHub

eecavanna pushed 1 commit to 187-regular-expressions-are-difficult-to-use-as-a-novice-in-entering-values microbiomedata/nmdc-field-notes
  • Use a monospaced font when displaying regular expression patterns 4a4cf91

View on GitHub

eecavanna pushed 1 commit to 187-regular-expressions-are-difficult-to-use-as-a-novice-in-entering-values microbiomedata/nmdc-field-notes
  • Update obsolete comment in unrelated source code file 84d49dc

View on GitHub

eecavanna pushed 1 commit to 187-regular-expressions-are-difficult-to-use-as-a-novice-in-entering-values microbiomedata/nmdc-field-notes
  • Move slot regex pattern guidance into collapsible "Format" section baa68b8

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
For my own reference, I'll use the following field as a test subject while working on this. - Template: `soil` > Field name: `collection date`. Here's how the "Guidance" for that field appears tod...

View on GitHub

eecavanna created a comment on an issue on microbiomedata/nmdc-field-notes
Hi @mslarae13, yes, I'll keep the submission portal in mind while I work on this. Everything I have in mind at this point is doable in the submission portal, too.

View on GitHub

eecavanna created a branch on microbiomedata/nmdc-field-notes

187-regular-expressions-are-difficult-to-use-as-a-novice-in-entering-values - Mobile app for metadata collection on the go

mslarae13 created a comment on an issue on microbiomedata/nmdc-field-notes
I'm going to add this to the submission portal board as well. Same problem to settle there.

View on GitHub

pkalita-lbl created a comment on an issue on microbiomedata/nmdc-field-notes
> the examples are "813", and "48835" That's a bug and was fixed as part of https://github.com/microbiomedata/submission-schema/pull/284. The app will inherit that change after the next production...

View on GitHub

simroux created a comment on an issue on microbiomedata/nmdc-field-notes
I was thinking only of the field "collection time, GMT" (per the soil template), but I think this field may need some review/work anyway (the regular expression seems to imply some hours/minutes/se...

View on GitHub

pkalita-lbl created a comment on an issue on microbiomedata/nmdc-field-notes
It's tricky because as [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Dates) suggests, there's no such thing as a date with a timezone attached. A date -- on it's own -- doesn't indicate any par...

View on GitHub

pkalita-lbl pushed 1 commit to main microbiomedata/nmdc-field-notes

View on GitHub

eecavanna deleted a branch microbiomedata/nmdc-field-notes

220-delete-unreferenced-pages-from-codebase-eg-tour-page

eecavanna pushed 2 commits to main microbiomedata/nmdc-field-notes
  • Remove obsolete `/tour` path and `PlaceholderPage` component c716a7f
  • Merge pull request #222 from microbiomedata/220-delete-unreferenced-pages-from-codebase-eg-tour-page b1a8c43

View on GitHub

eecavanna closed an issue on microbiomedata/nmdc-field-notes
Delete unreferenced pages from codebase (e.g. Tour page)
Today, I merged PR https://github.com/microbiomedata/nmdc-field-notes/pull/218 into `main`. As Git was merging the two branches, I realized I forgot to review the code base for files that are no lo...
eecavanna closed a pull request on microbiomedata/nmdc-field-notes
Remove obsolete `/tour` path and `PlaceholderPage` component
On this branch, I cleaned up some obsolete code I neglected to clean up via https://github.com/microbiomedata/nmdc-field-notes/pull/218. Specifically, I deleted the `/tour` path (now that there is ...
eecavanna opened a pull request on microbiomedata/nmdc-field-notes
Remove obsolete `/tour` path and `PlaceholderPage` component
On this branch, I cleaned up some obsolete code I neglected to clean up via https://github.com/microbiomedata/nmdc-field-notes/pull/218. Specifically, I deleted the `/tour` path (now that there is ...
eecavanna pushed 1 commit to 220-delete-unreferenced-pages-from-codebase-eg-tour-page microbiomedata/nmdc-field-notes
  • Remove obsolete `/tour` path and `PlaceholderPage` component c716a7f

View on GitHub

eecavanna created a branch on microbiomedata/nmdc-field-notes

220-delete-unreferenced-pages-from-codebase-eg-tour-page - Mobile app for metadata collection on the go

eecavanna deleted a branch microbiomedata/nmdc-field-notes

183-b-simplify-welcome-screen-and-align-with-current-app-features

Load more