Update latest.json via Apps Script
A live dashboard to view and track work orders per vendor and hosted via GitHub Pages.
Live Dashboard: https://ub1qu1tous.github.io/vendor-dashboard/
or
vendor-dashboard/
index.html
vendor.html
404.html
style.css
vendors.js
vendor.js
vendor-header.js
README.md
index.html + vendors.js:
Fetches all vendor data.
Displays links like: vendor.html?vendor=vendor_key.
vendor.html?vendor=vendor_key
vendor.html + vendor.js:
Parses vendor from URL parameters.
vendor
Fetches and displays vendor-specific records.
Sorts by Expected Finish Date.
Expected Finish Date
Highlights overdue dates in red.
Provides links for image previews, folders, and downloadable files.
setInterval()
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Vendor Order List Dashboard
A live dashboard to view and track work orders per vendor and hosted via GitHub Pages.
Live Dashboard: https://ub1qu1tous.github.io/vendor-dashboard/
or
[https://vendors.sulfur.one)
Features
Project Structure
vendor-dashboard/
index.html— Vendor list landing pagevendor.html— Individual vendor detail view404.html— Custom 404 error pagestyle.css— Styling and responsive layoutvendors.js— Loads and displays the vendor indexvendor.js— Renders data for an individual vendor based on URL paramsvendor-header.js— Fetches and shows last updated timestampREADME.md— Project documentationHow It Works
index.html +
vendors.js:Fetches all vendor data.
Displays links like:
vendor.html?vendor=vendor_key.vendor.html +
vendor.js:Parses
vendorfrom URL parameters.Fetches and displays vendor-specific records.
Sorts by
Expected Finish Date.Highlights overdue dates in red.
Provides links for image previews, folders, and downloadable files.
Auto Updates
setInterval()invendor.jsto enable auto-refresh every 10 seconds.Print-Optimized
Hosting