feat(roadmap): add roadmap page with json data loading logic with sim…#215
feat(roadmap): add roadmap page with json data loading logic with sim…#215adrianboros wants to merge 58 commits into
Conversation
…ilar UI like linear custom view
✅ Deploy Preview for developers-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…ed to output: "static"
✅ Deploy Preview for interledger-org-developers ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…main SSR redirect
…tSync from snapshot
d9e3aee to
a14d9d9
Compare
| command = "npm install -g bun && bun install && bun run build && bun scripts/sync-blob.ts && mkdir -p _netlify/builders && cp -r dist _netlify/builders/developers" | ||
| publish = "_netlify/builders" | ||
| environment = { NETLIFY = "true" } | ||
| environment = { NETLIFY = "true" } |
There was a problem hiding this comment.
| environment = { NETLIFY = "true" } | |
| environment = { NETLIFY = "true" } |
| .pctLeft(new Date(ms.targetDate!)) | ||
| .toFixed(2) | ||
| return ( | ||
| <div |
There was a problem hiding this comment.
This fails to interact for keyboard navigation
|
Please add .netlify to the eslint globalignore |
|
We also need sign off to add this to the menu for discoverability |
|
Sorry, this comment is not for #215, but for #230 instead I went through the roadmap with a screen reader, and here’s what I found:
Other than that, everything else looks good from a screen reader accessibility point of view, from what I can tell. :) |
|
Screenreader issues for #215
|











…ilar UI like linear custom view
New .env variable
LINEAR_API_KEY- linear API KEYLINEAR_CUSTOM_VIEW_ID- the custom view id from linear that shows the public roadmapAPI_SECRET- a secret API KEY generated by us that can be used in endpoint to refresh roadmap data and clear cacheNETLIFY_API_TOKEN- netlify api token that are used to purge CDN cache of the /developers/roadmap pagePR Checklist
Fixes #123)bun run formatto ensure code is properly formattedbun run lintpasses without errorsSummary
Fixes INTORG-636