Minor spec modification relating to the page at which request data entry begins

This commit is contained in:
Tina_Azure
2023-04-05 09:18:14 +02:00
parent 1a1908a814
commit a4ec9199ae

View File

@ -84,10 +84,10 @@ See the freelancer section under concepts for more information of what this shou
Accessing this page will provide the customer with a rendered HTML document of a freelancer's job template. This rendering will take data that the freelancer provides for the job, ideally stored in the database, and fills it in for delivery to the customer. The job template should use a html template that the system administrator provides for filling in. Accessing this page will provide the customer with a rendered HTML document of a freelancer's job template. This rendering will take data that the freelancer provides for the job, ideally stored in the database, and fills it in for delivery to the customer. The job template should use a html template that the system administrator provides for filling in.
The template provided should include an HTML form that submits information required in `"/customer/$freelancer/template/$templateName/request"` to `"/customer/$freelancer/template/$templateName/request"`. This is not necessary, for flexability reasons, but will be the system Cavemanon uses for their commission requests.
### "/customer/$freelancer/template/$templateName/request" ### "/customer/$freelancer/template/$templateName/request"
request data partially provided by the template, gets filled out by the customer on this page.
A customer who wishes to request a freelancer with an open template must provide an email address, a name, and a description. Optionally, the user may provide auxiliary contact information (such as a Discord account, a Skype account, a Matrix account, a Github account, etc.). A customer who wishes to request a freelancer with an open template must provide an email address, a name, and a description. Optionally, the user may provide auxiliary contact information (such as a Discord account, a Skype account, a Matrix account, a Github account, etc.).
This information should be stored in a database of commission requests. A request should also be emailed out to the freelancer. This information should be stored in a database of commission requests. A request should also be emailed out to the freelancer.