Skip to content

Commit

Permalink
[#3283] Updated docs according to the new appointments flow
Browse files Browse the repository at this point in the history
  • Loading branch information
vaszig committed Dec 2, 2024
1 parent 1e0fba8 commit 8a360e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 100 deletions.
9 changes: 4 additions & 5 deletions docs/developers/backend/core/submissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Globally, the various actions and plugin categories are processed in order:

#. If applicable, an :ref:`appointment <developers_appointment_plugins>` is
created. If this fails, the submission is blocked and the user sees an error
message and can try again (note: this step is deprecated and not needed for the new appointment flow).
message and can try again.
#. Pre-registration step. Each :ref:`registration plugin <developers_registration_plugins>` can perform
pre-registration task, like for example generating and setting a submission reference ID. If no registration backend
is configured, then an internal ID is generated and set on the submission.
Expand All @@ -39,9 +39,8 @@ Globally, the various actions and plugin categories are processed in order:
the previous actions, the confirmation email shows different contents.

The confirmation email can show submission details, appointment details
(including links to cancel or change the appointment), payment details
(including a link to pay if not done so already), cosign details and custom information as part
of the form.
(including links to cancel the appointment), payment details(including a link to pay if not done so already),
cosign details and custom information as part of the form.

Under the hood
--------------
Expand All @@ -52,7 +51,7 @@ This method schedules the following tasks/chains:
- Task :meth:`openforms.submissions.tasks.user_uploads.cleanup_temporary_files_for`
- A chain with the following tasks:

- :meth:`openforms.appointments.tasks.maybe_register_appointment`
- :meth:`openforms.appointments.tasks.register_appointment`
- :meth:`openforms.registrations.tasks.pre_registration`
- :meth:`openforms.submissions.tasks.pdf.generate_report_task`
- :meth:`openforms.registrations.tasks.registration`
Expand Down
83 changes: 0 additions & 83 deletions docs/manual/forms/examples/appointment_creation.rst

This file was deleted.

12 changes: 0 additions & 12 deletions docs/manual/forms/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,3 @@ Voorbeelden
suwinet
form_with_geometry
camunda7

======================
Verouderde voorbeelden
======================

Deze voorbeelden beschrijven functionaliteit die uitgefaseerd wordt. We raden af om nog
nieuwe formulieren hiermee te bouwen.

.. toctree::
:maxdepth: 1

appointment_creation

0 comments on commit 8a360e0

Please sign in to comment.