Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jlkravitz created a review on a pull request on csg-org/CompactConnect
@isabeleliassen Good to merge!
jusdino created a review on a pull request on csg-org/CompactConnect
@jlkravitz , this one is ready for you!
jusdino created a comment on a pull request on csg-org/CompactConnect
@jlkravitz ready for you!
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Good call. I've updated the diagram to reflect the single choice step.
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
No, I didn't want to mess with trying to merge them on the first pass, but now that I'm looking at it we should just have one class that is used in both places
jusdino created a review on a pull request on csg-org/CompactConnect
So excited to see the end of these resources. I see a couple of strays that aren't caught in here, though: - `lambdas/python/delete-objects` - `lambdas/python/license-data`
jusdino created a review comment on a pull request on csg-org/CompactConnect
Great choice to test for this statement in particular. Since you're doing that, you might as well test each configured compact, rather than just `aslp`. You have the actual `Stack` so you can get e...
jusdino created a review comment on a pull request on csg-org/CompactConnect
Why not `week_day='*'`?
jusdino created a review comment on a pull request on csg-org/CompactConnect
This is a great use of a Step Function. Props for that.
jusdino created a review comment on a pull request on csg-org/CompactConnect
Thanks for adding the diagram for this. Can you adjust the diagram to make the correlation to this code a little more obvious? I think just adjusting the two decision nodes would suffice. This flow...
jusdino created a review on a pull request on csg-org/CompactConnect
This is a great solution! Good work! I'd recommend a few tweaks:
jusdino created a review on a pull request on csg-org/CompactConnect
This is a great solution! Good work! I'd recommend a few tweaks:
landonshumway-ia opened a pull request on csg-org/CompactConnect
Remove mock resources from persistent stack
This is part two of the mock resource cleanup. Now that the API ands Ingest stacks are no longer referencing the mock data resources, we can safely delete them from the persistent stack. ### Req...landonshumway-ia opened a draft pull request on csg-org/CompactConnect
Feat/Transaction History Processing Workflow with Email Notifications
This PR adds a new workflow for processing transaction history and sending email notifications when batch settlement failures occur. The workflow consists of two main components: 1. Transacti...jusdino closed an issue on csg-org/CompactConnect
Move SSN to a dedicated, restricted Table (backend)
Remove the SSN/Provider id records from the provider data table and move them to a dedicated, more restricted table, with a dedicated KMS key. - Add a resource policy statement to the table that d...isabeleliassen closed an issue on csg-org/CompactConnect
Read Permissions (backend)
- state administrators can view all the data for those that have a license or privilege in their state (this includes a license that is not the "home state" license) - state administrators can see ...isabeleliassen pushed 1 commit to development csg-org/CompactConnect
- Feat/read access updates (#387) fb49f60