Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
landonshumway-ia created a comment on an issue on csg-org/CompactConnect
Capturing notes from standup for future reference: - Currently, NONE of the compacts will be splitting transaction fees across jurisdictions - The COUN compact will cover these fees themselves, as...
landonshumway-ia opened an issue on csg-org/CompactConnect
Support passing transaction fees to practitioner when purchasing privileges
The ASLP and OT compacts want practitioners to pay for the transaction fees charged by the Compact's Merchant Service Provider (Authorize.net's MSP charges 2.9% + 30 cents per transaction). We need...landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I think as long as we are willing to do that before we merge this, so the impact is minimal
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
In addition to my previous comment about backwards compatibility, we could make the status check optional so it wouldn't break our current users ``` if record.get('status') != StaffUserStatus.ACT...
landonshumway-ia pushed 32 commits to feat/licensee-registration InspiringApps/JCC-CompactConnect
- Feat/delete staff user (#486) ### Description List - Added DELETE method to /v1/compacts/:compact/staff-users/:user... 064a861
- Initial implementation of registration endpoint This change requires us to add a new field to license records 'ssnLa... fe94191
- Formatting / linter 215de8f
- Add record schema for provider home jurisdiction selection 75d5c97
- creating home jurisdiction selection 69a85a2
- Make user creation process more robust ba08bb0
- Using selected home state when purchasing privileges ff78324
- Returning the homeStateSelection object in provider data 6fc68cb
- Checking for home state selection during ingest pipeline updates f579f09
- Update requirements 8dbd0e2
- Update permissions, env vars to align environment with needed API calls 05f2444
- Add rate limiting to registration logic We do not want users calling this endpoint any more than 3 times every 15 mi... 46e0c93
- Add registration metrics to track success vs failure 19bb049
- Add alarm for high registration failures We will want to be notified if the registration endpoint is experiencing a ... 4637132
- Add documentation for setup of Google reCaptcha tokens 600f4ac
- Update API models to include updated fields a8844dc
- Formatting 853e500
- add README detail about local host domain setup 43a368a
- URL encode names in licenseGSI This is needed so the GSI can work gracefully with international characters. 3e9d220
- PR feedback - part 1 - update docstrings to use correct format - remove unneeded catch blocks to follow interface pa... 7bd2e37
- and 12 more ...
landonshumway-ia pushed 1 commit to feat/licensee-registration InspiringApps/JCC-CompactConnect
- PR feedback - using conditional write to check for registered user 66a061c
landonshumway-ia created a comment on an issue on csg-org/CompactConnect
@isabeleliassen I've moved this ticket into Icebox as this effort can be completed post MVP. If you need it moved back into the backlog let us know, as this is not a small effort.
landonshumway-ia pushed 1 commit to feat/licensee-registration InspiringApps/JCC-CompactConnect
- documentation for compact payment credential onboarding 35544f5
landonshumway-ia pushed 3 commits to feat/licensee-registration InspiringApps/JCC-CompactConnect
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I've updated the API spec, but as far as the postman collection goes... this registration endpoint can't be called through a tool like postman, since it requires a valid reCAPTCHA token, which must...
landonshumway-ia pushed 1 commit to feat/licensee-registration InspiringApps/JCC-CompactConnect
- Update API spec to latest 9e210d7
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I'm not sure exactly what you mean. Are you saying we should then be moving the timer in such a way that it triggers a throttle, and then move it again to make it a 200 response?
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Ok, I've added the conditional write check, but I would still like to keep this check in place here since in this case we do not want to return an error if a user has already registered with the sy...
landonshumway-ia pushed 1 commit to feat/licensee-registration InspiringApps/JCC-CompactConnect
- update common test to not expect licenseGSI 6811444
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
That should work. I'll add that in.
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Fair enough, I've updated the schema to use jurisdiction in place of state
landonshumway-ia pushed 1 commit to feat/licensee-registration InspiringApps/JCC-CompactConnect
- PR feedback - schema field name updates - changed homeStateSelection to homeJurisdictionSelection - changed state in... 3f7856d
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Great catch, that needs to be fixed
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Not anymore 😅 I've updated the license schema to remove those fields with a post_load hook
landonshumway-ia pushed 1 commit to feat/licensee-registration InspiringApps/JCC-CompactConnect
- PR feedback - do not return license GSI in api 0973d8f