Ecosyste.ms: Timeline

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

csg-org/CompactConnect

isabeleliassen opened an issue on csg-org/CompactConnect
Reporting improvements
isabeleliassen opened an issue on csg-org/CompactConnect
Practitioner can provide proof of privilege
- probably many insurance companies, employers, etc will ask for license number, which is why we might need to generate privilege numbers -
jlkravitz created a review comment on a pull request on csg-org/CompactConnect
Got it. I leave that up to your discretion!

View on GitHub

jlkravitz created a review on a pull request on csg-org/CompactConnect

View on GitHub

jlkravitz created a review comment on a pull request on csg-org/CompactConnect
Got it. That makes a lot of sense. Thanks for the thorough explanation.

View on GitHub

jlkravitz created a review on a pull request on csg-org/CompactConnect

View on GitHub

isabeleliassen opened an issue on csg-org/CompactConnect
Multiple licenses under one SSN
- it is possible that someone may have both OT and OTA licenses which will need to be associated with the same SSN - Even if someone has multiple licenses, they should not be able to select more th...
jlkravitz created a review comment on a pull request on csg-org/CompactConnect
Ah I got it. Thanks!

View on GitHub

jlkravitz created a review on a pull request on csg-org/CompactConnect

View on GitHub

isabeleliassen opened an issue on csg-org/CompactConnect
Adverse Action notification
- when a new adverse action is uploaded against someone, admins where that practitioner holds a license or a privilege need to receive a notification - in the future, when a state is onboarding, we...
isabeleliassen opened an issue on csg-org/CompactConnect
Adverse Action State Upload
-
jusdino created a review comment on a pull request on csg-org/CompactConnect
Yeah, we were talking about the schema refactor here and decided that, for Response Schema in particular, we should move to a much more explicit style to reduce coupling across endpoints, and make ...

View on GitHub

jusdino created a review on a pull request on csg-org/CompactConnect

View on GitHub

jusdino created a review comment on a pull request on csg-org/CompactConnect
All of this logic is part of an API call and this error would result in a 500 response status being returned. We already have alarms defined that fire for any 5XX responses from the API. We could i...

View on GitHub

jusdino created a review on a pull request on csg-org/CompactConnect

View on GitHub

jusdino created a review on a pull request on csg-org/CompactConnect

View on GitHub

jusdino created a review comment on a pull request on csg-org/CompactConnect
Yep. Good catch!

View on GitHub

jusdino created a review comment on a pull request on csg-org/CompactConnect
Previously, we only overwrote the license record with the latest data. Now we add supplementary records that record change history over time. The corresponding API change for licenses only adds a n...

View on GitHub

jusdino created a review on a pull request on csg-org/CompactConnect

View on GitHub

jusdino created a review comment on a pull request on csg-org/CompactConnect
Yeah, this case is now tested in the `function/test_data_client.py` module.

View on GitHub

jusdino created a review on a pull request on csg-org/CompactConnect

View on GitHub

jusdino created a review comment on a pull request on csg-org/CompactConnect
We're passing a more complete-looking provider record into `create_provider_privileges()`. That argument is required by the call signature but is only actually used in the case where an exception i...

View on GitHub

jusdino created a review on a pull request on csg-org/CompactConnect

View on GitHub

jusdino created a review comment on a pull request on csg-org/CompactConnect
Hm. I can't explain that. I'll remove the offending sentence 🤔

View on GitHub

jusdino created a review on a pull request on csg-org/CompactConnect

View on GitHub

jusdino created a review comment on a pull request on csg-org/CompactConnect
Yeah, pretty much. The scopes listed on the resource servers are the ones we've been referring to as 'coarse grained' scopes, which control access to API endpoints entirely, as opposed to the 'fine...

View on GitHub

jusdino created a review on a pull request on csg-org/CompactConnect

View on GitHub

jusdino created a review comment on a pull request on csg-org/CompactConnect
This is not about the order of the update records going out via API. It's about the order that the records come out of the database. We process `licenseUpdate` and `privilegeUpdate` records after `...

View on GitHub

Load more