Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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
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
eecavanna pushed 3 commits to 187-regular-expressions-are-difficult-to-use-as-a-novice-in-entering-values 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
- Disregard structured pattern, if any, defined in submission schema 968d740
pkalita-lbl created a comment on an issue on microbiomedata/nmdc-field-notes
cc: @simroux
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
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...
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
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...
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
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
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
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...
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.
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.
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...
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...
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...
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
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
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