Skip to content
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

1595/manage subscriptions front end #1602

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

dhochbaum-dcp
Copy link
Collaborator

@dhochbaum-dcp dhochbaum-dcp commented Nov 20, 2024

Summary

Create new page for managing subscriptions, pre-populated with existing user subscriptions:

  • Create new page at route /subscribers/<id>
  • Page implements designs found here
  • Pre-populate checkboxes by querying for user's current subscriptions using the id route param.
  • "Update" button should be disabled until selected subscriptions are different from existing values.
  • When user updates subscriptions and clicks "Update", call endpoint to update subscriptions for the user.

Tasks/Bug Numbers

Closes #1595 and #1599

Technical Explanation

Any other info you think would help a reviewer understand this PR?

Copy link

netlify bot commented Nov 20, 2024

Deploy Preview for labs-zap ready!

Name Link
🔨 Latest commit 2f6ad18
🔍 Latest deploy log https://app.netlify.com/sites/labs-zap/deploys/6744d1c708a26700089c0eaf
😎 Deploy Preview https://deploy-preview-1602--labs-zap.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dhochbaum-dcp dhochbaum-dcp marked this pull request as ready for review November 22, 2024 15:51
@dhochbaum-dcp dhochbaum-dcp requested a review from a team as a code owner November 22, 2024 15:51
@pratishta pratishta force-pushed the 1595/manage-subscriptions-front-end branch from 54ea510 to 42a634a Compare November 22, 2024 17:32
@pratishta pratishta force-pushed the 1595/manage-subscriptions-front-end branch from 42a634a to 168b5d4 Compare November 22, 2024 18:30
Copy link
Contributor

@TylerMatteo TylerMatteo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pratishta @dhochbaum-dcp Just some code quality stuff to fix - otherwise lgtm

client/app/styles/modules/_m-subscription-form.scss Outdated Show resolved Hide resolved
client/app/components/subscription-form.js Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Manage subscriptions front end
3 participants