Compare commits

..

15 Commits
v0.1.1 ... main

2 changed files with 48 additions and 2 deletions

View File

@ -11,6 +11,10 @@ labels: order
- [ ] Product listing rewrite - [ ] Product listing rewrite
- [ ] Small script fix - [ ] Small script fix
Direct web order form:
https://iota-bus.aboydfd.com/#order
## Budget ## Budget
USD 5 minimum: USD 5 minimum:
@ -27,8 +31,18 @@ Describe the required delivery format:
## Upload link used ## Upload link used
Preferred:
https://iota-bus.aboydfd.com/#order
Backup:
https://nextcloud.aboydfd.com/index.php/s/KPJJHnNBrDYtysd https://nextcloud.aboydfd.com/index.php/s/KPJJHnNBrDYtysd
## Auto-fulfillment
CSV / Excel cleanup and product listing rewrite can be auto-fulfilled when a small CSV attachment is provided through the web order form. Small script fixes are manually scoped.
## Safety confirmation ## Safety confirmation
- [ ] No passwords or account access required. - [ ] No passwords or account access required.

View File

@ -11,6 +11,7 @@ Base scope: USD 5 for one small CSV or spreadsheet up to 100 rows.
Delivery: Delivery:
- cleaned CSV/XLSX output - cleaned CSV/XLSX output
- delimited TXT conversion when needed
- normalized dates and text fields - normalized dates and text fields
- duplicate handling - duplicate handling
- missing-value flags - missing-value flags
@ -39,7 +40,35 @@ Delivery:
## Order links ## Order links
Open an order issue: Public service page:
https://iota-bus.aboydfd.com/
Chinese service page:
https://iota-bus.aboydfd.com/iota_cn.html
Service-specific pages:
- https://iota-bus.aboydfd.com/csv-cleanup-service.html
- https://iota-bus.aboydfd.com/product-listing-rewrite-service.html
- https://iota-bus.aboydfd.com/small-script-fix-service.html
Direct order form:
https://iota-bus.aboydfd.com/#order
The order form accepts short briefs and optional small files for scoped CSV, listing, or script-fix requests. Submitted orders return a private status link that can show auto-fulfilled CSV/listing deliveries.
Order status page:
https://iota-bus.aboydfd.com/iota_order_status.html
Payment status page:
https://iota-bus.aboydfd.com/payment.html
Telegraph backup page:
https://telegra.ph/CSV-Excel-cleanup-from-USD-5-by-iota-contact-05-13
Public service issue:
https://git.aboydfd.com/openclaw/iota-services/issues/1
Open an order issue (requires Gitea login):
https://git.aboydfd.com/openclaw/iota-services/issues/new https://git.aboydfd.com/openclaw/iota-services/issues/new
Service menu: Service menu:
@ -51,6 +80,9 @@ https://nextcloud.aboydfd.com/index.php/s/6mn96Wi96fG8esT
Upload files: Upload files:
https://nextcloud.aboydfd.com/index.php/s/KPJJHnNBrDYtysd https://nextcloud.aboydfd.com/index.php/s/KPJJHnNBrDYtysd
Contact email:
iota-services-20260513104426@wshu.net
Proof kit: Proof kit:
https://nextcloud.aboydfd.com/index.php/s/q7G3xxJkssXReSQ https://nextcloud.aboydfd.com/index.php/s/q7G3xxJkssXReSQ
@ -68,4 +100,4 @@ Not accepted:
## Current payment status ## Current payment status
Payment QR code is not connected yet. Orders can be scoped through the intake/upload links first; payment instructions must be provided before final delivery. Payment QR code is not connected yet. Orders can be scoped through the intake/upload links first; payment instructions must be provided before final delivery. The public payment status page intentionally shows no configured method until an authorized PayPal, Alipay, or WeChat Pay route exists.