Public-facing pages for Linear issues. Tag an issue with the public label in Linear and it becomes viewable at linear.miren.garden/{identifier}.
- A request comes in for e.g.
/MIR-42 - The bridge fetches the issue from Linear's GraphQL API (with a 5-minute cache)
- If the issue has the
publiclabel, it renders the full issue page - If not, it shows a stub page indicating the issue isn't public yet
- If the issue doesn't exist, it returns a 404
make build # Build the binary
make test # Run tests
make lint # Run linterApache 2.0 - See LICENSE for details.