Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIG Lead Management Screen #40

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

SIG Lead Management Screen #40

wants to merge 19 commits into from

Conversation

eeen17
Copy link

@eeen17 eeen17 commented Jan 27, 2025

No description provided.

@devksingh4 devksingh4 changed the title Eeen17/lead screen SIG Lead Management Screen Jan 27, 2025
// });

// get request for user orgs
const userOrgsResponse: UserOrgs = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UserOrgs -> UserOrg[]

];

// retrieve from azure active directory (aad)
const userNamesResponse: UserNames = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same thing here


const removeUser = async (netid: string) => {
try {
// await api.delete(`/api/v1/events/${eventId}`);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we would probably call something like PATCH /api/v1/iam/:orgName/leads with a body {remove: [email]}

devksingh4 and others added 16 commits February 1, 2025 10:36
* 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 <[email protected]>

* enable partial batch item failures

Signed-off-by: Dev Singh <[email protected]>

* fix consumer

Signed-off-by: Dev Singh <[email protected]>

* fix alarm metric

Signed-off-by: Dev Singh <[email protected]>

* 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 <[email protected]>
* kinda messed up rebase, so merging to clean it all up, won't touch rebase after pushing to remote again lol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants