Skip to content
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

USER STORY: Create Appointment #27

Closed
5 tasks done
MoniPar opened this issue Feb 22, 2023 · 1 comment
Closed
5 tasks done

USER STORY: Create Appointment #27

MoniPar opened this issue Feb 22, 2023 · 1 comment
Labels
5 Story points Must Have Guaranteed to be delivered
Milestone

Comments

@MoniPar
Copy link
Owner

MoniPar commented Feb 22, 2023

As a user, I can schedule an appointment with the master tailor so that I can avail of their services.

Acceptance Criteria

  1. Logged in user can click on the Add Appointment button to book a new appointment.
  2. Appointment form has the necessary fields to complete appointment schedule.
  3. Form has information to guide the user on how to schedule an appointment.
  4. Submit button directs user to the 'appointments' page which shows all scheduled appointments.

Tasks

  • Create the Appointment view
  • Link up the urls
  • Create the Appointment form template
  • Override the form_valid method to add the current logged in user before form is submitted
  • Create a get_absolute_url method to return the path to the 'appointments'page.
@MoniPar MoniPar added 5 Story points Must Have Guaranteed to be delivered labels Feb 22, 2023
@MoniPar MoniPar added this to the Appointments milestone Feb 22, 2023
@MoniPar
Copy link
Owner Author

MoniPar commented Feb 26, 2023

Need to add the Process information on the About/Services Page and link it in the form. New issue added - see "Process link"

@MoniPar MoniPar closed this as completed Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 Story points Must Have Guaranteed to be delivered
Projects
Development

No branches or pull requests

1 participant