Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
landonshumway-ia pushed 1 commit to feat/provider-id-transactions InspiringApps/JCC-CompactConnect
- Add smoke test for privilege purchase flow 1135475
landonshumway-ia pushed 1 commit to feat/provider-id-transactions InspiringApps/JCC-CompactConnect
- Reverting to # delimited string da6a2e6
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
@jlkravitz so I just tested making a transaction using a json serialized string, and authorize.net removed the brackets around the object. That was unexpected behavior which is not documented in th...
landonshumway-ia pushed 1 commit to feat/provider-id-transactions InspiringApps/JCC-CompactConnect
- Update purchase privilege endpoint to use correct min for card length During testing, found that some card numbers c... 4a22905
landonshumway-ia created a comment on a pull request on csg-org/CompactConnect
I've rebased the branch with development and updated our API spec to latest, hence the large diff. The actual code changes are still relatively small.
landonshumway-ia pushed 6 commits to feat/provider-id-transactions InspiringApps/JCC-CompactConnect
- Feat/military affiliation records (#363) We need to support licensees uploading documentation as evidence for their... 92354fe
- Lambda\Dependency update (#367) ### Requirements List - **`/backend/compact-connect/lambdas/cloudfront-csp`** ... 006fffd
- Passing licensee id into order description 7ef7585
- Add test to check for licensee in order description 239007e
- using json string to store licensee id c68f4f0
- Update API schema to latest 3dba704
landonshumway-ia pushed 1 commit to feat/provider-id-transactions InspiringApps/JCC-CompactConnect
- using json string to store licensee id 1c5ddbc
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
However, doing the math, if we were to convert this to into a json formatted string it would put us at 52 characters. That leaves us with 203 characters, which is arguable still plenty of headroom ...
landonshumway-ia pushed 1 commit to feat/standard-timezone InspiringApps/JCC-CompactConnect
- use config datetime for bucket prefix date 79d93b5
landonshumway-ia pushed 1 commit to feat/standard-timezone InspiringApps/JCC-CompactConnect
- Fix linter issue with loop var 2fe93fe
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
That's a great question and I think the main answer is character count. We can only store 255 chars in this field, and to support json we would need double quotes around the keys and string values,...
landonshumway-ia pushed 1 commit to feat/standard-timezone InspiringApps/JCC-CompactConnect
- Fix test setup to mock new config prop 21e75aa
landonshumway-ia pushed 1 commit to feat/standard-timezone InspiringApps/JCC-CompactConnect
- Formatter / linter changes d3fdfa6
landonshumway-ia opened a draft pull request on csg-org/CompactConnect
Feat/standardize timezone used to track datetimes
Previously, our system was using a non-standard timezone for recording when records were created/updated. This could potentially cause problems in the future should the needs of the system change ...landonshumway-ia pushed 1 commit to feat/standard-timezone InspiringApps/JCC-CompactConnect
- add comments about remaining Date fields 94fb692
landonshumway-ia created a branch on InspiringApps/JCC-CompactConnect
feat/standard-timezone - A system to share professional licensure data between state licensing boards for participating in occupational licensure compacts.
landonshumway-ia pushed 2 commits to development InspiringApps/JCC-CompactConnect
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
I've suppressed the linter and replaced the print statements to improve readability
landonshumway-ia pushed 1 commit to feat/military-affiliation-records InspiringApps/JCC-CompactConnect
- PR feedback ac84f69
landonshumway-ia created a review comment on a pull request on csg-org/CompactConnect
ah sorry, I was looking at the lines about this, no that comment looks outdated, I'll remove it.
landonshumway-ia opened a pull request on csg-org/CompactConnect
Feat/Record licensee id in privilege transactions
For reporting purposes, we must capture the user id of the licensee in the transaction record in authorize.net. Our user ids are generated as UUIDv4 strings, which are 36 characters long and contai...landonshumway-ia created a branch on InspiringApps/JCC-CompactConnect
feat/provider-id-transactions - A system to share professional licensure data between state licensing boards for participating in occupational licensure compacts.