Ecosyste.ms: Timeline

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

landonshumway-ia

landonshumway-ia pushed 1 commit to feat/weekly-reports InspiringApps/JCC-CompactConnect

View on GitHub

landonshumway-ia pushed 1 commit to feat/weekly-reports InspiringApps/JCC-CompactConnect
  • Improve logging / error handling cases e3c5e81

View on GitHub

landonshumway-ia pushed 1 commit to feat/weekly-reports InspiringApps/JCC-CompactConnect

View on GitHub

landonshumway-ia pushed 1 commit to feat/weekly-reports InspiringApps/JCC-CompactConnect
  • Adding exponential backoff retries for getting providers in batch 90dd4d0

View on GitHub

landonshumway-ia pushed 1 commit to feat/weekly-reports InspiringApps/JCC-CompactConnect
  • Email transaction reports to jurisdictions b59e64d

View on GitHub

landonshumway-ia pushed 1 commit to feat/weekly-reports InspiringApps/JCC-CompactConnect
  • WIP - sending jurisdiction reporting 235812e

View on GitHub

landonshumway-ia pushed 1 commit to feat/weekly-reports InspiringApps/JCC-CompactConnect
  • Add logic to send csv file report attachments ba60c57

View on GitHub

landonshumway-ia pushed 1 commit to feat/weekly-reports InspiringApps/JCC-CompactConnect

View on GitHub

landonshumway-ia opened a draft pull request on csg-org/CompactConnect
Feat/weekly reports
compact commission admins and state admins will want to know how many compact privileges were purchased in a week, who purchased them, which states they were purchased for, and the cost totals so t...
landonshumway-ia pushed 1 commit to feat/weekly-reports InspiringApps/JCC-CompactConnect
  • Handle case where unknown jurisdiction is found in transactions This is very unlikely to occur in the system, but if... b213565

View on GitHub

landonshumway-ia created a branch on InspiringApps/JCC-CompactConnect

feat/weekly-reports - A system to share professional licensure data between state licensing boards for participating in occupational licensure compacts.

landonshumway-ia created a comment on a pull request on csg-org/CompactConnect
This is ready for your review @jlkravitz

View on GitHub

landonshumway-ia created a review on a pull request on csg-org/CompactConnect
Looks Great

View on GitHub

landonshumway-ia created a review on a pull request on csg-org/CompactConnect
Looks Great

View on GitHub

landonshumway-ia pushed 2 commits to development InspiringApps/JCC-CompactConnect
  • Feat/military affiliation (#426) ### Requirements List - A working LicenseeUser account ### Description List - ... 32788ec
  • Feat/Add Attestations API Endpoint (#422) b6edd27

View on GitHub

landonshumway-ia pushed 1 commit to feat/attestation-tracking InspiringApps/JCC-CompactConnect
  • Add comment regarding version stored as string 85bb35a

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I've updated the comment to hopefully make it more clear

View on GitHub

landonshumway-ia created a review on a pull request on csg-org/CompactConnect

View on GitHub

landonshumway-ia pushed 1 commit to feat/attestation-tracking InspiringApps/JCC-CompactConnect

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
We can... it just makes the serialization/deserialization a little more tricky to mess with. DynamoDB stores all numbers as a 'Decimal' type regardless if it is an integer or float, which will caus...

View on GitHub

landonshumway-ia created a review on a pull request on csg-org/CompactConnect

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Good call out, initially I had it as an optional field, but there's no reason it shouldn't be required. All of our current configuration files have it included, so I will remove this check and we'l...

View on GitHub

landonshumway-ia created a review on a pull request on csg-org/CompactConnect

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
same here: `_populate_update_record`

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Great check 👍

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
nit: should start with underscore if we don't intend to call it outside of this file: `_process_license_update`

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Just need to check my understanding here: with the way this is structured, it suggests that the base license and privilege records will ALWAYS come first in the array before any update records for ...

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
This right here makes me wonder if we should consider choosing other separators if we need to have logic like this... Are there not other options we could use that wouldn't require this?

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
This is a pretty critical piece, as whatever pattern we choose we will essentially be locked into forever to determine the update records by hash. I am trying to walk through any drawbacks with thi...

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
We should also have a log statement showing that we are restoring the record and what the change would have been. Given that we don't expect this code to get exercised very often, we should be fine...

View on GitHub

Load more