Ecosyste.ms: Timeline

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

landonshumway-ia

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
any reason to leave this in a commented out state, rather than just removing them completely?

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Honestly, it would be good to have an enum for all of these permission actions now that the list keeps growing. But I won't hold up the PR if you just want to stick with all the hardcoded values fo...

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I feel like this is a case where we should explicitly list the API calls this lambda is allowed to make, rather than using the 'grant_read_data' method, which of course grants more than is needed. ...

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
ditto on using an enum for the 'readSSN' permission, makes it much easier to track where we are using the permission

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Can we mark this as a TODO, so that it's harder to miss?

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
nit - It would be nice if we could move 'readSSN' into an enum, rather than hardcoding it here.

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
We'll have to figure out how this works in the case where a provider's SSN was mistyped on a license and then later adjusted, but I would imagine we would just be making an in place update on the e...

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Can we add a comment here that the 392 is associated with the ticket number? It took me some time to draw the connection.

View on GitHub

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

View on GitHub

landonshumway-ia pushed 1 commit to feat/require-attestations InspiringApps/JCC-CompactConnect
  • update docstring to use reST format fe2b514

View on GitHub

landonshumway-ia pushed 1 commit to feat/require-attestations InspiringApps/JCC-CompactConnect
  • Adding migration script for existing data to include attestations 995b55a

View on GitHub

landonshumway-ia pushed 7 commits to feat/require-attestations InspiringApps/JCC-CompactConnect
  • Feat/pi confirmation (#515) ### Requirements List - A licensee user who's schema is up to date and who has been thr... a1033dd
  • Feat/reinvite staff user (#495) ### Description List - Added a `POST staff-user/:userId/reinvite` endpoint that wil... 48959e1
  • frontend/registration UI (#498) ### Requirements List - New local `.env` variable: - `VUE_APP_RECAPTCHA_KEY` ... 390d308
  • Feat/privilege numbers (#510) ### Description List - Assign a new privilege id on privilege purchase - Reuse privi... 50ee223
  • Feat/monthly reports (#508) CSG has requested that we implement automated monthly transaction reporting. This requi... 5556649
  • Make attestations field required when purchasing privileges Now that the frontend has been updated to pass in attest... cfbba8b
  • remove unused import 9ca0b27

View on GitHub

landonshumway-ia pushed 1 commit to development InspiringApps/JCC-CompactConnect
  • Feat/monthly reports (#508) CSG has requested that we implement automated monthly transaction reporting. This requi... 5556649

View on GitHub

landonshumway-ia pushed 1 commit to feat/transaction-fee-config InspiringApps/JCC-CompactConnect
  • Remove reference to processorFee config from onboarding 8a5d247

View on GitHub

landonshumway-ia created a comment on a pull request on csg-org/CompactConnect
@isabeleliassen those have now been resolved. This should be ready to go. Thanks.

View on GitHub

landonshumway-ia pushed 2 commits to feat/transaction-fee-config InspiringApps/JCC-CompactConnect

View on GitHub

landonshumway-ia pushed 2 commits to feat/transaction-fee-config InspiringApps/JCC-CompactConnect
  • Update API spec to latest 8b1e964
  • Add smoke tests for licensee transaction fee check 6323e7a

View on GitHub

landonshumway-ia pushed 1 commit to feat/monthly-reports InspiringApps/JCC-CompactConnect
  • PR Feedback - setting to first day of month dcb20cb

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Sure, that makes sense. I'll make that update.

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/transaction-fee-config InspiringApps/JCC-CompactConnect
  • Add smoke tests for licensee transaction fee check 3e8320c

View on GitHub

landonshumway-ia pushed 3 commits to feat/transaction-fee-config InspiringApps/JCC-CompactConnect
  • Storing transaction reports in s3 81d2c90
  • add transaction reports bucket This was accidentally dropped during a rebase 7e667ec
  • Update API spec to latest 75ecb70

View on GitHub

landonshumway-ia pushed 1 commit to feat/transaction-fee-config InspiringApps/JCC-CompactConnect
  • add transaction fee fields to API schema 4c98ab3

View on GitHub

landonshumway-ia opened a draft pull request on csg-org/CompactConnect
Feat/support licensee transaction fees
Several compacts have determined to charge credit card transaction fees to licensees, in order to absorb the costs of the fees charged by their Merchant Service Providers. This adds the needed comp...
landonshumway-ia pushed 8 commits to feat/transaction-fee-config InspiringApps/JCC-CompactConnect
  • Feat/pi confirmation (#515) ### Requirements List - A licensee user who's schema is up to date and who has been thr... a1033dd
  • Feat/reinvite staff user (#495) ### Description List - Added a `POST staff-user/:userId/reinvite` endpoint that wil... 48959e1
  • frontend/registration UI (#498) ### Requirements List - New local `.env` variable: - `VUE_APP_RECAPTCHA_KEY` ... 390d308
  • Feat/privilege numbers (#510) ### Description List - Assign a new privilege id on privilege purchase - Reuse privi... 50ee223
  • Add transactionFeeConfiguration section d1c2ad7
  • Add transactionFeeConfiguration section to schemas 3cc790f
  • Remove processor fees from configuration We have determined to hold off on this feature until we understand more abo... 94173d0
  • Adding licensee charge line item to transaction 14c0e60

View on GitHub

landonshumway-ia pushed 1 commit to development InspiringApps/JCC-CompactConnect
  • Feat/privilege numbers (#510) ### Description List - Assign a new privilege id on privilege purchase - Reuse privi... 50ee223

View on GitHub

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

View on GitHub

landonshumway-ia pushed 1 commit to feat/monthly-reports InspiringApps/JCC-CompactConnect
  • Remove .gz file storage logic Given that we don't have hard requirements for how admins will access these reports ou... 1ed52ae

View on GitHub

landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
As I walk through this though, it may be best to just keep this logic simple and only store the zip files with both reports inside, and if a compact admin wants a report for that period they will g...

View on GitHub

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

View on GitHub

Load more