Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
isabeleliassen closed an issue on csg-org/CompactConnect
Reinvite staff user
Add a new API endpoint for staff users to trigger re-sending of an invitation to an existing user. The endpoint logic will need to check the status of the user and, if necessary, force them into a ...isabeleliassen closed an issue on csg-org/CompactConnect
Reinvite staff user
Add a new API endpoint for staff users to trigger re-sending of an invitation to an existing user. The endpoint logic will need to check the status of the user and, if necessary, force them into a ...isabeleliassen pushed 1 commit to development csg-org/CompactConnect
- Feat/reinvite staff user (#495) ### Description List - Added a `POST staff-user/:userId/reinvite` endpoint that wil... 48959e1
isabeleliassen closed a pull request on csg-org/CompactConnect
Feat/reinvite staff user
### Description List - Added a `POST staff-user/:userId/reinvite` endpoint that will resend an invite email, resetting the user's password if necessary ### Testing List - Code review Closes...isabeleliassen closed an issue on csg-org/CompactConnect
Licensee confirms their personal and licensure information frontend
user story: as a licensee, I need to be able to see the data my home state has provided about me so I can confirm it is accurate/current.isabeleliassen pushed 1 commit to development csg-org/CompactConnect
- Feat/pi confirmation (#515) ### Requirements List - A licensee user who's schema is up to date and who has been thr... a1033dd
isabeleliassen closed an issue on csg-org/CompactConnect
Licensee confirms their personal and licensure information frontend
user story: as a licensee, I need to be able to see the data my home state has provided about me so I can confirm it is accurate/current.isabeleliassen closed a pull request on csg-org/CompactConnect
Feat/pi confirmation
### Requirements List - A licensee user who's schema is up to date and who has been through the registration process ### Description List - Fixed phone number formatting to work, commented out...isabeleliassen opened an issue on csg-org/CompactConnect
backend for privilele deactivated notification
- notification to states of deactivation - notification to practitioners of deactivationisabeleliassen pushed 1 commit to development csg-org/CompactConnect
- Feat/scope of practice (#499) f5d5eb0
isabeleliassen closed a pull request on csg-org/CompactConnect
Feat/scope of practice
### Requirements List - A LicenseeUser with an available privilege to purchase - Handle overlap with #478 1. Merge #478 into development 2. Merge development into this branch and fix m...isabeleliassen closed an issue on csg-org/CompactConnect
Licensee User Registration API
User story: As a Licensee, I need a way to register my account in Compact Connect so I can access the system and purchase privileges. This ticket involves the following changes: - POST API endpoi...isabeleliassen pushed 1 commit to development csg-org/CompactConnect
- Feat/licensee registration (#460) Provider need to be able to register in the system to create their accounts and p... cf30a3e
isabeleliassen closed a pull request on csg-org/CompactConnect
Feat/licensee registration
Provider need to be able to register in the system to create their accounts and purchase privileges. This adds the needed API endpoint and security infrastructure to support this. The registrat...isabeleliassen created a comment on a pull request on csg-org/CompactConnect
@jlkravitz looks like I can merge as soon as your review is listed as "approving"!
isabeleliassen closed an issue on csg-org/CompactConnect
Staff user status in list view
user story: as a system administrator, I need to be able to know what staff users have activated their accounts. On user creation, we will create a field in the user data records, 'userStatus'. Th...isabeleliassen pushed 1 commit to development csg-org/CompactConnect
- Feat/staff user status (#500) 747b819