Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Subscription page added#336

Merged
apoorv1316 merged 3 commits intodevelopfrom
subscription-page-added
Apr 27, 2022
Merged

Subscription page added#336
apoorv1316 merged 3 commits intodevelopfrom
subscription-page-added

Conversation

@ajinkyaa
Copy link
Contributor

@ajinkyaa ajinkyaa commented Apr 26, 2022

subscription page design.

https://www.figma.com/file/4gdPDRPqGqQqPYsO3Qj8CG/Miru-App?node-id=4849%3A48734

Screenshot 2022-04-26 at 4 36 59 PM

Checklist:

  • I have manually tested all workflows
  • I have performed a self-review of my own code
  • I have added automated tests for my code

@github-actions
Copy link

Current Code Coverage Percent of this PR:

99.28 %

Files having coverage below 100%

Impacted Files Coverage
/app/controllers/subscriptions_controller.rb 66.67 %
/app/controllers/invoices_controller.rb 63.64 %
/app/policies/subscriptions_policy.rb 66.67 %

Copy link
Collaborator

@apoorv1316 apoorv1316 left a comment

Choose a reason for hiding this comment

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

@ajinkyaa Can you add a little bit of spacing between the add-ons description and the rate description? refer Figma design

Copy link
Contributor

@shivamsinghchahar shivamsinghchahar left a comment

Choose a reason for hiding this comment

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

One small change, rest LGTM

config/routes.rb Outdated
get "payments", to: "payments#index"

get "subscriptions/*path", to: "subscriptions#index", via: :all
get "subscriptions", to: "subscriptions#index"
Copy link
Contributor

Choose a reason for hiding this comment

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

use resourceful routes

Suggested change
get "subscriptions", to: "subscriptions#index"
resources :subscriptions, only: [:index]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will that allow me to have react routes?

@shivamsinghchahar
Copy link
Contributor

@ajinkyaa Also, could you attach a loom video?

@ajinkyaa
Copy link
Contributor Author

subscription-design.mp4

@apoorv1316 apoorv1316 merged commit 58630f5 into develop Apr 27, 2022
@apoorv1316 apoorv1316 deleted the subscription-page-added branch April 27, 2022 08:10
vipulnsward pushed a commit that referenced this pull request Feb 15, 2026
* subscription page added

* background color updated

* comments resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants