SIG Lead Management Screen#40
Closed
eeen17 wants to merge 22 commits into
Closed
Conversation
devksingh4
reviewed
Jan 27, 2025
| // }); | ||
|
|
||
| // get request for user orgs | ||
| const userOrgsResponse: UserOrgs = [ |
devksingh4
reviewed
Jan 27, 2025
| ]; | ||
|
|
||
| // retrieve from azure active directory (aad) | ||
| const userNamesResponse: UserNames = [ |
devksingh4
reviewed
Jan 27, 2025
|
|
||
| const removeUser = async (netid: string) => { | ||
| try { | ||
| // await api.delete(`/api/v1/events/${eventId}`); |
Contributor
There was a problem hiding this comment.
we would probably call something like PATCH /api/v1/iam/:orgName/leads with a body {remove: [email]}
* use a single client per service * use node 22 * minify bundle, use node 22 * fix build * clear node cache before each test * add dep back
* enable edit profile support * make the iam page a little nicer * force reroute to profile if we dont know their first and last name * keep the redir behavior outside of the component * tests that fail * fix the tests * fix test * fix tests part 7!
* tooling updates * update gitignore * functionality * fix route integration? * fix? * weird hack around build process * fix lockfile * add tests * mock something * testing * fix ses mock * add one more live test * use moment-timezone build
* build a generalizable setup for async sqs handling * setup sqs queues * fix cfn * fix missing max recieve count * fix build entrypoints * create the appropriate roles * fix cfn Signed-off-by: Dev Singh <dsingh14@illinois.edu> * enable partial batch item failures Signed-off-by: Dev Singh <dsingh14@illinois.edu> * fix consumer Signed-off-by: Dev Singh <dsingh14@illinois.edu> * fix alarm metric Signed-off-by: Dev Singh <dsingh14@illinois.edu> * setup basic driver * move membership pass creation into SQS queue * move sqs unit tests * fix unit test * fix mobilewallet route test * cleanup * fix iam --------- Signed-off-by: Dev Singh <dsingh14@illinois.edu>
* kinda messed up rebase, so merging to clean it all up, won't touch rebase after pushing to remote again lol
* added bold to super row and light to sub row * omitted redudant orgs to subrows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.