Skip to content

Conversation

@thomas-mauran
Copy link
Owner

image

  • fix on messaging app bar
  • evaluation of an employer

Mauran added 2 commits December 31, 2023 14:50
Signed-off-by: Mauran <thomas.mauran@etu.umontpellier.fr>
@thomas-mauran thomas-mauran added the enhancement New feature or request label Dec 31, 2023
@thomas-mauran thomas-mauran self-assigned this Dec 31, 2023
Copy link
Collaborator

@Kuruyia Kuruyia Jan 1, 2024

Choose a reason for hiding this comment

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

Maybe replace our StarRating component with this component so we don't have two similar things. We can pass a editable prop to know if the rating should be able to be updated.

Copy link
Owner Author

Choose a reason for hiding this comment

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

done


// API calls
const { data: employer, refetch: refetchEmployer } =
useGetEmployerQuery(employerId); // Replace '123' with the actual employer ID
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
useGetEmployerQuery(employerId); // Replace '123' with the actual employer ID
useGetEmployerQuery(employerId);

Copy link
Owner Author

Choose a reason for hiding this comment

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

done

@Kuruyia Kuruyia changed the title Feat/employer evaluation feat(frontend): implement employer evaluation Jan 1, 2024
@thomas-mauran thomas-mauran merged commit 12baec0 into main Jan 2, 2024
@Kuruyia Kuruyia deleted the feat/employer-evaluation branch January 11, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants