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 3 commits to feat/transaction-history-collector InspiringApps/JCC-CompactConnect
  • Implement authorize.net transaction collection adf8969
  • Add test cases for transaction processor lambda 30a06c9
  • Add logger statements to transaction details flow d2bb2e1

View on GitHub

landonshumway-ia pushed 1 commit to feat/read-access-updates InspiringApps/JCC-CompactConnect

View on GitHub

landonshumway-ia pushed 6 commits to feat/transaction-history-collector InspiringApps/JCC-CompactConnect
  • Feat/auth tweaks (#388) ### Requirements List - Python 3.12+ - A working sandbox account, once you have access you... 5977b08
  • WIP - add transaction history collector resources 9d4765c
  • WIP - email notification service f0d2f00
  • Move email notification service lambda into persistent stack Creating stub lambda for email service 1880683
  • Move transaction monitoring workflow into stack Keeping this system broken out into its own respective stack, as it ... 34d645e
  • WIP - processing transactions db0e62b

View on GitHub

landonshumway-ia created a comment on a pull request on csg-org/CompactConnect
@jlkravitz This should now be ready for another review based on initial feedback. Thanks

View on GitHub

landonshumway-ia pushed 1 commit to feat/read-access-updates InspiringApps/JCC-CompactConnect
  • Update dependencies to latest 454a490

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I've pulled that in.

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 as above comment -- I've removed this section since it turns out we don't even support deleting users for now.

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
Discussed with @jusdino, and it looks like the system currently does not even support deleting users, so I have removed that entire detail for now to avoid confusion.

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
I've rewritten the entire section to hopefully make the permissions model more explicit.

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/read-access-updates InspiringApps/JCC-CompactConnect
  • PR feedback - readPrivate doc rewording 2d2a59a

View on GitHub

landonshumway-ia pushed 1 commit to feat/read-access-updates InspiringApps/JCC-CompactConnect
  • PR feedback - documentation changes Attempting to clarify the permissions granted to common staff user types and wha... f0684a4

View on GitHub

landonshumway-ia pushed 1 commit to feat/read-access-updates InspiringApps/JCC-CompactConnect
  • PR feedback - code changes - address outdated comments - improved context in other comments - fix formatting issues ... 565e279

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
After looking this over, I found another way to remove the brittleness of those tests while still assuring the necessary resources are created. I'll update the tests.

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
I'll add a comment capturing this intent for brittleness

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Good catch, one of these tests is now redundant. In my initial implementation, the query endpoint was filtering based on permissions. However, during one of our standups it was determined that the ...

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
yep good catch, leftover from my first implementation

View on GitHub

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

View on GitHub

landonshumway-ia pushed 22 commits to feat/read-access-updates InspiringApps/JCC-CompactConnect
  • Feat/auth tweaks (#388) ### Requirements List - Python 3.12+ - A working sandbox account, once you have access you... 5977b08
  • create/patch staff users account for 'readPrivate' permission bb1c1a3
  • Replace current 'read' scope with 'readGeneral' The previous 'read' compact scope is now replaced with the 'readGene... 415d159
  • Formatter/linter changes 07317e4
  • update getProvider endpoint to filter private data based on permissions 1f79d0d
  • Removing ssn from provider record if caller does not have readPrivate permission 8180bf7
  • Using common provider schema to define allowed fields returned in schema This will make is easier to make schema upd... a4e1ede
  • Formatter changes ca4b2cc
  • Add smoke tests for query/GET provider endpoints 012d10c
  • formatter changes 1dab0f9
  • Remove duplicated method bd755f5
  • Update permission schema to include readPrivate permission 2e82e1f
  • PR feedback - remove DOB from general data - always returning general data from query endpoint, regardless of user s... 4021370
  • Formatting changes b9238fc
  • Replace public license schema with general license schema eecc909
  • Add explicit comment for sanitized provider schema d6b5f31
  • Refactor Smoke tests - part 1 Simplify test user login process so the creation/deletion of staff users can be automa... acf5d48
  • Add smoke test for readPrivate access This test confirms that if a user has the 'readPrivate' permission they will r... 6e84b8a
  • Formatting adab3ae
  • Replace permission schema updates moved from rebase e9e9c68
  • and 2 more ...

View on GitHub

landonshumway-ia pushed 1 commit to development InspiringApps/JCC-CompactConnect
  • Feat/auth tweaks (#388) ### Requirements List - Python 3.12+ - A working sandbox account, once you have access you... 5977b08

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Unfortunately (or fortunately, depending on how you want to look at it), onboarding a new compact will require test changes, since we have tests that are explicitly checking IAM permission policies...

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
Yes, but this is referring to the behavior of our other scopes, where if you are granted to fine-grain permission at the jurisdiction level, you are also granted the course-grain scope permission t...

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
looks like an automated formatter change. I'll fix it.

View on GitHub

Load more