robertu

Results 183 issues of robertu

Following with https://github.com/thematters/developer-resource/issues/116, this task is about execution. - [ ] Final confirm which resources need "cost optimization"; - [ ] Optimize cost of related resources;

- Difficulty of Migration - Comparison on AWS Lambda and Vercel ~~and Cloudlfare Workers~~ - Performance - Estimated Costs - A/B or canary release via Cloudflare Workers

https://github.com/thematters/matters-editor/issues/192

### Blockers * https://github.com/thematters/matters-server/issues/3760 ### Description > CC team can pin/unpin articles to "Featured" feed of homepage in the given order, and can write a short description for these articles....

bump @matters/matters-editor for: * new comment formats; * squeeze empty paragraphs; refs: https://github.com/thematters/matters-editor/issues/451

* add `/[name]/[mediaHash]/history` for viewing article versions; * move edit article page to `/[name]/[mediaHash]/edit`; * loosen edit article and allow to add version description; * refactor edit page and remove...

https://github.com/thematters/matters-web/pull/4207

### Checklist * Revise [pathname](https://github.com/thematters/matters-web/blob/develop/src/pages/%5Bname%5D/%5BmediaHash%5D.tsx) & [enums](https://github.com/thematters/matters-web/blob/develop/src/common/enums/route.ts) under `/a/[shortHash]`; * Revise queries (by hash instead of mediaHash or articleId); * Remove unused redirections (handled by edge https://github.com/thematters/developer-resource/issues/373); --- ### Story...