A real-time dashboard tracking the status of all Filecoin Improvement Proposals (FIPs), including month-on-month status changes and open pull requests.
- 📊 Current Status Table: View all FIPs organized by status
- 📅 Timeline Tracker: Month-on-month status change tracking
- 🔀 Open PRs: See all open pull requests related to FIPs
- 🔄 Auto-Update: Automatically refreshes with latest data
fips-dashboard-static.html- Main dashboard with current FIP statuses and PRsfips-timeline-tracker.html- Timeline view showing status changes over timegenerate_fips_dashboard.py- Script to generate the main dashboardfips_timeline_tracker.py- Script to generate the timeline trackerfetch_fip_prs.py- Script to fetch and analyze open PRs
# Generate main dashboard
python3 generate_fips_dashboard.py
# Generate timeline tracker
python3 fips_timeline_tracker.py
# Open in browser
open fips-dashboard-static.htmlpython3 -m http.server 8000
# Then visit http://localhost:8000/fips-dashboard-static.htmlSee PUBLISHING_GUIDE.md for detailed instructions on publishing to:
- GitHub Pages (recommended)
- Netlify
- Vercel
- Other hosting services
The included GitHub Actions workflow (.github/workflows/update-dashboard.yml) will automatically update the dashboard every 6 hours.
To enable:
- Push this repository to GitHub
- Enable GitHub Actions in repository settings
- The dashboard will auto-update!
This dashboard is provided as-is for tracking Filecoin Improvement Proposals.