-
Notifications
You must be signed in to change notification settings - Fork 0
feat: profile part of the app #8
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
Conversation
front/src/pages/internal/profile/references/ReferencesUpdatePage.tsx
Outdated
Show resolved
Hide resolved
front/src/pages/internal/profile/references/ReferencesUpdatePage.tsx
Outdated
Show resolved
Hide resolved
front/src/store/slice/api.ts
Outdated
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.
Split this file into one API slice per endpoint group to avoid having a huge file:
- Availabilities
- Experiences
- References
- Evaluations
- Profile
- Jobs & Job categories
See an example here: https://redux-toolkit.js.org/rtk-query/usage/code-splitting
Also, please create dedicated DTO types for the builder.query/builder.mutation generic parameters (even if they are just aliases to the current types for now).
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.
I think there are some unwanted modifications in this file.
Signed-off-by: Mauran <thomas.mauran@etu.umontpellier.fr>
a3bed43 to
1cfed8d
Compare
Signed-off-by: Mauran <thomas.mauran@etu.umontpellier.fr>
Signed-off-by: Mauran <thomas.mauran@etu.umontpellier.fr>
Featuring