matters-server icon indicating copy to clipboard operation
matters-server copied to clipboard

Implementation of the Matters.Town API server

Results 137 matters-server issues
Sort by recently updated
recently updated
newest added

#### Tasks - [ ] Add API for RSS feed of user articles - [ ] Require documentation

feat

### Tasks - [ ] Find the cause of the problem - [ ] Add possible db-level prevention - [ ] Remove possible duplication in query result ### References -...

bug

Part of milestone https://github.com/thematters/matters-server/issues/2590.

#### Tasks - [ ] Update API for disallowing tag name change

### Tasks - [ ] add table enum for supporting cc 4.0 - [ ] update API for cc 4.0 (stop insert new article under 2.0) ### Design - [figma](https://www.figma.com/file/oGew0i2s0N8IBm9tCpoLLI/%E8%BF%AD%E4%BB%A3%E8%A8%AD%E8%A8%88%E4%B8%AD%E7%B9%BC%E7%AB%99?node-id=3409%3A16535)...

**Checklist** - [x] Upgrade Apollo Studio to Team Plan; - [ ] Review performance metrics (trace breakdown, cache hits, etc.) on Apollo Studio; - [ ] Review DB indexes &...

enhancement

Reference is [here](https://mattersnews.slack.com/archives/GA0R09FHN/p1624859150000700). - Need a better transactional-like flow - Need a better error description since we're not using `verification code` in email

bug

it failed building (and deploying) of the graphql-schema-typescript dependency on graphql-14 https://github.com/dangcuuson/graphql-schema-typescript/issues?q=sort:updated the graphql-code-generator might be a good replacement: 1. https://www.graphql-code-generator.com/docs/getting-started 2. https://github.com/dotansimha/graphql-code-generator

enhancement

the GraphQL API should support CORS for read-only query from any site, to enable a 3rd party discovery portal site to be possible: and filters: ```graphql { viewer { recommendation...