backends icon indicating copy to clipboard operation
backends copied to clipboard

[DEPRECATED] moved to https://github.com/republik/plattform monorepo for republik, publikator and assets backends based on NodeJS providing the GraphQL API used to power republik.ch.

Results 15 backends issues
Sort by recently updated
recently updated
newest added

The Slack messages API is currently inconsistent. ``` // packages/slack/lib/publish.js publish() postMessage() ``` The `publish()` and `postMessages()` mehtods in https://github.com/orbiting/backends/blob/master/packages/slack/lib/publish.js do not return promises, nor do any of the methods...

enhancement

## Bug Report When ABO_GIVE_MONTHS is prolonged (regular 1 year), some business logic is not working or not defined yet: - no prolong notice transactional emails are sent. As of...

enhancement

I read all my news inside my RSS reader (I use Newsify on iOS but the proposed solution should work with any RSS reader). As such I currently rely on...

enhancement

## Bug Report **Steps to Reproduce** ```gql { document(path: "/2019/06/08/das-verlorene-paradies") { meta { totalMediaMinutes estimatedReadingMinutes estimatedConsumptionMinutes } content } } ``` [Live Query](https://api.republik.ch/graphiql/?query=%7B%0A%20%20document(path%3A%20%22%2F2019%2F06%2F08%2Fdas-verlorene-paradies%22)%20%7B%0A%20%20%20%20meta%20%7B%0A%20%20%20%20%20%20totalMediaMinutes%0A%20%20%20%20%20%20estimatedReadingMinutes%0A%20%20%20%20%20%20estimatedConsumptionMinutes%0A%20%20%20%20%7D%0A%20%20%20%20content%0A%20%20%7D%0A%7D) Additional issue: if `content` is not requested...

enhancement

## Enhancement Mutation to revert pledge cancellation

enhancement