optriment/web3-employment

We should not list recipients without wallets.

gruz0 opened this issue · 2 comments

gruz0 commented
          We should not list recipients without wallets.

There are two possible ways how to optimize such code:

  1. Implement new function on API side to return only recipients with non-empty wallet
  2. Filterize them on frontend side and keep getGroupById as it is right now

WDYT?

Originally posted by @gruz0 in #110 (comment)

Assuming we have sufficient time, we can go with the first option. It would be helpful in the long term.

gruz0 commented

Don't need anymore.