This commit is contained in:
Tina_Azure
2023-04-03 04:24:03 +02:00
2 changed files with 3 additions and 19 deletions

View File

@ -1,17 +0,0 @@
pipeline:
build:
image: alpine
commands:
- ./gradlew build
# release:
# image: woodpeckerci/plugin-gitea-release:latest
# settings:
# base_url: https://git.snootgame.xyz
# api_key: ${ReleaseSmithAPIKey}
# files: dist/*
# title: ${CI_COMMIT_TAG}
# prerelease: true
# when:
# tag: tag
# branch: master

View File

@ -67,12 +67,13 @@ See the freelancer section under concepts for more information of what this shou
### /customer/$freelancer/template/$templateName
This will provide an HTML rendering of a Freelancer's posted template along with the ability to purchase the template.
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"
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.
## Freelancer