Skip to content

SIG Lead Management Screen#40

Closed
eeen17 wants to merge 22 commits into
siglead-managementfrom
eeen17/lead-screen
Closed

SIG Lead Management Screen#40
eeen17 wants to merge 22 commits into
siglead-managementfrom
eeen17/lead-screen

Conversation

@eeen17
Copy link
Copy Markdown

@eeen17 eeen17 commented Jan 27, 2025

No description provided.

@devksingh4 devksingh4 changed the title Eeen17/lead screen SIG Lead Management Screen Jan 27, 2025
Comment thread src/ui/pages/screen/Screen.page.tsx Outdated
// });

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

Choose a reason for hiding this comment

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

UserOrgs -> UserOrg[]

Comment thread src/ui/pages/screen/Screen.page.tsx Outdated
];

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

Choose a reason for hiding this comment

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

same thing here

Comment thread src/ui/pages/screen/Screen.page.tsx Outdated

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

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 19 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 <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
@tarashagarwal tarashagarwal changed the base branch from main to siglead-management April 18, 2025 20:22
@devksingh4 devksingh4 closed this Oct 26, 2025
@devksingh4 devksingh4 deleted the eeen17/lead-screen branch February 24, 2026 03:18
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