From a4ec9199aeb03bb2208e876b2b1f88bb7bfd5a3c Mon Sep 17 00:00:00 2001 From: Tina_Azure <-> Date: Wed, 5 Apr 2023 09:18:14 +0200 Subject: [PATCH] Minor spec modification relating to the page at which request data entry begins --- spec/spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/spec.md b/spec/spec.md index 3c69d1f..d1f3a9d 100644 --- a/spec/spec.md +++ b/spec/spec.md @@ -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. -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" +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.). This information should be stored in a database of commission requests. A request should also be emailed out to the freelancer.