solidusio / solidusio/solidus_subscriptions

Allow Users to see Associated Order errors (like Payment ones) on the Subscription / Installment page

Open
#236 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question stale
Dominant language
Ruby
Stars
49
Forks
53
Avg merge
4h 54m
Merged PRs (30d)
1

Description

Currently, if the User notices that the Subscription failed (say because of a Payment), they will need to:

  • Click on the Subscription
  • Check that the last Installment Failed
  • Find the corresponding Order in the Orders tab
  • Go to the Order
  • Go to the Payment Tab
  • Find the corresponding Payment and error

This requires some degree of domain knowledge, and I was wondering whether we couldn't somehow show the last payment error on the Installment tab, like a "shortcut" for users with less familiarity with Solidus:

image

Does this make sense?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Subscription and Installment page, then trace how the corresponding Order and Payment are reached from the installment. Review the example screenshot and existing payment error display to determine the intended placement and wording. Done means the relevant payment error is visible as a shortcut on the installment view without requiring navigation to the Order or Payment tab.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
full-stack
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.