-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
src/ui/pages/screen/Screen.page.tsx
Outdated
// }); | ||
|
||
// get request for user orgs | ||
const userOrgsResponse: UserOrgs = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UserOrgs
-> UserOrg[]
src/ui/pages/screen/Screen.page.tsx
Outdated
]; | ||
|
||
// retrieve from azure active directory (aad) | ||
const userNamesResponse: UserNames = [ |
There was a problem hiding this comment.
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}`); |
There was a problem hiding this comment.
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]}
* 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
No description provided.