Ecosyste.ms: Timeline

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

isabeleliassen

isabeleliassen closed an issue on csg-org/CompactConnect
Read Permissions (backend)
- state administrators can view all the data for those that have a license or privilege in their state (this includes a license that is not the "home state" license) - state administrators can see ...
isabeleliassen pushed 1 commit to development csg-org/CompactConnect
  • Feat/read access updates (#387) fb49f60

View on GitHub

isabeleliassen closed a pull request on csg-org/CompactConnect
Feat/read access updates
We need to support specific read access for our staff users when searching for providers in their respective compacts/jurisdictions. This makes the following updates to our permissions model -...
isabeleliassen created a review on a pull request on csg-org/CompactConnect

View on GitHub

isabeleliassen pushed 1 commit to development csg-org/CompactConnect

View on GitHub

isabeleliassen closed a pull request on csg-org/CompactConnect
Feat/ssn table
### Description List - Added minor improvements to API/Lambda logging to make tracing requests easier - Moved SSN/provider_id association records into a separate DynamoDB table - Encrypted that ...
isabeleliassen created a review on a pull request on csg-org/CompactConnect

View on GitHub

isabeleliassen closed an issue on csg-org/CompactConnect
Fix auth to work as expected
- After research, chosen first stage for this is to chain logout redirect urls to be able to log any user out using just cognito from both pools - Explore customization options for login page, at ...
isabeleliassen closed an issue on csg-org/CompactConnect
Fix auth to work as expected
- After research, chosen first stage for this is to chain logout redirect urls to be able to log any user out using just cognito from both pools - Explore customization options for login page, at ...
isabeleliassen pushed 1 commit to development csg-org/CompactConnect
  • Feat/auth tweaks (#388) ### Requirements List - Python 3.12+ - A working sandbox account, once you have access you... 5977b08

View on GitHub

isabeleliassen closed a pull request on csg-org/CompactConnect
Feat/auth tweaks
### Requirements List - Python 3.12+ - A working sandbox account, once you have access you can get it set up by: 0) Create AWS CLI profile that has access to your sandbox and login as that 1) F...
isabeleliassen created a review on a pull request on csg-org/CompactConnect

View on GitHub

isabeleliassen opened an issue on csg-org/CompactConnect
identify duplicate records
- for when a SSN is corrected but the person's name, contact info, etc. remain the same
isabeleliassen closed an issue on csg-org/CompactConnect
Fix backend staff user empty action handling
See [this sprint PR comment](https://github.com/csg-org/CompactConnect/pull/401#discussion_r1890640689) for details. It appears there are some holes in how the API is handling cases around when use...
isabeleliassen closed an issue on csg-org/CompactConnect
SSN (backend)
- When searching by SSN, results only appear if that administrator has access to the licensee's restricted information (ie, the licensee holds a license or privilege in that administrator's state) ...
isabeleliassen closed an issue on csg-org/CompactConnect
Fix license search paging case
Repro steps: 1. Go to License search 1. Search all (no search inputs) 1. Go to page 2 of search results 1. Click on a licensee record to go to the detail page - Copy the licensee last name 1. ...
isabeleliassen closed a pull request on csg-org/CompactConnect
Frontend/Fix search paging case
### Requirements List - IA devs: A compact admin user in ASLP on IA Test ### Description List - Move license search param storage from the component level to the store level ### Testing Lis...
isabeleliassen created a review on a pull request on csg-org/CompactConnect

View on GitHub

isabeleliassen closed an issue on csg-org/CompactConnect
Evaluate frontend i18n library
### Notes The current version of our internationalization (i18n) frontend library - `vue-i18n` - has a few gaps that the maintaining team is planning to address in the next major version. The curr...
isabeleliassen pushed 1 commit to development csg-org/CompactConnect
  • Frontend/vue i18n update (#380) bbbc3e1

View on GitHub

isabeleliassen closed a pull request on csg-org/CompactConnect
Frontend/vue i18n update
### Requirements List - `yarn install --ignore-engines` ### Description List - Updated `vue-i18n` from `9.x` to `10.x` - Removed the workaround code in the models that was required by `9.x` ...
isabeleliassen created a review on a pull request on csg-org/CompactConnect

View on GitHub

isabeleliassen created a comment on an issue on csg-org/CompactConnect
@StacyNGriffin right now there are two items called "state ID number" instead of one called "Home State (based on State ID)" as requested above. Also please note that the field listing the state s...

View on GitHub

isabeleliassen pushed 18 commits to main csg-org/CompactConnect
  • Update frontend dependencies (#351) ### Requirements List - `yarn install --ignore-engines` ### Description List... ca1ff48
  • Frontend/email template assets (#347) ### Requirements List - _None_ ### Description List - Added 2 image asset... 61d14e9
  • Frontend/license search tags (#348) ### Requirements List - _None_ ### Description List - Add a close (x) icon ... 02fdd6d
  • Feat/Calculate license and privilege status based on expiration (#343) The system needs to be aware of when a licens... 310b257
  • Feat/privilege selection tweaks (#329) ### Requirements List - A licensee user with one privilege that is not eligi... bf7281f
  • Chore/remove api mocks - part 1 (#344) These mock resources were put in place during the initial POC of the project... b246bb4
  • 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
  • Feat/Record licensee id in privilege transactions (#368) For reporting purposes, we must capture the user id of the ... 8db8412
  • Feat/standardize timezone used to track datetimes (#369) Previously, our system was using a non-standard timezone fo... f1ceb08
  • Frontend/Compact settings page (#374) ### Requirements List - `yarn install --ignore-engines` ### Description Li... 9523cf1
  • Feat/data validation emails rebased (#373) This PR is #349 rebased with the development branch to resolve some egre... c8add5d
  • Convert to CloudFront origin access control (#385) ### Description List - Convert to Origin Access Control ### T... be93bb9
  • Feat/email for no license updates (#386) Jurisdictions are required to update license records at least once a week.... 8559f8a
  • Update README.md (#355) I just got a new computer and tried launching the sandbox from scratch again. I'm including... 30baa28
  • Frontend/Update nanoid dependency (#400) ### Requirements List - `yarn install --ignore-engines` ### Description... 0978070
  • Test and fix empty action handling (#413) ### Requirements List - Bug fix for #412 ### Description List - Revi... ab920aa
  • Merge pull request #401 from csg-org/development Sprint 13 d86bb1c

View on GitHub

isabeleliassen closed a pull request on csg-org/CompactConnect
Sprint 13
- [x] stand up the site locally - [x] test all functionality in all major browsers, emphasizing the functionality that this pull request addresses - [x] for public-facing functionality, test i...
isabeleliassen pushed 1 commit to development csg-org/CompactConnect
  • Test and fix empty action handling (#413) ### Requirements List - Bug fix for #412 ### Description List - Revi... ab920aa

View on GitHub

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

View on GitHub

isabeleliassen closed an issue on csg-org/CompactConnect
Sprint 14 (PTO Times)
isabeleliassen closed an issue on csg-org/CompactConnect
Sprint 13 Goals ( 11/15-11/28)
Load more