-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create subscriptions menu for project dashboard #555
Merged
subiabre
merged 1 commit into
feature/project_subscription_configuration
from
feature/project_dashboard_subscription_menu
Oct 9, 2023
Merged
create subscriptions menu for project dashboard #555
subiabre
merged 1 commit into
feature/project_subscription_configuration
from
feature/project_dashboard_subscription_menu
Oct 9, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
davidbeig
added a commit
that referenced
this pull request
Nov 23, 2023
* create subscriptions menu for project dashboard (#555) authored-by: David Igón <davidbenabarre@platoniq.net> * Add subscriptions * Add subscriptions to project dashboard * Update database code * Update dashboard subscription form * Start updating subscriptions dashboard to add new subscription * Basic subscription form on dashboard * CRUD for subscriptions on project dashboard * Add support for subscriptions via stripe payments * Fix Stripe integration details * Make stripe subscriptions be enabled via rewards * Remove legacy integration * Remove javascript related to previous subscription model * Fix stripe integration PR comments * Use abstract payment in stripe payment method * Create pull_request_template.md (#569) * Allow to filter investments by contract number (#572) Co-authored-by: Daniel Subiabre <daniel.subiabre@platoniq.net> * Fix Stripe webhook code * Use yml webhook secret * Add missing config * Fix subscription gateway madness * Add subscriptions to user dashboard * Unify stripe subscription naming * Allow users to list and cancel their stripe subscriptions * Update subscription data vis * Channel Call Faq layout (#574) * fixes in NodeFaq model * fixes in NodeFaqDownload model * complete NodeFaqQuestion count filter for getList * clean channel call faq view * add id to faq questions sections to be able to navigate to them * add new action to see all faqs for a channel * move channel call faq partials to new folder * fix styles for channel call faqs * add a gap between columns in channel call faq layout * center faq header * Add channel favicon (#565) * add favicon section to layout and append channel label as channel's favicon * fix favicon link for channel call * add calls for project and reward to get subscribable rewards for a given project * add creator controller and first view * add new copies for creator landing * add posts for creator landing * add strong to user name in creator landing * add project section to creator layout --------- Co-authored-by: Daniel Subiabre García <subiabrewd@gmail.com> Co-authored-by: Daniel Subiabre <daniel.subiabre@platoniq.net> Co-authored-by: roxu <rxnetwalker@users.noreply.github.com>
davidbeig
added a commit
that referenced
this pull request
Nov 23, 2023
* create subscriptions menu for project dashboard (#555) authored-by: David Igón <davidbenabarre@platoniq.net> * Add subscriptions * Add subscriptions to project dashboard * Update database code * Update dashboard subscription form * Start updating subscriptions dashboard to add new subscription * Basic subscription form on dashboard * CRUD for subscriptions on project dashboard * Add support for subscriptions via stripe payments * Fix Stripe integration details * Make stripe subscriptions be enabled via rewards * Remove legacy integration * Remove javascript related to previous subscription model * Fix stripe integration PR comments * Use abstract payment in stripe payment method * Fix Stripe webhook code * Use yml webhook secret * Add missing config * Fix subscription gateway madness * Add subscriptions to user dashboard * Unify stripe subscription naming * Allow users to list and cancel their stripe subscriptions * Update subscription data vis --------- Co-authored-by: Daniel Subiabre García <subiabrewd@gmail.com> Co-authored-by: Daniel Subiabre <daniel.subiabre@platoniq.net>
davidbeig
added a commit
that referenced
this pull request
Nov 23, 2023
* create subscriptions menu for project dashboard (#555) authored-by: David Igón <davidbenabarre@platoniq.net> * Add subscriptions * Add subscriptions to project dashboard * Update database code * Update dashboard subscription form * Start updating subscriptions dashboard to add new subscription * Basic subscription form on dashboard * CRUD for subscriptions on project dashboard * Add support for subscriptions via stripe payments * Fix Stripe integration details * Make stripe subscriptions be enabled via rewards * Remove legacy integration * Remove javascript related to previous subscription model * Fix stripe integration PR comments * Use abstract payment in stripe payment method * Create pull_request_template.md (#569) * Allow to filter investments by contract number (#572) Co-authored-by: Daniel Subiabre <daniel.subiabre@platoniq.net> * Fix Stripe webhook code * Use yml webhook secret * Add missing config * Fix subscription gateway madness * Add subscriptions to user dashboard * Unify stripe subscription naming * Allow users to list and cancel their stripe subscriptions * Update subscription data vis * Channel Call Faq layout (#574) * fixes in NodeFaq model * fixes in NodeFaqDownload model * complete NodeFaqQuestion count filter for getList * clean channel call faq view * add id to faq questions sections to be able to navigate to them * add new action to see all faqs for a channel * move channel call faq partials to new folder * fix styles for channel call faqs * add a gap between columns in channel call faq layout * center faq header * Add channel favicon (#565) * add favicon section to layout and append channel label as channel's favicon * fix favicon link for channel call * Only let admins allow stripe and subscribables * Redirect user to stripe checkout to purchase subscription * Add 'creator' role * Add commissions data and fix webhook status --------- Co-authored-by: Daniel Subiabre García <subiabrewd@gmail.com> Co-authored-by: Daniel Subiabre <daniel.subiabre@platoniq.net> Co-authored-by: roxu <rxnetwalker@users.noreply.github.com>
davidbeig
added a commit
that referenced
this pull request
Nov 23, 2023
* create subscriptions menu for project dashboard (#555) authored-by: David Igón <davidbenabarre@platoniq.net> * Add subscriptions * Add subscriptions to project dashboard * Update database code * Update dashboard subscription form * Start updating subscriptions dashboard to add new subscription * Basic subscription form on dashboard * CRUD for subscriptions on project dashboard * Add support for subscriptions via stripe payments * Fix Stripe integration details * Make stripe subscriptions be enabled via rewards * Remove legacy integration * Remove javascript related to previous subscription model * Fix stripe integration PR comments * Use abstract payment in stripe payment method * add migrations for privacy seetings in project posts with rewards * allow limiting access to project posts * add PostRewardAccess model * add form to handle project post privacy settings with invests to rewards * add missing copies for project's post privacy * add library to handle access to project posts based on rewards * fix check if user has invest to reward based on if it's subscribable or not * limit visible content of project post if it has a restricted access * add missing copy * add missing use of translation copy * improve use of if else in postprivacyaccess library * rework of sql to check if user has donation to rewards that grant access to post * add InvestRepository --------- Co-authored-by: David Igón <david.igon@riseup.net> Co-authored-by: David Igón <davidbenabarre@platoniq.net>
davidbeig
added a commit
that referenced
this pull request
Dec 12, 2023
* create subscriptions menu for project dashboard (#555) authored-by: David Igón <davidbenabarre@platoniq.net> * Add subscriptions * Add subscriptions to project dashboard * Update database code * Update dashboard subscription form * Start updating subscriptions dashboard to add new subscription * Basic subscription form on dashboard * CRUD for subscriptions on project dashboard * Add support for subscriptions via stripe payments * Fix Stripe integration details * Make stripe subscriptions be enabled via rewards * Remove legacy integration * Remove javascript related to previous subscription model * Fix stripe integration PR comments * Use abstract payment in stripe payment method * Fix Stripe webhook code * Use yml webhook secret * Add missing config * Fix subscription gateway madness * Add subscriptions to user dashboard * Unify stripe subscription naming * Allow users to list and cancel their stripe subscriptions * Update subscription data vis * Only let admins allow stripe and subscribables * Redirect user to stripe checkout to purchase subscription * Add 'creator' role * Add commissions data and fix webhook status * Redirect customer to next step in invest controller * Display subscription based rewards different * Highlight subscribable rewards on project side * Add "subscriptions" submodule * Improve metadata of stripe subscriptions * Use stripe to validate success on payment response * Allow basic listing of subscriptions to the admins * Fix bug with invest reward function return type * Feature Creator (#580) * add calls for project and reward to get subscribable rewards for a given project * add creator controller and first view * add new copies for creator landing * add posts for creator landing * add strong to user name in creator landing * add project section to creator layout * fixes on creator css * show all rewards in creator landing ordered by subscribable and amount * change grid layout for creator subscriptions and change it to slider * add links to share creator landing page * move social share in creator to partial * add channels to creator landing * move creator partials to public * add styles to slider arrows in creator subscriptions * Add 'creator' role (#579) * Only let admins allow stripe and subscribables * Redirect user to stripe checkout to purchase subscription * Add 'creator' role * Cleaner code for createAdminSidebar function * remove unnecessary partial * fixes in redirects in creator controller --------- Co-authored-by: Daniel Subiabre García <subiabrewd@gmail.com> --------- Co-authored-by: David <david@goteo.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.