invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
55 stars 47 forks source link

[Feature] Implementing Referral Program #1774

Closed Civolilah closed 4 months ago

Civolilah commented 4 months ago

@beganovich @turbo124 The PR includes the implementation of the referral program. It includes the implementation of the referral program tab and the signup endpoint parameter if the rc exists in the URL. The value of the referral code is taken from user.referral_code. Currently, I believe the production API does not return it, which is why the value is undefined in the screenshot. The feature will be available only for hosted users. Screenshot:

Screenshot 2024-05-27 at 11 33 19

Let me know your thoughts.