Front-End & Back-End for SaaSРаботы по Front-End & Back-End для SaaS
(Link to the project and links to the assets will be sent after the chat)
1 . Update the online subscriptions (change the price)Change the prices on the landing and on the dashboard that are indicated in the Figma design (also change these prices and in the Paddle payment system).
2nd Add a full list of the product for the correct verification of the subscriptions on the back. (Web and Mobile)
Backend is only waiting for this ProductId -> subscription_20_lite
and we have to do so that he verifies the idishers from the list:
The platform.isAndroid? 'subscription_monthly_1_pro' : 'subscription_monthly_1_pro_v2', 'subscription_monthly_2_pro', 'subscription_annual_1_pro', 'subscription_annual_2_pro', for iOS and Android they are practically the same except the first, that is, for iOS there is a plug-in v2 added
Three Make a regress test and fix the bugs
4 . Realize the re-design of the player.
Есть определенный скоуп работ по SaaS проекту:
(Ссылку на проект и ссылки на ассеты отправлю после общения в чате)
1. Обновить подписки на вэбе (поменять цену)
Изменить цены на лендинге и в дашборде, которые указаны в Figma дизайне (также поменять эти цены и в платежной системе Paddle).
2. Добавить полный список продукт айди для верной верификации подписок на бэке. (Web & Mobile)
Сейчас backend чекает только этот ProductId -> subscription_20_lite
а нам надо делать чтобы он верифицировал айдишники из списка:
Platform.isAndroid
? 'subscription_monthly_1_pro'
: 'subscription_monthly_1_pro_v2',
'subscription_monthly_2_pro',
'subscription_annual_1_pro',
'subscription_annual_2_pro',
для iOS и Android они практически одинаковые кроме первого, то есть для iOS там добавляется приставка v2
3. Сделать регресс тест и пофиксать баги
-
proposal concealed by freelancer