Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
landonshumway-ia pushed 3 commits to feat/transaction-history-collector InspiringApps/JCC-CompactConnect
landonshumway-ia pushed 1 commit to feat/read-access-updates InspiringApps/JCC-CompactConnect
- PR feedback 7710691
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
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
landonshumway-ia pushed 1 commit to feat/read-access-updates InspiringApps/JCC-CompactConnect
- Update dependencies to latest 454a490
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I've pulled that in.
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.
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.
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.
landonshumway-ia pushed 1 commit to feat/read-access-updates InspiringApps/JCC-CompactConnect
- PR feedback - readPrivate doc rewording 2d2a59a
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
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
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.
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I'll add a comment capturing this intent for brittleness
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 ...
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
yep good catch, leftover from my first implementation
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 ...
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