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

🎨 Beautify Buy credits #4945

Merged
merged 28 commits into from
Oct 30, 2023
Merged

Conversation

odeimaiz
Copy link
Member

@odeimaiz odeimaiz commented Oct 27, 2023

What do these changes do?

This PR prettifies the One Time Payment UI and it also redesigns the Auto Recharge one by updating the form fields and the UI.

One Time payment:
image

Auto recharge:
image

Related issue/s

How to test

DevOps Checklist

@odeimaiz odeimaiz added a:frontend issue affecting the front-end (area group) changelog:🎨enhancement labels Oct 27, 2023
@odeimaiz odeimaiz added this to the Microhistory milestone Oct 27, 2023
@odeimaiz odeimaiz self-assigned this Oct 27, 2023
@odeimaiz odeimaiz marked this pull request as ready for review October 27, 2023 17:42
@odeimaiz odeimaiz enabled auto-merge (squash) October 27, 2023 17:45
Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

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

I would prefer to check with PR #4946 before you merge this one.
For instance

  • the minimum threshold to top-up is defined in the backend and returned read-only in the auto-recharge info. ( you hard-coded 25 in the help)
  • extra help on the monthly limit (perhaps an info button that shows more details or a link to a manual??)

Copy link
Contributor

@GitHK GitHK left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@matusdrobuliak66 matusdrobuliak66 left a comment

Choose a reason for hiding this comment

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

I would maybe add temporary to auto recharge some notification "coming soon" while it is not yet implemented.

Copy link
Contributor

@ignapas ignapas left a comment

Choose a reason for hiding this comment

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

👍🏼 agree with Matus... but I would favor feature switches instead of "coming soon" messages

if (FEATURE_X_ENABLED) {
  // show the tab, the option in the select, etc...
}

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codeclimate
Copy link

codeclimate bot commented Oct 30, 2023

Code Climate has analyzed commit eb5e7da and detected 0 issues on this pull request.

View more on Code Climate.

Copy link
Contributor

@jsaq007 jsaq007 left a comment

Choose a reason for hiding this comment

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

👍

@odeimaiz odeimaiz merged commit fcc1989 into ITISFoundation:master Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:frontend issue affecting the front-end (area group)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants