I hadn't realized that we had a different understanding of this condition. The goal is not to limit the number of calls for a specific sponsee (giving their address and so on). The goal is to limit the number of calls for new users, in order to sponsor only the first N calls for each user.
I believe this could be a good first issue too for someone else (cc @lykimq). What's your opinion @quentin-burg?
Make sure
- to change the database scheme
- to write a migration script
- to check the conditions correctly in the API
- that the UI is changed too, before merging on staging/ghostnet.
I hadn't realized that we had a different understanding of this condition. The goal is not to limit the number of calls for a specific sponsee (giving their address and so on). The goal is to limit the number of calls for new users, in order to sponsor only the first N calls for each user.
I believe this could be a good first issue too for someone else (cc @lykimq). What's your opinion @quentin-burg?
Make sure