Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jsandoval81 created a review comment on a pull request on csg-org/CompactConnect
@jlkravitz Created hotfix PR #484.
jsandoval81 created a comment on a pull request on csg-org/CompactConnect
@jlkravitz This is ready for your review.
jsandoval81 opened a pull request on csg-org/CompactConnect
Add aria-label to mobile nav logo
### Requirements List - _None_ ### Description List - Add aria-label to mobile nav logo ### Testing List - `yarn test:unit:all` should run without errors or warnings - `yarn serve` should...jsandoval81 created a branch on InspiringApps/JCC-CompactConnect
frontend/mobile-nav-aria-label - A system to share professional licensure data between state licensing boards for participating in occupational licensure compacts.
jsandoval81 created a review comment on a pull request on csg-org/CompactConnect
@jlkravitz The string matching part of a plugin was not behaving as expected. Given this isn't enforced on the server anyway, we can just remove that validation for now. PR #483 opened for your rev...
jsandoval81 created a comment on a pull request on csg-org/CompactConnect
@jlkravitz This hotfix is ready for your review.
jsandoval81 opened a pull request on csg-org/CompactConnect
Simplify password constraints to match server
### Requirements List - _None_ ### Description List - Joi password plugin was not string matching all cases as expected, so we just removed that constraint since it wasn't server enforced anyw...jsandoval81 created a branch on InspiringApps/JCC-CompactConnect
frontend/remove-pw-constraint - A system to share professional licensure data between state licensing boards for participating in occupational licensure compacts.
jsandoval81 opened a draft pull request on csg-org/CompactConnect
WIP: Attestations page
### Requirements List - _None_ ### Description List - TODO ### Testing List - `yarn test:unit:all` should run without errors or warnings - `yarn serve` should run without errors or warnin...jsandoval81 created a branch on InspiringApps/JCC-CompactConnect
frontend/attestation-page - A system to share professional licensure data between state licensing boards for participating in occupational licensure compacts.
jsandoval81 created a comment on a pull request on csg-org/CompactConnect
@jlkravitz This is ready for your review.
jsandoval81 created a review comment on a pull request on csg-org/CompactConnect
Another option is to just control loading UI from the page component itself. Even if it's not a custom spinner component like the Lists have, you could just have these licensee detail pages just re...
jsandoval81 created a review on a pull request on csg-org/CompactConnect
Looks really good. Tests well across browsers incl. the mobile simulator. 🚀 Just a few follow-on questions below about 2 items before the renewal updates.
jsandoval81 created a review comment on a pull request on csg-org/CompactConnect
Does moving from casting to type declaration make any difference? E.g.: ``` this.licenseePrivileges.forEach((privilege: License) => { ... privilege.history?.forEach((historyItem: Lice...
jsandoval81 created a comment on an issue on csg-org/CompactConnect
@isabeleliassen We can remove this in favor of #264
jsandoval81 pushed 1 commit to frontend/registration-ui InspiringApps/JCC-CompactConnect
- WIP: Registration UI b5248d4