-
Notifications
You must be signed in to change notification settings - Fork 3
Ft schedule tech interview #282
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
a424124 to
0ffce65
Compare
0ffce65 to
c9b565b
Compare
c9b565b to
68dd8b7
Compare
68dd8b7 to
1f57ade
Compare
1f57ade to
a871015
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.
I tested this Frontend PR with your backend and find this issue:
- duplication on invite button
2. On Invite you must add when to do interview means date and time
3. On your PR application stage history not displayed
4. nothing is displayed on Interview schedule on applicant side
5. check well if email is being sent because am able to see notification only not getting email
![Uploading Screenshot 2024-12-03 at 08.20.02.png…]()
a871015 to
f6505a5
Compare
f6505a5 to
118ccf6
Compare
|
@Mugisha146 Thank you for mentioning these issues
|
|
Great, all issues are resolved. |
* Fix(#266): added comments and reactions to a blog
b216e2e to
3914d20
Compare
2e66306 to
cb49b4b
Compare
cb49b4b to
cea465d
Compare
cea465d to
1ac195d
Compare
1ac195d to
7c6da23
Compare
|
Code Climate has analyzed commit 5520adc and detected 0 issues on this pull request. View more on Code Climate. |
PR Description
This PR allows the admin to invite a trainee applicant to the technical interview
by sending emails to both the applicant and interview coordinator
Description of tasks that were expected to be completed
As a trainee applicant, I will receive an email with a meeting link for the interview invitation.
As an admin, I should be able to create, view, and update the status of the interview
How can this be tested?
.env.examplenpm install, thennpm run devto check if the app is running successfullyTrack PR (issue number & link)
Issue: #208
Screenshots (If appropriate especially on the frontend)
N/A