-
Notifications
You must be signed in to change notification settings - Fork 24
[$60] Allowing to go back after confirming a time for an interview #562
Comments
This is a built-in functionality of the Nylas. I'll ask them if we can disable this functionality somehow. |
When Job Candidate schedules or reschedule interview they can click the We don't want user to be able to select another time, once they already selected one. Nylas doesn't allow to hide the To do so, when we create Nylas page in TaaS in API we have to define a URL that would be loaded as custom thank you page (see Nylas API https://developer.nylas.com/docs/api/scheduler#post/manage/pages, TaaS App using BFF (backend for frontend)TaaS APP (this repo) branch
|
Half of the task above has been done. API has been updated, and now when Job Candidate select time to schedule or reschedule interview it shows custom thank you page: What is left to do:
|
@yoution this is also open for pick up. The initial task was #562 (comment). So no need to local setup TaaS API, only TaaS App. |
@maxceem please assign to me |
@maxceem we should use vanilla js, and write code in one file? |
Yes @yoution it's better to use vanilla js in this file. |
@yoution actually, I think we don't need js in this file. It just has to render HTML with CSS. |
@maxceem this value is from url query? |
hmm @yoution, let me see where we can get it. We don't have it in |
@maxceem please ignore, I find it |
@yoution not, that's different. I found one way to get it using 1 ajax request:
Would it work? I think we can use |
@sdgun this is ready for testing/ |
Challenge https://www.topcoder.com/challenges/d3eb505b-a0d7-436f-8395-f9d7db2a7cd6 has been created for this ticket. |
Challenge https://www.topcoder.com/challenges/d3eb505b-a0d7-436f-8395-f9d7db2a7cd6 has been assigned to yoution. |
Payment task has been updated: https://www.topcoder.com/challenges/d3eb505b-a0d7-436f-8395-f9d7db2a7cd6 |
Steps
Click 'Select Interview Time' link from an email
Select a date and submit
click back button
User can select another date and submit but it doesn't send out any email on the second or third time and also the name and email fields are empty when going back
Is there any point in letting them to go back to the initial page on this screen?
The text was updated successfully, but these errors were encountered: