Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Good catch, I've updated the comment
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I've included this fix in one of the commits
landonshumway-ia pushed 37 commits to feat/licensee-registration InspiringApps/JCC-CompactConnect
- Add licenseNumber to license upload, db, and display #264 (#450) ### Requirements List - ### Description List ... a43b29e
- Initial implementation of registration endpoint This change requires us to add a new field to license records 'ssnLa... b55147a
- Formatting / linter 1882bb4
- Add record schema for provider home jurisdiction selection 2d76f14
- creating home jurisdiction selection 3799b30
- Make user creation process more robust 6a79aa1
- Using selected home state when purchasing privileges 38ebcbc
- Returning the homeStateSelection object in provider data 279a964
- Checking for home state selection during ingest pipeline updates d14436f
- Update requirements d77fc35
- Update permissions, env vars to align environment with needed API calls a206e28
- Add rate limiting to registration logic We do not want users calling this endpoint any more than 3 times every 15 mi... 756c6c1
- Add registration metrics to track success vs failure c987db2
- Add alarm for high registration failures We will want to be notified if the registration endpoint is experiencing a ... ff911ca
- Add documentation for setup of Google reCaptcha tokens a8e0cbe
- Update API models to include updated fields bc50f0c
- Formatting f309f87
- add README detail about local host domain setup f891aa6
- URL encode names in licenseGSI This is needed so the GSI can work gracefully with international characters. 242d7bc
- PR feedback - part 1 - update docstrings to use correct format - remove unneeded catch blocks to follow interface pa... cca56be
- and 17 more ...
landonshumway-ia pushed 1 commit to feat/licensee-registration InspiringApps/JCC-CompactConnect
- PR feedback - clarifying comments 2d8b650
landonshumway-ia pushed 1 commit to feat/licensee-registration InspiringApps/JCC-CompactConnect
- Fix README formatting/extract common reCAPTCHA steps 1ab3771
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Ok, I'll get this cleaned up and move the common steps into another section.
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
The minimum rate which WAF will throttle is 10 requests every 5 minutes (~2 per minute) which is higher than what we originally designed for this public endpoint. See https://aws.amazon.com/about-a...
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
Our original design included them in the SK, but there were concerns about the GSI information being leaked with the SSN values, so in the interest of keeping that information secure, we determined...
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
see comment above. I can add a comment explaining how these metrics work to make it clearer to future devs
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
The `metric_name` corresponds to the metric we are creating in the registration lambda code here: https://github.com/csg-org/CompactConnect/pull/460/files#diff-8551646bf8612a129941e499f621062fce6a8...
landonshumway-ia created a comment on an issue on csg-org/CompactConnect
@isabeleliassen As we implement adding on the transaction fee (2.9% + $0.30) for licensees, we will need a decision on the rounding method to use when the transaction percentage fee results in frac...
landonshumway-ia pushed 1 commit to feat/licensee-registration InspiringApps/JCC-CompactConnect
- Only drop licenseGSI field if present on object To keep this addition backwards compatible with the system 658a768
landonshumway-ia deleted a branch InspiringApps/JCC-CompactConnect
feat/military-affiliation-records
landonshumway-ia deleted a branch InspiringApps/JCC-CompactConnect
feat/state-not-uploading-notification