Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ee0163296 | |||
| 8a698cc834 | |||
| 95b5390d01 | |||
| 37ac3ab59b | |||
| 18ff8c4c7d | |||
| d0814f496f |
|
|
@ -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.
|
||||||
|
|
|
||||||
19
README.md
19
README.md
|
|
@ -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
|
||||||
|
|
@ -42,10 +43,24 @@ Delivery:
|
||||||
Public service page:
|
Public service page:
|
||||||
https://iota-bus.aboydfd.com/
|
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:
|
Direct order form:
|
||||||
https://iota-bus.aboydfd.com/#order
|
https://iota-bus.aboydfd.com/#order
|
||||||
|
|
||||||
The order form accepts short briefs and optional small files for scoped CSV, listing, or script-fix requests.
|
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:
|
Telegraph backup page:
|
||||||
https://telegra.ph/CSV-Excel-cleanup-from-USD-5-by-iota-contact-05-13
|
https://telegra.ph/CSV-Excel-cleanup-from-USD-5-by-iota-contact-05-13
|
||||||
|
|
@ -85,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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user