Ecosyste.ms: Timeline

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

csg-org/CompactConnect

jsandoval81 created a review comment on a pull request on csg-org/CompactConnect
`alt` text should ideally be translated. Looks like the language files would just need 1 new entry for ~"Privilege section".

View on GitHub

jsandoval81 created a review comment on a pull request on csg-org/CompactConnect
This doesn't seem super necessary for this PR. I'm curious if this is something your editor yells about or does automatically?

View on GitHub

jsandoval81 created a review comment on a pull request on csg-org/CompactConnect
Let's also add this prop to the `InterfaceLicense` as `Array <LicenseHistoryItem>`. Here we can instantiate the default as `[]`. Avoiding null for array types is generally easier to work with - jus...

View on GitHub

jsandoval81 created a review on a pull request on csg-org/CompactConnect
Looking solid 👍 Nice clear naming of things.

View on GitHub

jsandoval81 created a review on a pull request on csg-org/CompactConnect
Looking solid 👍 Nice clear naming of things.

View on GitHub

jusdino created a review comment on a pull request on csg-org/CompactConnect
I think we can afford to be a bit more conservative here with our time window logic. BETWEEN is inclusive of both its beginning and end values, which makes it very easy to over- or under-report tra...

View on GitHub

jusdino created a review on a pull request on csg-org/CompactConnect
Really good! A few changes - biggest thing is probably making sure we load test this one lambda.

View on GitHub

jusdino created a review on a pull request on csg-org/CompactConnect
Really good! A few changes - biggest thing is probably making sure we load test this one lambda.

View on GitHub

isabeleliassen opened an issue on csg-org/CompactConnect
support tasks list
isabeleliassen opened an issue on csg-org/CompactConnect
practitioner updates home state
- needs design, frontend, updates backend record - all privileges lost when new HS selected--warning message? - can only switch once new HS has added the correct/updated license
isabeleliassen opened an issue on csg-org/CompactConnect
home state stored in API
ChiefStief opened a draft pull request on csg-org/CompactConnect
license number start
### Requirements List - ### Description List - ### Testing List - `yarn test:unit:all` should run without errors or warnings - `yarn serve` should run without errors or warnings - `yarn ...
jlkravitz created a review on a pull request on csg-org/CompactConnect
@isabeleliassen This is good to go!

View on GitHub

jusdino created a comment on a pull request on csg-org/CompactConnect
@jlkravitz , last revision is in!

View on GitHub

landonshumway-ia created a comment on an issue on csg-org/CompactConnect
I will be writing up a document of estimations for the following: 1. Monthly reports 2. Annual Reports 3. Custom range reporting through the application, with the following features/constraints ...

View on GitHub

jusdino created a review comment on a pull request on csg-org/CompactConnect
Ran it by @isabeleliassen - we created a ticket for this: #449

View on GitHub

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

View on GitHub

jusdino opened an issue on csg-org/CompactConnect
Add dedicated privilege rollback failure alarm
In the event that: 1) A privilege purchase transaction fails on the back-end, 2) The back-end attempts to roll back the transaction to get the practitioner's data into a consistent state, and 3) Ev...
landonshumway-ia created a comment on an issue on csg-org/CompactConnect
We have written up the following design document capturing the various options (must have permission to view): https://docs.google.com/document/d/1qwb0dGWDamGDXsOGCHWp0yokEtL4vb2XJnklwJf6vLQ/edit?u...

View on GitHub

jusdino created a review comment on a pull request on csg-org/CompactConnect
Oh, of course. I'll switch to a `.get()`.

View on GitHub

jusdino 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
@jusdino Looks good- do we need to handle the case where a field is _added_? Naively, I wonder if it would work to just do: ```python updated_values = {key: value for key, value in new_lice...

View on GitHub

jlkravitz 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
I did not handle the case where a key is _removed_ in a new license in the first pass. I've updated this logic (and the API) to include a `removedValues` field to represent fields removed in an upd...

View on GitHub

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

View on GitHub

isabeleliassen opened an issue on csg-org/CompactConnect
Public Lookup
the public can look up a licensee by name, state, or license number and view their active and past privileges, purchase and expiration dates, and if any of those licenses have discipline
Load more