-
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
JWT refactor #227
base: master
Are you sure you want to change the base?
JWT refactor #227
Conversation
e8085fd
to
f6ff581
Compare
f6ff581
to
7243240
Compare
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.
Amazing job 💯 This will also improve DX a lot.
@@ -1,10 +1,4 @@ | |||
export enum ConnectionStatus { |
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.
Good job with this refactor, there were 2 of almost the same type. Thanks!
|
||
const getSchemaTableColumns = () => { | ||
const schemaTableColumnsParsed = schemaTableColumnMock.rows.map( | ||
const schemaTableColumnsParsed = useSchemaTreeMock.rows.map( |
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.
Don't know if it's the same mapping but if it is we could export the postFetch
method and use it here just to avoid code duplication.
Summary of changes
JWTManager
.GCContextProvider
is no longer needed and have been removed.SchemaTreeContextProvider
is no longer required and has been removed.Checklist
CHANGES.md
.