Petr Dvořák

Results 59 issues of Petr Dvořák

You currently use: ```js export const Icon = { skip: '✖️', // ':heavy_multiplication_x:' success: '✔️', // ':heavy_check_mark:' fail: '❌' // ':x:' } ``` This is how it looks on Mac:...

- Use the ✅ for passed tests - Use the ⚪ for skipped tests

Currently, the client expects to use String values of `production` or `development `. We should enforce the enum value instead.

enhancement

Sometimes, the client may not care about the response details we provide. To allow faster synchronous processing on client side, we should allow asynchronous messages. - The client would add...

enhancement

Currently, we only support FCM by Google. We should investigate and implement HMS as well.

enhancement

Currently, it is difficult for us to investigate certain situations: - We tried to send a push message and it did not arrive since the push token expired. - We...

enhancement

- check where foreign indexes should be added - update the migration guide

enhancement
docs

Some messages may only be relevant for iOS or Android. Currently, there is no way to say. We should add a filtering attribute to the message payload: ```json { "platform":...

enhancement

We should use the current SQL script and add Liquibase support to simplify cloud deployment.

enhancement