-
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
Schedule Meeting #9
Comments
Update: working on creating a simple vue frontend for this ticket so that we can properly set up and test our routes and controllers. So far I've got it integrated into the app & docker and can retrieve data and access the static frontend files. Should hopefully have something more tangible by tomorrow/Monday. |
Update2: Working on implementing vuetify components, and restructured some of the back end. For the purposes of not making this ticket too much more complex, I'm going to rely on hard coding the initial meeting set up (by the "hiring manager"), and do Calendar to select day -> Available meeting times -> Choose meeting time -> Host information -> Enter name & email -> Press submit -> Meeting time is entered into the DB. |
Should be in a good enough place now for a PR.
|
As a person requesting a meeting
I want to see available meeting times for a given host
So that I can select a convenient time for me
Given a link
When I click a link
Then I see a calendar to select a day for a meeting
when I select a day I see all available meeting options
when I select a meeting option
then I see the host information
and am prompted to enter my Name and email address
when I hit submit
then a meeting is scheduled on the rise8 hiring calendar with invites for the host and candidate
The text was updated successfully, but these errors were encountered: